All tables are invalid objects
From: Keith [MS] (keithbu@online.microsoft.com)
Date: 02/18/03
- Next message: Sue Hoegemeier: "Re: Database Encryption"
- Previous message: Daniel Lord: "Deny administrator"
- In reply to: Fox: "All tables are invalid objects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Keith [MS]" <keithbu@online.microsoft.com> Date: Tue, 18 Feb 2003 02:35:27 -0800
Sounds like it might be a security issue. First check the
tables still exist and find out who the owner is by
running sp_tables. Are you currently using SQL statements
of the form select * from pubs..authors? If yes then
replace them with select * from pubs.dbo.authors (replace
dbo with the table owner if not dbo)
My guess is that somehow the account your using to connect
is nolonger the account which owns the tables, ie mapped
to dbo. If this is the case you might want to look at
sp_changedbowner
>-----Original Message-----
>One of my database projects was not working after
changing over to
>Server Config, Windows Authentication. I changed back to
SQL Authentication
>temporarily to make sure that was all that was wrong.
>I then switched back to Windows Authentication and now
all my statements
>to open recordsets are claiming that the TableName is an
invalid object.
>What could I have done to lose access to the tables ?
Does this
>sound related or did I maybe cause this some other way
while
>fiddling around ?
>
>Thanks,
>Fox
>
>
>.
>
- Next message: Sue Hoegemeier: "Re: Database Encryption"
- Previous message: Daniel Lord: "Deny administrator"
- In reply to: Fox: "All tables are invalid objects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|