Viewing 5 posts - 16 through 20 (of 20 total)
I'm renaming with a user-defined stored proc that has execute as permission to sp_rename.
EXEC dbo.usp_RenameTable 'TableA', 'TableA_HOLD';
EXEC dbo.usp_RenameTable 'TableB', 'TableA';
EXEC dbo.usp_RenameTable 'TableA_HOLD', 'TableB';
May 28, 2015 at 1:38 pm
Thanks Lynn,
"Yes" to all three of your questions.
Letron
May 28, 2015 at 1:31 pm
I'm currently working with my DBA to get temporary SHOWPLAN permission. I will reply with details as soon as I can.
Thanks again guys,
Letron
February 18, 2015 at 3:07 pm
Thanks SSCrazy, but unfortunately I don't have permission to run this on the particular box that is having the issue.
February 18, 2015 at 3:05 pm
The issue seems to be primarily with the variables however. To be clear, observation 1 never returned...I just cancelled it after 2 min because I knew that it shouldn't...
February 18, 2015 at 12:07 pm
Viewing 5 posts - 16 through 20 (of 20 total)