Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

exec (@sp) running twice

$
0
0
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

Viewing all articles
Browse latest Browse all 3145

Trending Articles