use myDB go create schema myschema --先建立 go alter schema myschema transfer dbo.myTable --移动对象至建立的schema下 go