Wednesday, October 22, 2008

Moving a Table to Another Schema

ALTER SCHEMA CompCredSurvey --this is new schema
TRANSFER MinEducationValuesLookup --this is the table you're changing to the new schema
GO

No comments: