dbTalk Databases Forums  

Login to SQL server through the internet

microsoft.public.sqlserver.programming microsoft.public.sqlserver.programming


Discuss Login to SQL server through the internet in the microsoft.public.sqlserver.programming forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ldraw
 
Posts: n/a

Default Login to SQL server through the internet - 12-02-2004 , 01:59 PM






The connection string below returns the error 'not associated with a trusted
SQL server connection'. The Windows 2000 server were the SQL instance resides
is in Mixed authentication mode and I have added the user login.

strConn = "workstation id=http://myDomainName.com/ServerName"
";packet size=4096;" +
";persist security info=false" +
";data source=ServerName" +
";initial catalog=DatabaseName" +
";user id = WEBSERV" +
";Password = enter";

Reply With Quote
  #2  
Old   
John Bell
 
Posts: n/a

Default RE: Login to SQL server through the internet - 12-03-2004 , 01:47 AM






Hi

I assume this is a default instance otherwise you will need to connect using
the instance name as well!

Have you tried connecting with this user through the ISQL?

You may want to try and profile attempted connections.

You may want to try a different network library.

John



"Ldraw" wrote:

Quote:
The connection string below returns the error 'not associated with a trusted
SQL server connection'. The Windows 2000 server were the SQL instance resides
is in Mixed authentication mode and I have added the user login.

strConn = "workstation id=http://myDomainName.com/ServerName"
";packet size=4096;" +
";persist security info=false" +
";data source=ServerName" +
";initial catalog=DatabaseName" +
";user id = WEBSERV" +
";Password = enter";

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.