Hello,
I have some stored procedures that have these lines:
use pbfamily
use pbfamily_new
Both of these dataases used to be on the same SQL 2000 database. Now, the pbfamily database is still in SQL 2000, but the other is in SQL 2005.
use pbfamily (SQL 2000)
use pbfamily_new (SQL 2005)
My question is, can I have a procedure running on SQL 2005, make references to tables and data in a database on SQL 2000?