Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 webconfig connection string

Author  Topic 

vojinb
Starting Member

9 Posts

Posted - 2012-02-22 : 08:44:13
Hi,
I got some IIS which has webconfig connection string like
add name="connstring" connectionString="Data Source=Localhost ;Initial Catalog...
<add name="connstring_" connectionString="Data Source=.\SQL_2000;Initial Catalog

For sql server 2005 and 2008 what I type instead of ".\SQL_2000"?
Could not find on internet example except for SQLExpress
Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-02-22 : 09:39:48
see

http://www.connectionstrings.com/sql-server-2005

http://www.connectionstrings.com/sql-server-2008

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

vojinb
Starting Member

9 Posts

Posted - 2012-02-22 : 10:02:42
Hi,
thanks,but those links are not working
Go to Top of Page

vojinb
Starting Member

9 Posts

Posted - 2012-02-22 : 10:31:28
thanks, I've got it now
Go to Top of Page
   

- Advertisement -