SSIS - Treat Consecutive Delimiters as one
Hello, Does anyone know how to enable "Treat Consecutive Delimiters as one." option to work with txt files on SSIS?if this exists in excel, should be exist everywhere... or not ? Gilberto H.
View ArticleImplementing Best Practices is Increasing Execution Time
I have inherited some SSIS packages that are used to populate a data warhouse using SAP SQL Server DB as a source. I am fairly new to SSIS so I've been doing a lot of research on best practices as...
View ArticleHow to re-engineer OLAP access to a modern data mart?
I am reengineering a crude data mart that was created in SQL Server 7. (It consists of tables based directly on mainframe extracts, with no data cleaning or conforming, etc.) The new system is...
View ArticleFile name property is not valid
Hi,I need to create dynamic .csv files with each deptname and systems date using sis2008 packagei created package with sql query execute for eachloop data flow container oldb container and flat file...
View ArticleExecute package task external reference mode SQL Server
Hi All,I was trying to use the SQL Server as the external reference for the Execute package task for my parent package but it was showing me the msdb database content when I created the connection to...
View ArticleSSIS SCRIPT COMPONENT ERROR
I have a Code that extracts the Active Directory User information from various Domains. It works fine for the most part but then it keeps failing with output buffer error. If i remove one column then...
View ArticleString Column Issue with SSIS Wizard SP Source
When I use USE [AdventureWorks2012] EXEC [dbo].[uspGetBillOfMaterials] @StartProductID = 800, @CheckDate = N'2008-02-01'As source in SSIS Import/Export Wizard, it cannot map the string column. It shows...
View ArticleBulk Insert Errors (Unknown Cause)
I don't know if anybody already asked this before.but what does this error means:Msg 4832, Level 16, State 1, Line 1 Bulk load: An unexpected end of file was encountered in the data file. Msg 7399,...
View Articlecannot open/find my ssis package
Hi all,I created a package through BIDS export import wizard. I saved it on my local system and also saved a copy of the package on the SQL server. The final path it displayed while saving was...
View ArticleNeed Bat file to delete file older than 7 Day
Hi All, My file looks like this Load201307250717.txt in the format YYYYMMDDHHMM.Now I have to delete the files which are older than 7 days.To create the above file my command looks like this set...
View ArticleAutomatically Create Dynamic SQL
Hi All,I have many Source SQL for the SSIS Data flow source, that is current stored in SSIS variable, but now I want to make them configurable from Config Table which stores the SQL and use it in Data...
View ArticleSQL Linked Server vs SSIS Data Flow
Just wandering, what is the best practise to copy the data into staging table if I have options of both LInked server and SSIS Data Flow ?
View Articlevariable mapping and result set
this is frustrating.. I just thought of showing a sample variable declaration and result set to my friend but I don't know for some reason getting error. Please find as attached. Any reply is highly...
View ArticleCREATE A TABLE DESTINATION OUPUT BASED ON THE CONDITION OF ANOTHER TABLE DATA
Hi I am a newbie for ssis.i would like to know, how would i create an output or cache transform with a condition taking the data from another table.An exampleLet say i have two table Employee table...
View ArticleSSIS 2012 - Error Output ColumnName
Hi,I am trying to get error column name from my error output but am experiencing some difficulties on the way so I was wondering if you guys can help.I tried to follow this article but as soon as I...
View ArticleOne critical requirement with For Each Loop container and File System Task -...
Hi, This is one of the critical requirement given by my client. Assume there are 3 Files are available in a folder. They are a)file_july10.txt, b)File_july11.txt and c)File_july12.txt. My package...
View Articleextract validation
Hi All,I have this script in script task in SSIS.string Dts.Variables["InputPath"].Value; { if (Directory.Exists(strpath)) { // Process the list of files found in the directory. string...
View ArticleScript to Create Footprint ticket
Hello all,I want help on below scenario....Sp to Create Footprint ticket whenever file available in purticular folder..Thanks in Advance-:)I got an requirement that whenever files comes for purticular...
View ArticleReleasing server memory in use
Hello - I am having problems running ANY SSIS packages lately. After reseraching and looking around a bit, I found that I have 0 memory available because SQL Server has cached all available memory. I...
View ArticleLoading set of text files into Table and then save the file names in a SQL...
Hi, I have loaded a set of Flat files in to a table using For each Loop container and Archived the Files using File System Task.Now, can you please tell me how can i save the loaded file names in a...
View Article