Hi,
I have three T-log files in my database, Now I want to delete 2 Transaction log files.
Can I do the below action:
1. dbcc shrinkfile(log1,truncateonly)
2 dbcc shrinkfile(log2,truncateonly)
2. Then remove the file using command or SSMS.
Regards
Hi,
I have three T-log files in my database, Now I want to delete 2 Transaction log files.
Can I do the below action:
1. dbcc shrinkfile(log1,truncateonly)
2 dbcc shrinkfile(log2,truncateonly)
2. Then remove the file using command or SSMS.
Regards