[SQL Server] 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 |
You are subscribed to email updates from SQLServerCentral / SQL Server 2008 / SQL Server Newbies To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment