Hi,
SQL server= MS Server 7.0
I have created a global temporary table in server A and am trying to access it from server B, through linked server connection.
Firstly, is it possible to access the value from the other server's tempdb? If yes, how can I go about it.
I get the following error:
Server: Msg 208, Level 16, State 1, Line 1
Invalid object name '##test'.
Database name 'tempdb' ignored, referencing object in tempdb.
Please advise.
Thanks
Yogish