I need steps to change my default [dbo] schema to some custom schema say [TEST] in SQL Database. I figured out some of the steps and want to make sure is there any other objects or procedure i should be aware of while migrating the schema.
I need to change the schema name for all my tables, views, functions, store procedures from [dbo] to [TEST].
Is there any other Sql objects i should consider while performing this migration?