Below Query for change you table schema name from eg. dbo. to test.
ALTER SCHEMA YourSchemaName TRANSFER dbo.YourTableName
-- it will change your schema name from "dbo" to "YourSchemaName"
-- it will change your schema name from "dbo" to "YourSchemaName"
No comments :
Post a Comment