May 29, 2008 at 4:05 am
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 ....
May 29, 2008 at 5:23 am
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
May 29, 2008 at 5:36 am
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