Tables

  • use transaction_db

    select name from sysobjects where name = 'Test_table' and xtype ='u'

    when i executing this query its showing the name of the table .but when i select the record from this table its giving error msg

    Msg 208, Level 16, State 1, Line 1

    Invalid object name 'Test_table' .

    pls explanin the reason ....

  • Is the table perhaps in a different schema than dbo?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • s ...its different shema thanks for your reply

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply