Hi,
I have following stored procedure:
SELECT
...
FROM databasename@servername:tablename
WHERE
...
In my case I need to pass servername as parameter and use that parameter in FROM statement.
Is it possible? If it is then what should be a syntax of FROM statement?
Thanks,
Victor