database management

  1. Migrating to Azure SQL: Unlocking Cloud Efficiency and Scalability

    Moving the backbone of your company's IT infrastructure to the cloud isn't just a box you tick on a checklist—it’s a strategic, game-changing decision. Microsoft SQL Server has long been a stalwart of on-premises database management, but with the rise of cloud computing, businesses are looking...
  2. Neon Serverless Postgres Now Integrated with Microsoft Azure

    In an era where agility and efficiency define the realm of database management, Neon has stepped up to the plate by announcing its native integration with Microsoft Azure. Launched on December 3, 2024, this exciting development allows businesses operating within the Microsoft cloud ecosystem to...
  3. Unlocking Potential: SQL Server 2016 Express on Windows Server 2016

    In the realm of databases, Microsoft SQL Server has long occupied a special place in the hearts of developers and IT professionals, particularly those entrenched in the .NET ecosystem. The advent of Microsoft SQL Server 2016 Express, especially when paired with Windows Server 2016, brings a...
  4. Step-by-Step Guide to Install SQL Server Management Studio on Windows 11

    Microsoft's SQL Server Management Studio (SSMS) is a powerful tool that allows Windows users to connect to SQL Server instances, execute queries, and manage databases. For those who are new to the world of SQL Server, this guide will provide detailed, step-by-step instructions on how to install...
  5. Getting started with IndexedDB inspection in the Microsoft Edge DevTools

    The Windows 10 April 2018 Update introduced an all-new IndexedDB manager for the Microsoft Edge DevTools, allowing you to inspect your database, sort your data, and delete it—all from the Debugger. In this post, we’ll walk you through getting started with the new IndexedDB manager, and some...
  6. Windows 10 We work in MS Access 2013 database during some months

    Our office department uses it every day. Only some days ago, we got a problem. Database at opening showed us...Unrecognized Database Format 'General.mdb' (Error 3343). We applied Compact&Repair function to Repair Access database, it opened but part of data disappeared. Now we scare to do...
  7. T

    Windows Server 2008 setting for application

    Hello fellas, i'm new to windows server i've made a simple inventory control app using vb. net and sql server 2005 as dbms so far it's working fine but i want to run it on more than 1 pc i know that i need 1 more pc installed with windows server i've installed windows server 2008 on server pc...
  8. Windows 7 Unpleasant problem with sql database

    In our company, we have some huge very valuable database. Some hours ago, we've started to transfer it from one machine to another. Now we've almost done. But one of the databases on new machine has started to show up a message The header for the file WorkingD.mdf' is not a valid database file...
  9. S

    End of Life: MS SQL Server 2005 Compact Edition

    Hi: Secunia PSI shows MS SQL Server 2005 Compact Edition has reached EOL, and needs to be updated: The update link leads to MS SQL Server site, no further headway. It appears that this version of SQL Server is associated with Photo Gallery, and installed as part of Windows Live Essentials...
  10. How to import mysql database in phpmyadmin - windows server 2008

    I am playing around with windows server 2008 and learning how to use it. Just a hobby on weekends. I was able to successfully install: php, mysql & phpmyadmin Now the problem is i'm trying to import a database into phpmyadmin, the database is 42.6mb therefore i am unable to import...
  11. AdventureWorks Sample Databases and Scripts for SQL Server 2016 CTP3

    Sample databases and scripts for SQL Server 2016 CTP3. Link Removed
  12. Azure SQL Database Threat Detection | Data Exposed

    In this Data Exposed episode Scott welcomes Ron Matchoro, a Senior Program Manager on the SQL Security team, to talk about a new Threat Detection feature on Azure SQL Database, which is about to be released for Preview. SQL Database Threat Detection provides a new layer of security, which...
  13. TechNet Radio: (Part 2) Open Source + Microsoft Azure - Implementing MySQL databases in the...

    Keith Mayer and Tommy Patterson are back for part 2 of their series on “Open Source + Azure” and today they show us how to implement MySQL databases inside Linux VMs on Azure. [Link Removed] Besides MySQL on Azure IaaS, what other options are available to me? [Link RemovedLink Removed DEMO...
  14. K

    Windows 7 File Access denied, windows security?

    Hi, I have written a Database management program, and it runs as an .exe. It has been working fine, but i have just added a backup option so you can can create a backup copy of the database. It has suddenly come to my attention that none of the program is now working. - I have done some...
  15. Row Level Security in Azure SQL Database | Data Exposed

    In this week's episode of Data Exposed Scott welcomes Joachim Hammer, Principle Program Manager at Microsoft on the SQL Server team. Today, Joachim introduces us to a new feature just released to Azure SQL Database called Row Level Security (RLS). RLS is a programmable security feature that can...
  16. S

    Windows 7 My computer occasionally bogs itself down for no reason (best I can tell)

    I've got 4 hard disks (1 system, 3 storage) that are varying degrees of full from 25%-85%. Occasionally, my system will just bog down and I can hear what sounds like a hard drive winding up or something and my system locks up for maybe 5 seconds and then I can use it again. This seems to happen...
  17. R

    Windows 7 File Naming System

    I am using WAMP server 2.0 on Windows 7. Due to Windows being case insenstive in regards to file names, MySQL is forced to treat the table names 'mytable' and 'MyTable' as being the same, which they are not (personal opinion). MySQL is unable due to Windows file naming system to rename tables...