Why does the sql prompt "Script as Insert" keep repeating the insert into in the generated script

HomerHomer Posts: 2 New member
for example
Insert into #temptable
Values(1)
Insert into #temptable
Values(2)

There used to be one insert statement and 2 values statements in this case.
Tagged:

Answers

Sign In or Register to comment.