The Sql server data drive size is about to fill only 10% is left.

Answered The Sql server data drive size is about to fill only 10% is left.

  • Wednesday, June 06, 2012 8:06 AM
     
     

    The SQL server is in cluster.

    The Sql server data drive size is about to fill only 10% is left.

    The database tables are around 4500 and the timestamp column is not added in some tables.

    What should I recommend to client? for bigger chunk of drive from LUN Storage?

    If I get it then how will I proceed?


    Thanks

All Replies

  • Wednesday, June 06, 2012 8:19 AM
    Answerer
     
     
    What is the problem? DB is growing up and you have no disk space? How does timestamp relate to this? What recovery model does the db have?

    Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/

  • Wednesday, June 06, 2012 9:23 AM
     
     

    1.2.3. Much space is not reserved in storage.Therefore they are searching for database partition or any other solution of above issue.

    4.Full Recovery model


    Thanks

  • Wednesday, June 06, 2012 9:32 AM
    Answerer
     
     

    >>>4.Full Recovery model

    Do they perform LOG backups?

    Hmmm, how does it relate to db design?


    Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/

  • Wednesday, June 06, 2012 9:50 AM
     
     

    Yes Log backup is scheduled for every 2 hours.

    Daily Differential and Weekly Full.


    Thanks

  • Wednesday, June 06, 2012 9:56 AM
     
     Answered

    Hi,

    You need to add more drive space or create a new filegroup on a different drive and move some of your tables to the new file group.

    You can see sample here on how to move the tables to new file-group 

    http://www.sqlservercentral.com/articles/Administration/64275/

    Hope this helps

    Regards
    Satheesh

  • Wednesday, June 06, 2012 10:43 AM
     
     

    Pls take this consideration also.

    Actually some tables of this cluster is in replication to another cluster also.


    Thanks

  • Thursday, June 07, 2012 5:31 AM
    Answerer
     
     Answered
    Perhaps you need to talk to the SAN provider about configuration?

    Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/