SQL
How to Move SQL Server MDF and LDF Files?
I personally use the following method to move the data and log files for my customers. Let us learn that step by st…
By -September 30, 2019
Read Now
I personally use the following method to move the data and log files for my customers. Let us learn that step by st…
The script for renaming any column : sp_RENAME 'TableName . [OldColumnName]' , '[NewColumnName]' …
Running queries is always good… but this can be done very easily using Enterprise Manager (SQL Server 2000 ) or SSMS …