Sql Server - How do I change the user mode?

  • I just applied service pack 2 to my Sql Server 2000 and now am in single user mode. How do I change back to multi-user mode?

  • run this.

    sp_dboption 'DB_name', 'single user', 'False'

    you will get confirmaion that DB is now in multi user mode.

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

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