News

In SQL Server, the database can be stored in different files and filegroups. If your database is small (100 MB or less), you do not need to worry too much about files and filegroups. But if you have a ...
Database connectivity gives desktop and Web applications much of their value. .NET developers have products and framework objects that can tie a front-end application to SQL Server, MySQL, Sybase, ...
The transaction log file contains the SQL Server transactions of the database. It basically records the database transactions and the changes made by the transactions to the database. The logs are ...
C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA Unlike yours, this particular one is located here. I’d double check but if you’re ridiculously confident don’t bother.
If you’re using a high speed synchronous data replication system to keep the primary and secondary storage systems in sync, the database files in your secondary SQL Server infrastructure may perfectly ...
You can treat SQL Server on Linux as a new deployment option, not a whole new database. That means you can choose the operating system that best fits your project.
Joey on SQL Server How To Use Query Store Hints in Azure SQL Microsoft has just added support for query hints to Azure SQL Database, giving database administrators a powerful tool to manage the ...
Microsoft's SQL Server database software offers two easy-to-use functions, one of which encrypts data using a passphrase, the other decrypting it with the same passphrase.
Do you need to find out where the location of your SQL Server's database is? Use this quick tip from Arthur Fuller to show you how. Sometimes your application needs to know the specific directory ...
Back in 2016, when Microsoft announced that SQL Server would soon run on Linux, the news came as a major surprise to users and pundits alike. Over the course of the last year, Microsoft’s ...