Login using windows authetication and open a query browser. Type the following:
ALTER LOGIN sa ENABLE
GO
ALTER LOGIN sa WITH PASSWORD='password'
GO
First of all you enabling SQL Authentication mode and then set password for sa. sa is the default login.
.jpg)
No comments:
Post a Comment