 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
judahr
Joined: 09 Mar 2007 Posts: 319 Country: United States |
|
Insert adds INTO |
|
v. 3.1.24 SSMS
Assuming:
Insert dbo.
Once you select a table name (Table1), you get:
Insert dbo.INTO Table1
Should be either:
Insert dbo.Table1
or if you must:
Insert INTO dbo.Table1
|
|
Mon Apr 14, 2008 9:34 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
This is surely a bug.
The workaround is to type INSERT INTO then select an object.
|
|
Mon Apr 14, 2008 10:38 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|