A
Allen
How do I tell if someone is running sql server or msde?
the reason I need to know this has to do with the connection strings.
When I try to connect to sql server I connect with the name of the
server easily with Data Source=mysqlserver. If I want to connect to
an msde instance I have to do Data Source=(local)\NETSDK. The problem
obvoiusly is that neither works with the other connection string. So
I'm trying to figure out how to tell which it is so I can insert the
(local)\ or not.
any help or advice on alternative solutions to my problem would be
greatly appreciated.
thanks
the reason I need to know this has to do with the connection strings.
When I try to connect to sql server I connect with the name of the
server easily with Data Source=mysqlserver. If I want to connect to
an msde instance I have to do Data Source=(local)\NETSDK. The problem
obvoiusly is that neither works with the other connection string. So
I'm trying to figure out how to tell which it is so I can insert the
(local)\ or not.
any help or advice on alternative solutions to my problem would be
greatly appreciated.
thanks