Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

edit/minimize transaction log file

Status
Not open for further replies.

marknav

Programmer
Sep 26, 2002
14
US
Hi
My database's transaction log file is too big.
there is no space on the disk for it to grow, and other operations can not be made.
i tried to truncate the file but it didn't do anything .
i was also thinking to change in the DB properties the location of the file , so it will be saved on a different disk, but it didnt let me .
What is the solution to a case like that???
Thank you
 
You need to shrink the log as well as truncate the transactions. See faq183-1534 - "Shrinking Databases and Logs - SQL 7 and Higher."
Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top