Hello Team,I need one help here .I am preparing one Stored proc for different object access. I am taking database name as variable @dbnow I want to use the database provided in SP input as USE @db in stored procedure. I cannot pass database name as it will be different everytime as per user requirement. Any help will be appreciated.
↧