Error Messages (I)
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #
SQLServer: Invalid Object Name
Are you encountering the following SQLServer error:
Invalid object name ' Try to qualify the object.
Here is an example: Before: SELECT * FROM Customers
After: SELECT * FROM dbo.Customers|
Referenced by...