Results 1 to 2 of 2

Thread: Invalid Object Name Error

  1. #1
    Join Date
    Oct 2015
    Posts
    3

    Invalid Object Name Error

    How to solve this error?

    PHP Code:
    Msg 208Level 16State 1Line 1
    Invalid object name ‘tbl_Yeartodate_Value’


  2. #2
    Join Date
    May 2015
    Posts
    19
    The main reasons for this error are:
    1. Wrong table name in the query
    2. Database name and schema name are not mentioned in along with table name

    Solution:
    Please check the table name in the query and mention the database name and schema name along with the table names in the SQL query. For ex: select * from MESQLDBM.dbo.Alert

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •