SSIS Excel export with 64-bit version
I have a problem, and I'm fairly sure I know what the answer is going to be, but I'll ask it anyhow.I have a database which I switched over to SQL 2005 last year, and in the process converted all the...
View ArticleLoading millions of records best practice
Hi All,I have few doubts regarding my approach to load million of rows into the destination table. I am loading half a BILLION rows from one sql server table into another. Its a sql statement joining 3...
View ArticleError at Data Flow Task: No column information was returned by the SQL command
I am attempting to create SSIS package which will create a CSV file as a destination file. As far as SQL code is concerned, everything works well in SSMS. But when I am trying to use the same SQL code...
View ArticleSQL Server Import and Export Wizard error
Hi all,I am trying to import a TXT file into my table, but I keep getting the following message: - Executing (Error)Messages Error 0xc02020a1: Data Flow Task 1: Data conversion failed. The data...
View ArticleTrying to load .CSV into DB using SSIS but unwanted commas are adding up in...
The .CSV file which I am trying to load into the DataBase using SSIS had empty columns in the end which I deleted through the Flat File connection. But the challenge I am facing here is when I try to...
View ArticleAdding Command Timeout
Hi guys,I got this code online and it was working fine.But when the data it was receiving increased, because ADO.Net Connection timeout is set to 30sec by default.The task started failing after...
View Articlewhat is the use of Comparision Flags in sort Transformation ssis 2012
I would like to know what is comparison flags in sort transformation,when to use it?srm_2010
View ArticleADO NET data source doesn't accept dynamic variable?
Hi, I created an execute sql task to select max(date), then passed the result to a variable, then followed by a data flow which pulls data from ADO SOURCE (ORACLE), I used this variable as...
View ArticleChange SQL table data whenever Excel data changes
First of all, I want to say that I'm a beginner at this and I'm using SSIS (SQL Server Integration Services).I'm using an API from coinmarketcap.com to get cryptocurrency data. This data constantly...
View ArticleSSIS Query
I have three different data sources Source1: Source 2 Source 3Col1 Col3 Col1Col2 Col1 Col2Col3 Col4...
View ArticleAbout writing the SQL Query to track Updates in the database in CDC (will...
Hi Fellows I am working on implementing CDC ETL in my office and need to ask a question We use to write queries to track the updates in the database like UPDATE "Table" SET B = ? C = ? D = ? WHERE A =...
View Articlehow/why did ssis tag a time zone on a source column that isnt datetimeoffset
Hi we run 2012 enterprise. I was surprised to see a simple environment setup pkg tag a time zone other than +0 on a non offset date column targeted to a datetimeoffset(7) column. And I see two...
View ArticleI'd need to delete or void a cells range in a Excel
Dear all,I am getting "deleting data in a linked table is not supported by this isam" from my Data Flow.Ok, how can I set up blanks instead of? Just save blanks in this same range?Thanks for any thread...
View ArticleExecute two sub jobs from a master job
Hi all,I have two jobs which should run by scheduling one master job.I want to run the master job and it should take rest of the underneath jobs.Any help here!!Dilip Patil..
View ArticleGetting error in script component
Hi All,I am getting the below error when i'm trying to edit the script component. can anyone please let me know how to resolve this error:-Error at Data Flow Task contains script component [Script...
View ArticleError trying to deploy SSIS project
I'm attempting to deploy a new SSIS project to the SSISDB and receive the SQL error 15581 "Please create a Master Key in the database. What am I missing? Thanks!
View ArticleWrite a case statemt SSIS
Hello All,I am writing a derived column and i need to write a case statement for the following :case when...
View ArticleAttunity oracle connector Version 5.0 Error on Vs 2017 ; V4 on vs 2015
=================================== Error at Package [Connection manager "Oracle Connector 1"]: OCI error encountered. Error encountered while creating OCI environment (Microsoft Visual Studio)...
View Articlecan you share an ssis solution file amoungst .dtsx files?
Hi, We are using vs 2015 enterprise with the ssdt add in and tfs. We have a solution file in a higher level folder and then some .dtsx files in a folder below it in tfs. So I open the solution...
View ArticleSend Mail task not working properly when it configured in Precedence...
Hi,Send Mail task not working properly when it configured in Precedence Constraint (Failure)...Scenario: I'm using multiple containers in my ssis package. Also I have configured mail task for capturing...
View Article