Assigning dbo to objects without typing the "dbo."
galenboyerdev_at_hotpop.com
Date: 01/12/05
- Next message: Aaron [SQL Server MVP]: "Re: Assigning dbo to objects without typing the "dbo.""
- Previous message: Alejandro Mesa: "RE: SQL Parent/Child Select"
- Next in thread: Aaron [SQL Server MVP]: "Re: Assigning dbo to objects without typing the "dbo.""
- Reply: Aaron [SQL Server MVP]: "Re: Assigning dbo to objects without typing the "dbo.""
- Messages sorted by: [ date ] [ thread ]
Date: 12 Jan 2005 15:34:21 -0500
Is there anyway to login with SQLServer authentication and issue the following ddl statement:
create table some_table (id integer)
go
and have it owned by dbo, (that is without having typed "dbo.")
Thanks.
-- Galen Boyer
- Next message: Aaron [SQL Server MVP]: "Re: Assigning dbo to objects without typing the "dbo.""
- Previous message: Alejandro Mesa: "RE: SQL Parent/Child Select"
- Next in thread: Aaron [SQL Server MVP]: "Re: Assigning dbo to objects without typing the "dbo.""
- Reply: Aaron [SQL Server MVP]: "Re: Assigning dbo to objects without typing the "dbo.""
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|