[thelist] MSsql question

Tab Alleman Tab.Alleman at MetroGuide.com
Fri Sep 5 08:24:02 CDT 2003


Paul Cowan wrote:

> (CREATE TABLE [database].[table] is shorthand for
> CREATE TABLE [database].[user].[table], where 'user' will either
> be the current user, or the default 'database owner' role (dbo).)

Are you sure?  If you want to leave the owner out of the path don't you
at least have to indicate it with an extra dot?  
Eg:  [database]..[table]


More information about the thelist mailing list