.NET with SQL Server 2005 and SQL Server 2008
Hi, I have small problem. In one single computer if we install both sqlserver 2005 and sqlserver 2008. From the c#.net how can we call the specific version? pls give me reply.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Blocked AccountPosted Nov 9, 2012, 5:28 AM
we define connection string like below code.
in above connection string you can change DataSource according to sql server version, which is basically a server name.