I'm inserting rows into a SQL server table. I insert one set of records. Now when I insert the second set of records I want them to be appended to the last block of records I entered. But, some of the rows get messed up -What I mean is it does not show as one block under another. There is no primary key on this table.
Please help!