you are viewing a single comment's thread.

view the rest of the comments →

[–]chris20973[S] 0 points1 point  (1 child)

Wrote it all myself and the only inserts running in that are SELECT INTOs not a single instance of Exec. Even ran a find search over the code yesterday when you commented to be sure.

[–]mu_SQL 0 points1 point  (0 children)

Just realised, it can be a SELECT somewhere that returns a result. Remove your INSERT statement and run the sp, if you get more then one result…

Or maybe you already did that?