funcrecall12
MIS
Hello ..
Im planning to Shrink my transaction Log.
The server to use is SQL 7.0. and I already
have full backup of the file/Database both Flat file
and using the backup utility of SQL 7.0.
Im not sure what to use in shinking the File/Transaction Log
1.
DBCC SHRINKDATABASE (DataDB, 10)
GO
2.
USE UserDB
GO
DBCC SHRINKFILE (DataFil1, 7)
GO
Please Advice
Im planning to Shrink my transaction Log.
The server to use is SQL 7.0. and I already
have full backup of the file/Database both Flat file
and using the backup utility of SQL 7.0.
Im not sure what to use in shinking the File/Transaction Log
1.
DBCC SHRINKDATABASE (DataDB, 10)
GO
2.
USE UserDB
GO
DBCC SHRINKFILE (DataFil1, 7)
GO
Please Advice