|
-
Jun 10th, 2002, 11:26 PM
#1
SQL Server protocol
Is it TCP/IP? or some propriety extension from M$ on the very same? Or other?
-
Jun 11th, 2002, 12:01 AM
#2
It's such a simple question!! How could u not know this??
What protocol! Is it TCP/IP?
-
Jun 11th, 2002, 01:03 AM
#3
PowerPoster
Yes it might or might not be.
-
Jun 11th, 2002, 01:07 AM
#4
That may have been the single most useful answer I've ever received in VBF. Thanks.
Anyone else got any 'helpful' answers?
-
Jun 11th, 2002, 01:09 AM
#5
Boss: So have you figured out the problem yet?
Me: Yeah, SQL Server might or might not use TCP/IP. So that might or might not be the problem.
Boss: SO you're saying we might or might not even have a problem?
Me: Maybe.
-
Jun 11th, 2002, 01:10 AM
#6
PowerPoster
Originally posted by mendhak
Exactly. That's what I said. Which part aren't you getting?
-
Jun 11th, 2002, 01:11 AM
#7
Originally posted by cafeenman
Which part aren't you getting?
Uhm... the answer.
-
Jun 11th, 2002, 01:14 AM
#8
PowerPoster
Originally posted by mendhak
Uhm... the answer.
Oh, well, that's the part I don't know, so I can't help you any more than I have already.
-
Jun 11th, 2002, 01:20 AM
#9
You could clear out your inbox, maybe.
-
Jun 11th, 2002, 01:34 AM
#10
PowerPoster
Originally posted by mendhak
You could clear out your inbox, maybe.
but my web host doesn't support Front Page extensions.
Chit Chat here we come.
-
Jun 11th, 2002, 01:44 AM
#11
Originally posted by cafeenman
but my web host doesn't support Front Page extensions.
Chit Chat here we come.
Those camel riding incestuous bastards! Oh, and chit chat has arrived. In the words of the great Flustor,
-
Jun 11th, 2002, 03:17 AM
#12
574 views!!!!! 
OK... ignore this one. I've posted another thread.
-
Jun 11th, 2002, 03:36 AM
#13
Fanatic Member
Take your pick froggy:
Martin J Wallace (Slaine)
-
Jun 11th, 2002, 03:38 AM
#14
PowerPoster
SEE???? I was right!!!
You can have TCP/IP or
Nightwalker Link or
Named Popes or
Barnyard vines.
Isn't that what I told you in my first post???? Pay attention frog boy!!!!!!!
-
Jun 11th, 2002, 03:38 AM
#15
Originally posted by Slaine
Take your pick froggy:
Where where where where????
You just showed me today's Holy Grail!
-
Jun 11th, 2002, 03:40 AM
#16
Fanatic Member
It should be under your SQL Server menu under 'Client Network Utility'.
The liver is bad. It must be punished.
-
Jun 11th, 2002, 03:40 AM
#17
And uhm... how do I redirect you guys to here:
http://www.vbforums.com/showthread.p...hreadid=177886
Uhm... click it.
-
Jun 11th, 2002, 03:42 AM
#18
Originally posted by RSINGH
It should be under your SQL Server menu under 'Client Network Utility'.
thanks ranj.
and everyone.
and profuse thank yous to cafeenman. (ad infinitium)
-
Jun 11th, 2002, 05:50 AM
#19
And if you want to use a specific protocol for your connection, you can specify it in the connection string under "Network Library=xxxxxx"
Now the tricky part, the value for xxxxxx is the name of the dll for the network library, without the extension. You can find the dll's to use in the client network utility.
eg
strConn = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Northwind;Data Source=test_sql;Network Library=dbmssocn"
will connect using TCP/IP
Of course both client and server must support the protocol.
-
Jun 11th, 2002, 06:02 AM
#20
Originally posted by Frans C
And if you want to use a specific protocol for your connection, you can specify it in the connection string under "Network Library=xxxxxx"
Now the tricky part, the value for xxxxxx is the name of the dll for the network library, without the extension. You can find the dll's to use in the client network utility.
eg
strConn = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Northwind;Data Source=test_sql;Network Library=dbmssocn"
will connect using TCP/IP
Of course both client and server must support the protocol.
Actually, I doubt I'll be doing that. I'm working on a heterogenous network, a sad mixture of Novell and Windows, so I suppose I'll have to configure this at the server itself.
-
Jun 11th, 2002, 06:06 AM
#21
What the **** is going on here? 990 views? DB FREAKY
-
Jun 11th, 2002, 06:08 AM
#22
Yep, that would be best.
I only used it in an NT only network, with multiple domains, to ensure TCP/IP was used, and not Named Pipes. This to avoid problems when the server was in a different domain then the user logged on to.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|