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
 SQL Server 2005 Forums
 Transact-SQL (2005)
 create,alter,drop login

Author  Topic 

antony_dba
Starting Member

26 Posts

Posted - 2010-11-30 : 01:19:32
please suggest me how to create a login with default user as sa and
how to drop the login(username) for particular database say x,
how to drop the login(username) for particular database say X

kris

pk_bohra
Master Smack Fu Yak Hacker

1182 Posts

Posted - 2010-11-30 : 03:08:57
Please avoid cross posting.
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=153543
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=153544

What you mean by default user ?

sa is automatically created by sql server. If you have mixed login mode then you can connect with sa as userid and password of sa.

http://www.google.co.in/#q=sql+server+create+user+and+login&hl=en&sa=2&fp=1969709c5fdeb503
Go to Top of Page
   

- Advertisement -