Posts
Sort by recent activity
Command line backup fails
I ran the following command:
C:\"Program Files"\"Red Gate"\"SQL Backup"\sqlservere\SQLBackupC
-SQL "BACKUP DATABASE IRISmaster_new TO DISK = 'e:\temp\IRISmaster.sqb' WITH PASSWORD = <admin password...
Shrinking the transactions log file
One of our databases has the size of the mdf file 13MB and the size of the ldf file 4GB
After full backup I used the SQL Server shrink function. The effect was minimal.
What should I do to reduce ...