Linq DBML multiple sql servers
Posted
by Hurricanepkt
on Stack Overflow
See other posts from Stack Overflow
or by Hurricanepkt
Published on 2010-03-24T18:13:28Z
Indexed on
2010/03/24
18:23 UTC
Read the original article
Hit count: 204
linq-to-sql
I have an archive system that had to be on two sql databases for simplicity
one is
Archive2009
and the other Archive2010
they are both on the same sql server and instance and have identical structures
however I have a page that needs to view the old one and the new one (I can make two seperate pages)
How best would I go about doing this? Dynamically changing the connection string etc?
© Stack Overflow or respective owner