Create an admin password after installati

  • Is it possible to create an administrative password for the super user "sa" account after installed SQL Server 7.0?

    Thank you!

  • Just login to Query Analizer as sa and execute

    sp_password 'old_password', 'new_password'

  • Yes, you can put a password on SA by using EM. Go to the Security Tab, click on Logins, find SA and right click, then enter a super secret password twice.

    Gregory Larsen, DBA

    If you looking for SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples

    Gregory A. Larsen, MVP

  • Both ways work well.

    Thank you very much!

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

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