Viewing 2 posts - 1 through 3 (of 3 total)
My bad =D
Again, thanks for the help, all. 🙂
FYI - Here's the final product, works well; just in case it can help someone else.
declare @sql nvarchar(max)
select @sql = ...
April 1, 2013 at 9:39 am
#1602505
Sean - That works, thank you very much.
OldHand, SSCertifiable and Ten Centuries, thanks for the tips.
April 1, 2013 at 6:31 am
#1602433