What are the mandatory system dbs to start the sqlserver ?

  • What are the mandatory system dbs to start the sqlserver service?

    Master,model,tempdb and msdb all these are mandatory ?

  • Don't forget the hidden resource database.

    I am curious why you are asking?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • actual my doubt is

    can we able to start sqlserver without msdb ?

  • Yes you can. But you should have a backup of that database available so you can bring it back online. Sounds like you are in the middle of trying to recover from losing some system databases. Is that about right?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • yes.. i have only master files..

    my plan is to first start the sqlserver using with master db and later will restore the other system dbs.

  • thanks and how can i create model ,tempdb and resource dbs ?

  • tempdb is automatically recreated.

    Model, you can restore from backup. Alternatively you can copy the mdf and ldf into the appropriate directory

    Resource, you need to make sure you have those files available from backup.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • thanks....now everything is clear...

  • Agree with everything that has been said.......gives a whole new meaning to "You are only as good as your "last" backup" 😀

  • CYates (3/16/2012)


    Agree with everything that has been said.......gives a whole new meaning to "You are only as good as your "last" backup" 😀

    Backups are worthless,

    Restores are priceless.

Viewing 11 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic. Login to reply