Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 how to change the user name and password

Author  Topic 

poornima
Starting Member

32 Posts

Posted - 2006-09-30 : 03:55:22
Hello

I newly installed SQL Server 2005 .I did not mention any username and password during installation.But now i want to specify one.Can you tell me how to do so .My Operating System is WindowsXp.

Thanks In Advance
Poornima

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2006-09-30 : 04:07:48
SA is the default user which will be created, if you want to add a new login then in SSMS click on
Security->Logins and add new login.


Chirag
Go to Top of Page

poornima
Starting Member

32 Posts

Posted - 2006-09-30 : 04:45:26
Thanks Chirag i was successful in creating a new login
Poornima
Go to Top of Page
   

- Advertisement -