Hi All
am using the below code snippet which is running for over 1 hr 30 mins
Declare @Command varchar(2000) Select @Command = '<WINZIP32.exe> -e <Source Zip file> <destination folder>' EXEC MASTER..XP_CMDSHELL @Command, NO_OUTPUT
Can u pls shed sum light if i missed any?
R.Manjunathan