How to Change the SQL Login ID for the SMS Database

ID: Q130941


The information in this article applies to:
  • Microsoft Systems Management Server versions 1.0, 1.1


SUMMARY

System Management Server uses a SQL Login Id to manage the its database on a SQL Server. Systems Management Server uses the SQL Server System Administrator (SA) account by default. The following procedure outlines how to change the SQL Login Id.


MORE INFORMATION

  1. Use the SQL Server Administrator Utility to login to the SQL Server 4.21a (or later) containing the Systems Management Server database. Login with an SA account.


  2. Open up the System Logins Window. If the Login Id you intend to use already exits on the SQL server proceed with Step 5.


  3. Choose Manage/Add Login...


  4. Specify the Login ID and password in the appropriate fields and choose OK.


  5. Open the Query Window.


  6. In the Query Window, type the following information:


  7. use SMS
    go
    sp_changedbowner "login id", true
    go
  8. Execute the Query.


  9. Run the System Management Server setup utility on the Primary Site Server.


  10. Choose continue, then choose Operations.


  11. Choose SMS Database.


  12. Change the Login ID and password.


  13. Choose OK.


The Setup program will restart the Systems Management Server services. Once this has completed the setup program can be exited.

NOTE: The Login ID that you give to Systems Management Server should not be a user of the database prior to executing Step 6. If the Login ID is a user of the database, drop the Login ID from the database before proceeding with Step 6.

Additional query words: prodsms sms loginid login_id

Keywords : kbnetwork nthowto smsadmin smsdatabase
Version : winnt:1.0,1.1
Platform : winnt
Issue type :


Last Reviewed: September 7, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.