Thank you.
The Authetication method is global to the server and not specific to the database.
When you change your authentication to mixed mode
The SA account becomes the most powerful account in the Sql server box
and can login in to all the databases in the server by default.
there are no data loss in the change.
reset the password of your SA account and makeuse of it.
|||You can change the SQL Server security model to allow a SQL Server login
In the Object Explorer window, right-click on the Server, and then click on the [Security] page. Change to SQL Server and Windows Authentication mode. Then click [OK].
However, it is not conisdered a good practice to use the [sa] account. It represents a significant security risk. It is preferred to create a login for your purposes, and provide just enough permissions for that login to do its work.
Lesson 7: Understanding Security and Network Connectivity -from this series may be of help in understanding how to use SQL Server security.
SQL Server 2005 Express Video Learning
http://msdn.microsoft.com/vstudio/express/sql/learning/default.aspx#1
No comments:
Post a Comment