I want to create Employee2
table in adventureworks
database. However when I create a table using graphic interface and save it then it has the prefix dbo
and saved as dbo.Employee2
.
I wish to save the table in HumanResources
schema as it will be saved as HumanResources.Employee2
.
How to do this?!!