Viewing 2 posts - 1 through 3 (of 3 total)
It works !!!
As you explained, a couple of quotes were missing.
Thanks very much, guys !!!
May 14, 2009 at 2:48 am
#994325
Thanks for your quick answer.
It seems I am close to the solution:
DECLARE @sql NVarChar(4000),
@sto int
set @sto = 4200
SET @sql = N'INSERT INTO prueba
...
May 13, 2009 at 8:09 am
#993748