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)
 How to set Login proprtty in SQL Server 2005?

Author  Topic 

somu_p
Starting Member

13 Posts

Posted - 2007-04-03 : 09:33:37
Property Login was not set. (Microsoft.SqlServer.ConnectionInfo)

I've changed the mode from windows to SQL server. Now the connection is established. but it shows login failure error. Where to set login name in SQL Server 2005?

X002548
Not Just a Number

15586 Posts

Posted - 2007-04-03 : 11:30:38
sp_addlogin
sp_adduser or sp_grantdbaccess.
????



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page
   

- Advertisement -