Re: Assigning dbo to objects without typing the "dbo."
From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 01/12/05
- Next message: John Baird: "Re: SQL Parent/Child Select"
- Previous message: galenboyerdev_at_hotpop.com: "Assigning dbo to objects without typing the "dbo.""
- In reply to: galenboyerdev_at_hotpop.com: "Assigning dbo to objects without typing the "dbo.""
- Next in thread: galenboyerdev_at_hotpop.com: "Re: Assigning dbo to objects without typing the "dbo.""
- Reply: galenboyerdev_at_hotpop.com: "Re: Assigning dbo to objects without typing the "dbo.""
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 12 Jan 2005 15:37:17 -0500
Is the Windows account in the db_owner role?
What is the owner showing up as?
-- http://www.aspfaq.com/ (Reverse address to reply.) <galenboyerdev@hotpop.com> wrote in message news:u8y6ybd4i.fsf@hotpop.com... > 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: John Baird: "Re: SQL Parent/Child Select"
- Previous message: galenboyerdev_at_hotpop.com: "Assigning dbo to objects without typing the "dbo.""
- In reply to: galenboyerdev_at_hotpop.com: "Assigning dbo to objects without typing the "dbo.""
- Next in thread: galenboyerdev_at_hotpop.com: "Re: Assigning dbo to objects without typing the "dbo.""
- Reply: galenboyerdev_at_hotpop.com: "Re: Assigning dbo to objects without typing the "dbo.""
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|