May 17, 2010 at 12:05 pm
There is No GUI display of schemas in the database, right?
on another post, the topic revolved around renaming a object that had a schema;
i created a couple of schemas so i could copy some tables, no big deal:
CREATE SCHEMA bob;
GO
CREATE SCHEMA tom;
GO
i went to object explorer in SSMS, and can see any objects i created with the schema, ie a table named 'bob.Test', but there's no place int he GUI to see the list of schemas themseleves...i had to query them instead. I half expected to see the "tom" schema with no objects under it.
someone just confirm what i thought, or am i missing something in the SSMS GUI? We can only see the schemas by querying sys.schemas?
Lowell
May 17, 2010 at 12:28 pm
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply