Posts
Sort by recent activity
Smart Rename - Schema change error
I am using the smart rename feature. It works fine until I try and change the schema for a table.
It generates code like:EXEC sp_changeobjectowner N'[dbo].[FRED]',N'NewSchema'
but...