Inserting records back into source table

  • I am trying to insert records into the same table I am using as the source table. When I run the procedure it shows it completed successfully but there are no rows added to the table, any thoughts?

  • This was removed by the editor as SPAM

  • Possibly your insert statement did not add any row, but ran correctly. Is it possible your insert statement did not select any rows to be inserted? What does your insert statement looks like?

    Gregory Larsen, DBA

    If you looking for SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples

    Gregory A. Larsen, MVP

  • Got this one to work.

    Thanks Greg!

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply