Activity overview
Latest activity by Steve Burrows
Moving/Renaming a Table to a new Schema not working
I used the File Mapping to rename a table from "misc.Audit" to "audit.General_Audit"
The SQL created was thus:
IF (OBJECT_ID(N'[misc].[Audit]', 'U') IS NOT NULL) AND (OBJECT_ID(N'[audit].[General_A...