SQL Server re-creates tempdb on predefined folders each time sql server service starts. In the article “How To Move The Tempdb Database To Another …
Read More »MSSQL
What is Mounted Drive and How to Create It
We use letters like C, D, E when defining disks on “Windows Server”. If the number of our disks increases, we may not be …
Read More »How To Move The Tempdb Database To Another Disk On SQL Server
I explained how to change the disks of a normal database in the article “How To Change The Disk Of Database Files On SQL …
Read More »SQL Server Startup Parameters
With SQL Server Startup Parameters, the location of certain files in the startup phase of the SQL Server service, and some conditions in the …
Read More »DAC(Dedicated Administrator Connection) On SQL Server
Sometimes SQL Server becomes inaccessible and DBA cannot even intervene. In such cases, there is a back door so that DBAs can find and …
Read More »SQL Server Configuration Manager Settings
SQL Server Configuration Manager is a tool in which many settings of SQL Server are made. In this article, I’ll refer to many of …
Read More »SQL Server Service Account’s Permissions on Windows
Most DBA usually define the SQL Server Service Account as the Administrator on the server. Actually, this authority is not necessary. You must not …
Read More »How To Change Server Collation On SQL Server
Sometimes we need to change Collation after we have done SQL Server Installation. I will do my warning from the beginning. After changing Collation, …
Read More »MSSQL Server Availability Group(AG) : Fail-over Clustering with Secondary Replica
To create Availability Group(AG) Fail-over SQL Server Cluster with secondary replica we need 4 machines/VMs which are as follows Domain Controller: Machine Name: DC 192.168.1.71 …
Read More »What is File Table and Differences From File Stream
The File Table uses the technology of File Stream. It keeps file system data as a table. That is, you can access the data …
Read More »