Sadly, I spent 30 minutes looking for this yesterday.
It is plenty easy to add a table to a schema:
use databaseName go alter schema schemaName transfer dbo.tableName go
Good Times!
Sadly, I spent 30 minutes looking for this yesterday.
It is plenty easy to add a table to a schema:
use databaseName go alter schema schemaName transfer dbo.tableName go
Good Times!