Re: You are not the owner specified for the object 'INFORMATION_SCHEMA'...
- From: "Uri Dimant" <urid@xxxxxxxxxxx>
- Date: Wed, 8 Jul 2009 17:36:20 +0300
Hi
Just wanted to add that login with such names (INFORMATION_SCHEMA ) are
highly not recommended as it reserved by MS
More over , try going back to rename the owner (to dbo) and you will fail
"Uri Dimant" <urid@xxxxxxxxxxx> wrote in message
news:eelE9e9$JHA.4168@xxxxxxxxxxxxxxxxxxxxxxx
Eric
Do you have a login INFORMATION_SCHEMA granted access to the master
database? And it is not a member of sysadmin server role db_owner
database role, right?
"Eric" <ericbragas@xxxxxxxxx> wrote in message
news:a3e36600-807f-4250-aff7-2b328eed022a@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I created the procedure master.dbo.Table_Estimated_Rows, but am now
trying to change ownership from "dbo" to "INFORMATION_SCHEMA". When
trying to execute the following statement, I get the following error.
I'm following advice from a SQL Server Central article (http://
preview.tinyurl.com/mmhcm2) on creating utility procedures, but it
doesn't tell how to resolve this error.
What do I need to do in order for the statement to execute
successfully?
EXEC sp_ChangeObjectOwner 'TABLE_ESTIMATED_ROWS', 'INFORMATION_SCHEMA'
gets the following error:
Msg 2710, Level 16, State 1, Line 1
You are not the owner specified for the object 'INFORMATION_SCHEMA' in
this statement (CREATE, ALTER, TRUNCATE, UPDATE STATISTICS or BULK
INSERT).
.
- References:
- Prev by Date: Re: You are not the owner specified for the object 'INFORMATION_SCHEMA'...
- Next by Date: Re: LEFT Function with a Variable // Peculiarity
- Previous by thread: Re: You are not the owner specified for the object 'INFORMATION_SCHEMA'...
- Next by thread: Re: You are not the owner specified for the object 'INFORMATION_SCHEMA'...
- Index(es):
Relevant Pages
|