|  | Posted by Erland Sommarskog on 09/19/05 15:21 
Jim Bunton (jBunton@BlueYonder.co.uk) writes:> Win 2000, sqlServer 2000 Personal edition
 >
 > Trying ot connect using .asp Vb Script
 >
 > 1. Sql server set to use Windows Authentication
 > 2. Log onto Windows 2000 as Jim Bunton {no password)
 
 You're a brave man!
 
 >           'CnStr="Data Source='Study';Initial Catalogue='Norhwind';User Id
 >='Study\Jim Bunton';Password=;"
 
 That is not likely to be correct. User Id and Password is for SQL
 authentication, and SQL logins usually don't have \ in them. To login
 with Windows authentication, specify "Integrated Security=SSPI", or
 Trusted_connect=Yes.
 
 And spell Northwind correctly. :-)
 
 --
 Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
 
 Books Online for SQL Server SP3 at
 http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
  Navigation: [Reply to this message] |