Results 1 to 5 of 5

Thread: Database Size

  1. #1
    Join Date
    Jun 2003
    Location
    Houston
    Posts
    27

    Unhappy Database Size

    Hi..
    My database data file are over 2.1 Gbs now. can anyone tell me is my data file too big?? or not safe?? or there's a limite for MSSQL 2000. my last choice are move some data to another database. but i have consider the report i have to make. so i really dont want to do that. can anyone advice. thanks

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    SQL Server 2000 (not desktop edition) can handle a database size of 1,048,516 TB.

    use SP_spaceused on the database and see how much free space u have.

    Do a checkpoint, dbcc shrinkdb and shrinkfile and see how much size your database really uses.

    is it safe? nice question. depends on the following.

    Where your DB is located? on a RAID 5 HDD array or on SAN or on a standalone HDD.
    How often you take backups and how sensitive the data is.
    Last edited by MAK; 07-06-2003 at 10:38 PM.

  3. #3
    Join Date
    Jun 2003
    Location
    Houston
    Posts
    27
    thanks for the information. that really help alot...

  4. #4
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

  5. #5
    Join Date
    Jun 2003
    Location
    Houston
    Posts
    27
    thanks for the information. that really help alot...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •