Viewing 3 posts - 1 through 3 (of 3 total)
I'm sorry to say that we haven't done anything on this yet! We have an SSIS package that produces 86 output files, and learned too late that we could have...
August 29, 2013 at 11:33 am
Thanks for your reply! Can you help me with the script and the step-to-step on how to complete this? I am a biginner, and things look daunting! Thanks.
August 29, 2013 at 10:56 am
Thank you for your response. I replaced my method with yours, and I have the same error.
Here is my resulting script...
USE DS_DEV
GO
DECLARE@TableNVARCHAR(MAX)
DECLARE@filenameVARCHAR(MAX)
SET@table= 'MAMI.EngravingsForVendor'
SET@filename= '\\OMSBVLSTO\Programming\EngravedProducts.txt'
IF OBJECT_ID(@table) IS NOT...
July 31, 2013 at 4:12 pm
Viewing 3 posts - 1 through 3 (of 3 total)