rsmithinfo
Programmer
I have an SQL server instance and have two databases (this is not avoidable due to the client) I want to be able to use one connection string to access both and then in the queries use:
databasename.dbo.tablename
to access the tables. What connection string will work and do I need to change anything in SQL Server?
Programming in C# by the way.
Thanks a lot in advance.
databasename.dbo.tablename
to access the tables. What connection string will work and do I need to change anything in SQL Server?
Programming in C# by the way.
Thanks a lot in advance.