This is from SQL Server 2008, ssms
When I create a table, it creates under dbo.
I would like to create it under a different schema, but when I use the 'New Table' dialog, I can never find the field where to specify this.
|
This is from SQL Server 2008, ssms When I create a table, it creates under dbo. I would like to create it under a different schema, but when I use the 'New Table' dialog, I can never find the field where to specify this. |
||||
|
|
|
|||
|
|
|
Try running CREATE TABLE [schemaname].[tableName] |
|||
|
|
When I create a table using SSMS 2008, I see 3 panes:
In the table properties pane, there is a field: |
|||
|
|