Re: change a user's DB dbo connexion name
From: Dan Guzman (guzmanda_at_nospam-online.sbcglobal.net)
Date: 10/27/05
- Previous message: Phil Simpson: "Re: SQL injection after Replace("'", "''")?"
- In reply to: Scan le Gentil: "change a user's DB dbo connexion name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 27 Oct 2005 07:40:50 -0500
I'm not sure I understand your question. The database owner's login is the
login mapping to the database 'dbo' user. You can specify the database
owner with sp_changedbowner:
USE MyDatabase
EXEC sp_changedbowner 'SomeLogin'
-- Hope this helps. Dan Guzman SQL Server MVP "Scan le Gentil" <scanlegentil@hotmail.com> wrote in message news:%23Ewezps2FHA.2364@TK2MSFTNGP12.phx.gbl... > How to change a user's DB dbo connexion name? > >
- Previous message: Phil Simpson: "Re: SQL injection after Replace("'", "''")?"
- In reply to: Scan le Gentil: "change a user's DB dbo connexion name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|