• Topic
  • Discussion
  • UdaWikiWeb.InvalidObjectName(Last) -- Owiki? , 2016-08-19 15:00:28 Edit owiki 2016-08-19 15:00:28

    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 ''. (208)

    Try to qualify the object. Here is an example:

    Before: SELECT * FROM Customers
    After: SELECT * FROM dbo.Customers|


    Referenced by...