Tuesday, August 27, 2013

[SQL Server] Invalid object name

[SQL Server] Invalid object name


Invalid object name

Posted: 27 Aug 2013 05:28 AM PDT

This short piece of SQL gives "Invalid object name 'test2'. I can create table test but creating table test2 fails. What am I doing wrong? Thanks as always. use dzgocreate table test (ColumnA int) insert into test values (1) select * from test goinsert into test2 select * from test go

No comments:

Post a Comment

Search This Blog