Viewing 2 posts - 1 through 2 (of 2 total)
Hi,
Maybe you can try this if you want to avoid creating any temp table or using any cursor -->
SET ROWCOUNT 1
SELECT 'Start Removing Duplicate Record...' -- Don't remove, seed...
October 25, 2002 at 10:42 am
#439491
hi osoto,
By looking at your code, what not you try the following :
INSERT #DataResume
EXEC master..xp_srvpt_lastdlymult @params
instead of assign to @Cmd variable and execute it separately. I...
October 14, 2002 at 8:07 pm
#438550