SQLServerCentral » Latest topics
exec (@sp) running twice
Hi,
I have some code that's been running fine 99% of the time but sometimes it executes the same stored procedure twice for an unknown reason.
So this is the code:
[code language="sql"]DECLARE @sp
I have some code that's been running fine 99% of the time but sometimes it executes the same stored procedure twice for an unknown reason.
So this is the code:
[code language="sql"]DECLARE @sp
No comments:
Post a Comment