How do I change db schema to dbo

前端 未结 11 2398
无人共我
无人共我 2020-12-02 05:38

I imported a bunch of tables from an old sql server (2000) to my 2008 database. All the imported tables are prefixed with my username, for example: jonathan.MovieData

11条回答
  •  有刺的猬
    2020-12-02 06:06

    You can batch change schemas of multiple database objects as described in this post:

    How to change schema of all tables, views and stored procedures in MSSQL

提交回复
热议问题