Hi all,
I have created a SP in master database that requires table name as a parameter. But I am worried, it give a error " obj not found" if the table belongs to other database...
For this SP to work successfully against all the tables.. do i need to deploy therm each and every DB in my server or is there any way out..
How can I implement this...??
Thanks in advance...