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
 creating a login in 2005

Author  Topic 

funketekun
Constraint Violating Yak Guru

491 Posts

Posted - 2007-06-13 : 08:52:45
I like to create a new login for an user. He has to logon without typing in a password. How do i do this in 2005?

=============================
http://www.sqlserverstudy.com

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-06-13 : 09:01:45
You mean to say you want to create Login with no password? Use CREATE LOGIN command and leave password part blank. But this is not recommended from the security standpoint. Why not use Windows authentication instead?

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -