I have a Database (MS SQL 2000 Simple Recovery Mode)
then execute thats operations:
1 - DBCC SQLPERF(LOGSPACE) - log size for my db is 1727 MB
2 - BACKUP LOG <myDbName> WITH TRUNCATE_ONLY
3 - DBCC SHRINKFILE ( logFileName,1536) ---less then current size - 1727
and get error message:
Cannot shrink log file because requested size is larger than the start of the last logical log file.
Please - help ,How can I shrink log file
Thank you very much and sorry for poor English
then execute thats operations:
1 - DBCC SQLPERF(LOGSPACE) - log size for my db is 1727 MB
2 - BACKUP LOG <myDbName> WITH TRUNCATE_ONLY
3 - DBCC SHRINKFILE ( logFileName,1536) ---less then current size - 1727
and get error message:
Cannot shrink log file because requested size is larger than the start of the last logical log file.
Please - help ,How can I shrink log file
Thank you very much and sorry for poor English