W
William
I am using SQL MSDE edition due to financial reasons (it's free). I have a
question regarding connection strings. Almost every publication, online
example or website uses some version of the following connection string:
data source=localhost;initial catalog=pubs;user id=sa
and it seems to work for them. However, in my particular setup I have to
use either the server name or '(local)' including the parenthesis. Any
deviation returns a cannot find server error. This is not a huge issue but
it is kind of annoying me and I would like to know why it is.
Thanks
question regarding connection strings. Almost every publication, online
example or website uses some version of the following connection string:
data source=localhost;initial catalog=pubs;user id=sa
and it seems to work for them. However, in my particular setup I have to
use either the server name or '(local)' including the parenthesis. Any
deviation returns a cannot find server error. This is not a huge issue but
it is kind of annoying me and I would like to know why it is.
Thanks