How to change SSIS package or database table column to accept text values...
I am loading data from excel spreadsheet to SQL table using SSIS package. Excel spreadsheet column formatted to data type "Number" but column consists only texts ("Y" or "N"). This particular column...
View ArticleExcel Source stopped working in SSIS
Hi all, since few days Excel Source in SSIS stopped working due to the following messageCould not retrieve the table information for the connection manager 'Excel Connection Manager'.Failed to connect...
View ArticleHow to Eliminate ssis variable expression Max length
I have one package that package have 4 variables. Each variable length is 4 thousand characters. All 4 variables concatenating in one ssis variable expression. But I am getting error. The expression...
View ArticleSSIS SQL Agent job - Error: for each sub folder : The get enumerator method...
Hi.I have a SSIS Package , which runs fine in Visual studio. The package uses a for each file loop and the variable points to a folder like this:\\server\d$\foldername\subfolder\When I deploy the...
View ArticleXML source to SQL Server
My souce is XML. Target is SQL Server. A field which is varchar has both numbers and characters gives this error.[XML Source [1]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The...
View ArticleXML Source Task in SSIS
I got a SSIS package from Production and Its having an XML Source Task. But When I double click on that task, I am getting an Error saying object reference not set to an object.According to the...
View ArticleFor each loop container is not picking up the .csv source file
Hi Everone,Good morning.My package is having .csv file as a source and I kept OLEDB destination to load it.Stored the .csv file in a shared folder and the exact path is given in Enumerator...
View ArticleFlat file (CSV) source format
I have a SSIS package loading a lot of CSV file, which first line is the column head. Some file are ordered differently. However, package still try to load the file use predefined column order (it...
View ArticleSSIS OLE DB Source splits "FOR JSON" results into multiple record sets
My goal is to load JSON documents from a JSON query in SQL into MongoDB.I've discovered that when I have more than 2000 characters in my JSON results, the OLE DB Source object in SSIS will split the...
View Articlecould not retrieve the table information for the connection manager 'excel...
I am trying to Connect to a file as a data source and I have tried everything from changing my connection string, to downloading the 64 bit and the 32 bit drivers , and setting the run the package as...
View ArticleJSON source component
Any knowledge of an SSIS source pipeline component which reads the JSON, a data interchage format. JSON looks pretty tempting for heavy data interchange (somewhat human read-able, name/value pairs +...
View ArticleJSON
Hi,Does anyone have any experience of interfacing with a JSON API from SSIS. In my case the API is via a URL and i need to pull the data somehow. I suspect I will need to do this via a script task, if...
View ArticleUsing SSIS without previously locally installing SQL Server
Hello guys, I've already managed using SSIS without it being installed but with SQL Server being installed. I've done that by adding .dll files in my project, but if I try it without SQL Server being...
View ArticleWrite and delete CSV files in SQL database
Hi ! I have a question about creating a job in SQL 2012 and I would like some help. So I have a local folder on a PC which contains CSV files that are generated by another system via VBS script with...
View ArticleHow to deploy SSIS package using SSDT 2017?
Hi,I have just completed a SSIS package (my first package). Now I am looking to deploy the package on the production server. So I am looking to convert the package to deployment package and have a...
View ArticleHow to execute task only when files are present in the folder.
Hi,I have a package which imports the excel files from 2 different folder. I am looking a way to execute the package only when both the packages have excel files in it otherwise the package will not be...
View ArticleCheck and re-insert data
Hi, I am trying to move data from the staging database to the prod database, but my table doesn't have primary key so how can I create a SSIS process? which compares a data from staging db to prod db...
View ArticleSSIS : Move file from one folder to other
Hi Guys - In a folder A i have 100's of pdf files. Below is the format: CompanyName_CompanyID_CustomerID_Getdatetimestamp. Sample file names :...
View ArticleCannot specify column delimiter for flat file connection manager in BI Studio
I have a tab-separate text file that I want to load using SSIS. When I try to create a Flat File Connection Manager, and switch to the "Columns" page, the "Column Delimiter" field is disabled (grayed)....
View ArticleChanging values of SSIS catalog environment variables using c#
HiI created a SSIS project with SSDT 2015.I would like to change the values of environment variables(in SSIS Catalog) using a net application.
View Article