Hi
i have a problem where as i want to use two different C# net program
in a single system where i have used 2 different sql server name. when
i execute those program each time iam renaming the sql server name and
executing the programs. Is there any way where i can write a
connection string without using a sql server name or is there any
other possibility to solve this problem.
[Note : i don't want to use the same sql serve name for both the
programs.]

Re: How to make common connection string for diff program? by Cor

Cor
Wed Mar 12 00:54:31 CDT 2008

Manish,

How would you think that was going, there are millions of SQL servers on the
world, and if there is an Internet connection you can in fact connect to
all. How would you want to connect them without telling which it was?

Cor


Re: How to make common connection string for diff program? by Andrew

Andrew
Wed Mar 12 05:42:53 CDT 2008

Manish wrote:
> i have a problem where as i want to use two different C# net program
> in a single system where i have used 2 different sql server name. when
> i execute those program each time iam renaming the sql server name and
> executing the programs. Is there any way where i can write a
> connection string without using a sql server name or is there any
> other possibility to solve this problem.
> [Note : i don't want to use the same sql serve name for both the
> programs.]

You could install another instance of SQL Server.

Andrew



Re: How to make common connection string for diff program? by Manish

Manish
Thu Mar 13 02:57:48 CDT 2008

ok thx for u valuable commons. now i have a problem. I created
connection string only with the server name. when i installed the sql
2008 on other system its shows the sql server name\SQLExpress Eg. xxx
\SQLEXPRESS. so i was not able to connect with the database. so how
can i remove SQLEXPRESS.