Problems running SQL Server 2000 RTM without service pack

Problems running SQL Server 2000 RTM without service pack

I have a client running Microsoft SQL Server 2000 RTM. There is no service pack.

My operating system is Windows 2000 Server;
storage is an old 35 GB hard drive;
partitioned C: at 4 GB (yes, 4) with second partition about 30 GB as data area E drive;
tempdbs are on C: and get up to 2 GB causing problems. C: part is full.

    Requires Free Membership to View

    By submitting your registration information to SearchSQLServer.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSQLServer.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

I might suggest moving everything out and starting again fresh if possible. Use multiple drives and put the mdf file (the data files) in a big enough disk to last a while, so 40 GB. Use another disk for the LDF files. The LDF file can be set to autogrowth -- that's a good thing -- just make sure to plan enough room for growth. This can all be done in Enterprise Manager.

And simply update the machine completely to the new service packs -- this is a no brainer.

View questions and answers from all SQL Server experts here.

This was first published in March 2006