About 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 ArticleLoad data into Hive Table from blob storage
Hi All,I am looking to load file data which is stored in blob storage into Hive table.I am using below script to create hive table and load file data. but unfortunately, it is not working.Table is...
View ArticleSSIS Target is changing from On-premise Database to Azure SQL DWH - But...
I have SSIS packages pulling data from multiple on-premise Databases to a Staging Schema in a on-premise Database.I am moving Staging Schema to Azure SQL DWH. But I see that SSIS is taking lot of time...
View ArticleSQL Server 2000 DTS Designer components are required to edit DTS packages -...
I m trying to open 2000 DTS package in SSMS of SQL 2008 and get the below error:Any solution? TITLE: Object Explorer------------------------------SQL Server 2000 DTS Designer components are required to...
View ArticleSSDT 2017 missing IS template
Hi.I was having VS 2017 + SSDT 2017 installed on local computer. And yesterday, after having some win 8.1 update, VS is missing IS templates. I uninstalled VS and SSDT and installed it all. And after...
View ArticleSSIS question
Will my package run successfully by using SQL Server Agent if I have data viewers and Breakpoint enabledSmash126
View Articleleft join from SSIS package
Hi,I have the query below for left join between 2 tables from 2 servers. select distinct companyID, order from Orders a left join QA.staging.sales b on a.order = b.order and a.line = b.ine where...
View ArticleAzure - SSIS: How to read file from azure blob storage?
Dear All,I have an excel file with multiple sheets which I stored in Azure BLOB storage. I'm using script task to load file from blob storage to azure sql. Using For each Azure blob enumerator to loop...
View ArticleSSIS job executing C# command-line program which calls Excel Interop
Hi,I am having an issue with completion of my command-line program which calls a C# executable for the purpose of writing to an Excel file. First, it works completely if executed from command prompt as...
View ArticleSSIS - error hresult e_fail has been returned from the call to a com component
Hello.I am working with visual studio 2017 pro.Everything was working fine until last week and then I couldn't get into the script task.I tried uninstalling the SSDT and installing it again, but it...
View ArticleImport detailed data(all rows and columns) from an excel pivot table having...
Hi, I have to import data from a excel file in sql server table using ssis. Data is stored in the pivot table in the summarised format.To import , I have to first remove all filters and double click...
View ArticleHow can i insert records to a database on a different server
Sorry I am pretty new on SSIS and have this question regarding how to load data to database.in my SSIS package, I have got a list of objects from one source(not sql server database, a different...
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 ArticleCapture events for each task but log to package level only
I am developing for SSIS 2014 but will need to use package deployment instead of project deployment , no CLR enabled. I will be developing multiple one-off packages. Each packages will contain mainly...
View ArticleSSIS Query
I have three different data sources Source1: Source 2 Source 3Col1 Col3 Col1Col2 Col1 Col2Col3 Col4...
View ArticleTeradata Command Timeout won't override
Hi, Big company, large Teradata warehouse, need to be able to override Command Timeout on a Teradata Connection. See the Command Timeout Teradata connection property, set it to 1000, come back...
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 ArticleSSISDB (2017 CU8) running in Always on Group - Maintenance procedure bug...
Hi, Since upgrading to SQL 2017 (from 2017), the SSIS maintenance job keeps failing. The job step is the following.. DECLARE @role int SET @role =(SELECT [role] FROM...
View Articleincremental load issue in SSIS
Hi All,i am trying to do incremental load in SSIS and automatically it is changing to full load.i have created three variable one is incLoad,IncLoadDate and SQL.in the IncLoad varibale i have assigned...
View ArticleSet Pivot Property using SSIS Script Task
I have an SSIS script task using which I need to disable the pivot table drilldown option in an excel file. But this particular line throws error.code to declare and set excel Application and then the...
View Article