Viewing 15 posts - 46 through 60 (of 67 total)
I'm not sure, will it work if you install VSTA in 2005, check below links pls
and
July 5, 2010 at 12:12 pm
Theo...
Sounds good that you switched to .csv, if possible can you reply to my post, Just thinking what wud be the actual problem.
1. Are all the input files are having...
July 5, 2010 at 11:50 am
Please let us know if you need further help/info....:-)
RB
July 3, 2010 at 9:12 am
Pls check this link,
http://www.sqlservercentral.com/Forums/Topic946733-148-1.aspx
so set Run64BitRuntime = false of your project properties
RB
July 2, 2010 at 2:16 pm
Convert into two text files using SSIS, then read data from script task and replace as you wanted and save to new file, long method but feasible.
RB
July 2, 2010 at 2:03 pm
use 4 DFD's and enable the required DFD and disble the rest on the fly...
or use BCP as some one suggested in other thread....
RB
July 2, 2010 at 1:51 pm
July 2, 2010 at 1:45 pm
PHXHoward,
you can write Event Handlers, to do so...
Select Event Handler Tab in BIDS
Executable: from drop down select your package Name ( means defining event handler at package level)
Event Handler: Onerror...
July 2, 2010 at 1:32 pm
Theo....
Pls refer the attached screen image, EXCEL uses 32 bit provider, so set Run64BitRuntime = false of your project properties,(not Solution) to run your package correctly.
and also note, you cant...
July 2, 2010 at 1:20 pm
Reg : Moving file to another folder, you can do any of the following steps
1. simplest one, use execute process task,
set executable property as Move.exe / xcopy.exe /Copy.exe (Give...
July 2, 2010 at 1:06 pm
List all a,b,c,d reason values in Parameter and select parameter value, include this value in report and thats it...
RB
June 29, 2010 at 10:53 pm
Thank you,
I assumed that, he has two different queries running against two databases and need to output into single file ( not sure about the structure/Data types info etc)
RB
June 29, 2010 at 12:35 pm
Simply, you can export into two flat files and then use execute process task to merge above two files
set below Execute process task properties
Executable : copy.exe
Arguments : target1.txt+target2.txt finaloutput.txt
regards
RB
June 29, 2010 at 12:23 pm
Phani,
Please find the attachment, to run this, create some valid/invalid files and point to that folder before running.
Note, i have used activeX scrit task ( I have VSTA issue in...
June 29, 2010 at 12:07 pm
Read the txt file contents in script task using system.io, then you can define precedence constraints.
RB
June 28, 2010 at 10:55 pm
Viewing 15 posts - 46 through 60 (of 67 total)