|
Change the password for the 'sa' account, or switch to Domain Authentication mode for this server. To change the 'sa' account password on an MSSQL 7.0 Server, perform the following steps (these steps should be fairly similar on different versions of MSSQL Server): 1. Click Start -> Programs -> Microsoft SQL Server -> Enterprise Manager 2. Expand 'Console Root' (click on the plus (+) symbol to the left of 'Console Root'). 3. Expand 'Microsoft SQL Servers'. 4. Expand 'SQL Server Group'. 5. Double click the name of the affected SQL server. 6. Double click 'Security'. 7. In the right-hand pane, double click on 'Logins'. 8. Right click on 'sa' and select 'Properties'. 9. Click the 'General' tab. 10. Under 'SQL Server Authentication', enter your password of choice and click 'OK'. 11. Enter password again in the 'Confirm Password' popup window. 12. Exit Enterprise Manager.
|