Hi everyone
I have an installation with a legacy application running against SQL Server 2000 database and I am developing a new enterprise wide system which runs against SQL 2005 (which will soon be upgraded to 2008 or 2012). Both systems require intensive database use and have to coexist and interact during many months.
The SQL 2000 instance has the SQL 2005 as a linked server.
As per what I could see so far, I can link the SQL 2000 to the SQL 2005 as well, so that both servers are linked to each other and I can start commands on each of them accessing the other.
I need to confirm if I'm right (indeed I need to be absolutely sure), so I can make both mutual links with no potential risk (provided I write the right SQL, of course)
Thank you very much in advance
gusosa