Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Friday, November 10, 2017

exec (@sp) running twice

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

No comments: