Viewing 12 posts - 61 through 72 (of 72 total)
Scott,
The procedure returns no rows. Something also interesting is
after deleting the table, the sysobjects table in
the master DB indicates the table is still registered,
but not registered in sysobjects table...
February 28, 2007 at 12:15 pm
February 27, 2007 at 9:49 am
I believe your on to something. Your last query returns rows of 5 objects, two of them table objects that a select * from returns
"invalid object" One being changetableowner which...
February 27, 2007 at 9:42 am
Interesting, now I have row information using your last query.
The wyantetest is listed in the Table_Schema for changetableowner
Table_Name. However I still receive a "Invalid object name" when
I launch a Select...
February 27, 2007 at 9:21 am
Interesting, your last query returns 4 columns, Table_catalog, Table_Schema, Table_Name, Table_Type, but no row information.
Same results on a test server.
What could I be doing wrong?
R.,
Ed
February 27, 2007 at 9:12 am
John,
Yes, I do a refresh after every modification. The new query returns
the same results. Interesting when I replace 'wyantetest' with
any other table object or security login, it returns the same...
February 27, 2007 at 8:57 am
John,
It is a table and not a view or stored procedure or function.
The results of the your query are two columns, one table_schema and
the other is table_name, and no row...
February 27, 2007 at 8:35 am
Ninja,
Yes I can drop and recreate new objects the the wyantetest username, but
Not...
February 27, 2007 at 8:06 am
Thanks for responding John. Even though I use the new owner (wyantetest.changetableowner), or (hboffice.wyantetest.changetableowner) wich includes the domain, I receive the same error. Any ideas?
Thanks,
Ed
February 27, 2007 at 7:44 am
Viewing 12 posts - 61 through 72 (of 72 total)