SQL Server 2005: Invalid object name exception
Posted
by Craig Johnston
on Stack Overflow
See other posts from Stack Overflow
or by Craig Johnston
Published on 2010-04-26T10:58:03Z
Indexed on
2010/04/26
11:03 UTC
Read the original article
Hit count: 250
In VS2005, I am using a DLL which accesses a SQL Server. The DLL returns a SQLException
Invalid object name 'tableXYZ'
but tableXYZ is a table in the database.
Should it be looking for dbo.tableXYZ instead? Is this a permissions issue with the login being used?
© Stack Overflow or respective owner