vote up 2 vote down star

Just found this out, so i am answering my own question :)

Use a comma where you would normally use a colon. This can be a problem for named instances, as you seem to need to specify the port even if it is the default port 1433.

Example:

Provider=SQLOLEDB;Data Source=192.168.200.123,1433; Initial Catalog=Northwind; User Id=WebUser; Password=windy"
flag

2 Answers

vote up 6 vote down check

I always check out http://www.connectionstrings.com/. It is a brilliant resource for connection strings.

link|flag
That's the website I use when I need to check specific settings in a connection string. – hectorsosajr Sep 29 '08 at 22:19
vote up 1 vote down

Good call BlackWasp, actually that is where i found the answer! (But it was somewhat buried, so i wrote this one which is hopefully clearer)

link|flag
I have to admit that I opened the SQL 2K5 page and it wasn't obvious without searching the page! – BlackWasp Sep 29 '08 at 22:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.