When I create a table using the interface with SSMS the table "prefix" automatically is set to
MyCompanyName\MyUserID.tableName.
However when I create a table with a query I am able to set the "prefix" to dbo.tableName.
MY 2 questions are
(1). What does this "prefix" mean?
(2). How do I set the "prefix" to dbo using the SSMS interface?
I've done some research but can't figure out whether it refers to the schema (which I don't know anything about) or the user. Any help would be much appreciated. Thank you in advance!
-Charlie