How to start SQL Server with master database only?

  • In some cases, other databases are crashed. Is it possible to start SQL Server with only master database, and then, we can recovery other system and user databases?

    Many thanks in advance.

  • This was removed by the editor as SPAM

  • Yes, there are some help for doing 'admin' starts, presumably used from a command prompt.

    start the sqlserver service from a prompt and use some or a combo of the following options;

    /m         starts in single user mode

    /f          starts in minimal configuration mode

    /T3608   starts and only recovers master

    BOL has more info on startup parameters.

    /Kenneth

Viewing 3 posts - 1 through 2 (of 2 total)

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