Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have a SQL Server 2000 database that has a log file that is entirely too big. The file has grown to be 12 Gb. I tried to shrink it using the Shrink wizard where it says that it only needs 230 Mb. However, after the wizard runs the file remains the same size.

 

The database is backed up nightly.

 

How do I reduce its footprint, and prevent it from growing so big?

Go Beavs!!!
  • Administrators
Posted

How are you backing up the SQL Database? Are you using the builtin support (either directly or via a 3rd party) or just backing up the physical files?

 

If you are using the built in routines then it should be truncated on a sucessful full backup / log backup. You can always clear it by doing a

BACKUP LOG  WITH NO_LOG

and then try to shrink it again.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...