Software Engineering (Coding tips for c, c++ and SQL)
All about coding tips for c, c++ and SQL. Let's share your idea!
Pages
Home
Programming tips
Sunday, August 10, 2008
How to change SQL Server Authentication Mode?
To enable the sa login by using Transact-SQL,
execute the following statements to enable the sa password and assign a password.
ALTER LOGIN sa ENABLE ;
GO
ALTER LOGIN sa WITH PASSWORD = '
' ;
GO
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment