i have a parent package and a child package. in the parent package there is foreachloop task. for each data in my table should pass to child package. in child package there are so many insert task are
I do have a flat file (csv file) which is extracted and loaded to another flat file by its position. For example I do have 3 columns like Record type, Emp number and dat开发者_运维知识库e with a posit
hi I have taking flatfile source name dynamically I.e. filename like \"source 2011-08-11\" I\'m creating expression builder for taking most recent file as per filename.
Hi all i\'m new to SSIS and i\'m wanting to read a bunch of xml files in a specific folder. I would like to read the xml files and output the data in a database table. However i\'m a little bit confus
I have a row count component that uses a global variable X to store the number; up to this point it rules but then if I add a script component that has X 开发者_JAVA百科among its ReadOnly variables an
I have an Oracle query and I want to export the query results to an excel file daily.I\'ve looked into both SSRS and SSIS and am not sure which would be better to use.
In my Execute SQL task I\'m creating temp table with : CREATE TABLE [tempdb].dbo.##temptable (开发者_开发技巧Header VARCHAR(200), Value VARCHAR(200))
I have an SSIS package that takes data from Tables in an SQL database and insert (or update existing rows) in a table that is another database.
I was having an issue whereby my excel grab was taking the numeric values in my mixed-row data (where the top 8 rows are pure text) as NULLs.
I have a SSIS package with an execute SQL task. Here is the code declare @vPersonSourceTgt int, @CntFlag int