Foreach loop that loops over all files in a folder does not consider first...
Hello,I have a foreach loop in SSIS (as part of Visual Studio 10 and with SQL Server 2012).It loops over all files in a folder (ForEach File Enumerator).I set the folder: OK Traverse Sub folders: OK I...
View ArticleError: 0xC020902A at Data Flow Task, XML Source [24515]: The "component "XML...
When I was Importing data from XML to SqlServer using SSIS , I am getting this error. The import is working if i use small file and not working if I use large XMl file. Can any one of you guys help me...
View ArticleCreate table and import Flat file data based on flat file
Hi ,I have a requirement where i have import flat files to SQL Server 2012 DB Table dynamically. I have already used Script task to read the first row of the flat file and generated the create table...
View ArticleCan someone PLEASE help me with an import of a .xlsx spreadhseet to SQL...
Ok...here's what I've tried...and I had this working at one time and just don't remember how I got it to work. I have a .xlsx spreadsheet that I need to pump into a SQL Server Table with some UpSert...
View ArticleChanging SQL Server Table names and related related references in SSIS Packages
Hi All,I am changing some table names in my SQL Database. We also have a lot of packages and they depend on these tables. Few questions .What is the impact of changing the table names on the packages?...
View ArticleMultiple runs of same stored procedure
I am an SSIS newbie so please excuse how little I know.We have a manual job that I would like to automate in SSIS.We run the same stored procedure six times with different parameters. Each run creates...
View ArticleData Conversion Issue
I've inherited some SSIS code, and not having some trouble modifying a data conversion task.Here are the original conversion statements. These columns are actually in MySQL - which I have never worked...
View Articlessis --how to handle the situation of update and insert
hi fiends: I want to have a advice on a problem. now ,I have a flat file :file1 and a sqlserver database table : t_1,they both record the vendor of the company,and they column number and column...
View ArticlePass Variable to ADO.Net Data Source For Use in Query
I have a situation where I need to take data from a SQL Server query and pass it to an ADO.Net data source, which uses a query to return records from a MySQL database.I need to retrieve the maximum...
View Articledead locks caused by truncate
I have one table one row with one column, this table will always have one row only(date). I am getting this table populated from csv file using SSIS. I have a truncate in place before loading this...
View ArticleMultiple HTML files
Hi,I have a scenario where in a table , I have clientID, filename and the html_text.Using these two, I need to create multiple html files for a given client ( the filenames will be from the filename...
View Article[Solved] Foreach loop that loops over all files in a folder does not consider...
Hello,I have a foreach loop in SSIS (as part of Visual Studio 10 and with SQL Server 2012).It loops over all files in a folder (ForEach File Enumerator).I set the folder: OK Traverse Sub folders: OK I...
View ArticleSQL Jobs are running long time
Hi Team,I have one job which has 5 steps and earlier 4th and 5th steps were taking 5 minutes time to complete and now 4ht and 5th steps are taking 10 minuts of time. there is a increase of 5 minuts and...
View ArticleI have a scenario like this please give me any suggestion hw to i approach?
I am having ErrorCode ,ErrorMessage,ETLCreatedBySourceID columns in my table.. At the time of new data inserting the system will generate sourceId will generate automatically and also ErrorCode...
View ArticleUnable to rename file for archive files using filesystemtask
Hi,I have to move and rename files using file system task. I can move files but unable to rename it with timestamp.My variables are: user::filepath ----> its having total file path of the .csv...
View ArticleData Import using SSIS 2008 and Excel Source.
While Importint data from Excel xlsx/xls , if some column has invalid values say the column has "TRUE/FALSE" , but some how (manual entry) it is changed to "abc" , if the column has many values as Date...
View ArticleHow to migrate DTS package to SSIS 2012? I was thrown with an error when...
Hi respected developers, After much R & D also, I could not find the right solution.Can anyone please help me in how to migrate DTS packages to SSIS 2012 packages . When I am trying migration...
View ArticlePackage Validation Error "The operation could not be completed....
HelpI am trying to execute a package within Visual Studio 2008 Business Intelligence Developer.However there are no errors, warnings etc. just a dialog that pops up with this message:Package Validation...
View Articleloop through folders name via sourcepath
Hi,How to Loop through folders and get each file inside a particular folder.I have a sourcePath : D:/Myfolder FolderName : App1,App1 FileName : file.csv,file1.csv inside each folder How can i get...
View ArticleSSIS/Oracle occasionally truncating the last character on one row, one column
This problem is driving me up a wall. It will typically just be one record out of many (1000's ++), and seems like it happens on one day out of 10. If i rerun the extract all records come through fine....
View Article