Hi all!
I have to set a password to a database in Sql Server 2005 because no one can see the content of it. How to set a password for it?
Thank you...
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted Mar 30, 2009, 4:47 PM
login with windowsAuthentication mode to database.
select security -> Logins.
Right Click on Logins select Sql Server Authentication mode and reset the username and password.