How to build connect string to the second instance of SQL Server \ database

  • Thread starter Thread starter Krishna
  • Start date Start date
K

Krishna

Hi

Could some one tell me how to build connect string to the
second instance of SQL Server \ database on the same
machine using ASP.NET environment

Is it

"Data Source='server name\SQL server instance name',
Initial Catalog='datanase name' Integrated
Security='sspi" ?

or some thing else

Thanks
Krishna
 
Krishna,

You've got it.

SqlServerName\InstanceName

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 
Back
Top