This is a discussion on SQL sever 2005 express move windowns authentication choice to mixed authentication within the SQL Server forums, part of the Microsoft SQL Server category; --> I folks. I Have installed sql server 2005 express and choosed windows authentication on instalation, but i make a ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I folks. I Have installed sql server 2005 express and choosed windows authentication on instalation, but i make a mistake and now i need mixed authentication, how can i modify this whithout uninstall and install again the application? thanks for the help. |
| |||
| Fonseca wrote: > I folks. > > I Have installed sql server 2005 express and choosed windows > authentication on instalation, but i make a mistake and now i need > mixed authentication, how can i modify this whithout uninstall and > install again the application? > > thanks for the help. Look there: http://msdn2.microsoft.com/en-us/library/ms188670.aspx -- Best regards, Marcin Guzowski http://guzowski.info |
| ||||
| Fonseca (fonseca.jp@gmail.com) writes: > I Have installed sql server 2005 express and choosed windows > authentication on instalation, but i make a mistake and now i need > mixed authentication, how can i modify this whithout uninstall and > install again the application? > > thanks for the help. If you have not downloaded SQL Server Studio Management Express, do so, and then open the server in Object Explorer. Select the Server itself and choose Properties. You find the setting on the Securities tab. You need to restart SQL Server for it to take effect. -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx |