RE: Transfering Database Ownership
From: John Bandettini (JohnBandettini_at_discussions.microsoft.com)
Date: 02/01/05
- Next message: Tom Moreau: "Re: Transfering Database Ownership"
- Previous message: Joey D: "SQL Collations"
- In reply to: BlondMoment: "Transfering Database Ownership"
- Next in thread: Tom Moreau: "Re: Transfering Database Ownership"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Feb 2005 04:03:02 -0800
Hi
I take it you mean he is the owner of the database?
Run the following
use (your db name)
EXEC sp_changedbowner 'sa'
It's a good idea to have all your databases owned by sa
Hope this helps
John
"BlondMoment" wrote:
> Hello
>
> We have a database set up by a guy whos leaving this
> Friday.
>
> One of our production databases is in his name, so I was
> wondering how to transfer the ownership of the database to
> someone else.
>
> Thanks
> J
>
- Next message: Tom Moreau: "Re: Transfering Database Ownership"
- Previous message: Joey D: "SQL Collations"
- In reply to: BlondMoment: "Transfering Database Ownership"
- Next in thread: Tom Moreau: "Re: Transfering Database Ownership"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|