Click to See Complete Forum and Search --> : How do I change authentication method in SQL 2005?


Pelle
01-01-2007, 11:08 AM
I recently installed SQL Server 2005 on my server. During the installation I chose windows authentication mehtod. Now I want to change this to SQL Server authentication instead.

Do you know where I can do that, without having to reinstall the whole application?

chrismartz
01-01-2007, 11:33 AM
Here is the SQL Server 2005 Books Online documentation for this.
http://msdn2.microsoft.com/en-us/library/ms188670.aspx

Pelle
01-01-2007, 12:08 PM
Thanks!

Will try it right away.