select Schema_name(schema_id) from sys.tables where name ='Table_report';
プレ>結果はどのスキーマですか?移動したい場合は、次のようにします:
ALTER SCHEMA dbo TRANSFER SchemaSource.Table_report;
プレ>http://msdn.microsoft.com /en-us/library/ms173423%28v=sql.105%29.aspx
select Schema_name(schema_id) from sys.tables where name ='Table_report';
プレ>結果はどのスキーマですか?移動したい場合は、次のようにします:
ALTER SCHEMA dbo TRANSFER SchemaSource.Table_report;
プレ>http://msdn.microsoft.com /en-us/library/ms173423%28v=sql.105%29.aspx