Popular Posts

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

Thursday, June 29, 2017

Extract sp_execute value to a variable to compare

SQLServerCentral » Latest topics
Extract sp_execute value to a variable to compare
Hello,

I want to take the sp_executesql results to a variable to further compare the results.

Please suggest how to do it.

[code language="sql"]
declare @linkedserverName varchar(100)

No comments: