> From: Andy Ousterhout [mailto:[EMAIL PROTECTED] 
> I some how had a duplicate table -- exactly the same name -- so I deleted
one
> of the tables.  Now I can browse the table, modify it, return rows and run
> queries from Enterprise Manager, but get the following error from stored
procs
> and <cfquery>:
> [Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name
'tabPeople'.

The only way to have duplicate names is to have different owners for each
object; in your case the table. I imagine you deleted the "other" table
instead of the one you wanted to. Check the owner of the remaining table,
and change the owner if it incorrect.

HTH,

Mike


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184218
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to