SSIS Derived Column Expression to work at time to string format
HelloI have a time column in my data which I want to create a new column with a line of text for what the time is between.So If my Column Call_Time is between 00:00 and 00:59 I want the new column to...
View ArticleExecValueVariable property works? - SSIS 2014-2016
Hi,in a SSIS 2014 package, I'm trying to use the ExecValueVariable property for an Execute SQL task to perform a SELECT statement.I've created an Int32 variable that I pass to this property in order to...
View ArticleLoad Multiple Files from Source to Respective Multiple Folders (SSIS)
Hi All,In SSIS or SQL-stored procedure, I need to load multiple files to multiple folders with respect to file namesI have a scenarioSource folder = “Data Source Folder”Files in source...
View ArticleRunning SSDT Package (With Power Query Source) manually without SQL Server Job
Hi Experts,I have power query source in my SSIS data flow where it fetches data from SQL server. It works well if I run is manually via SSDT but fails while deploying to SQL server as Power Query...
View ArticleDynamic database connection using SSIS
Hi,I want to create dynamic database connection using SSIS.I have 5 databases and all has same table structure.Now I want to dump all 5 databases data to another database(single database) by creating...
View ArticleMoving table into csv file , column delimiter issue
Hi,I have irregular table structure and want to move them into cs/txt file. I dont know which column delimiter I should use, Comma doesnt work because a lot of columns has commas too and I can not...
View ArticleHow To Delete Bottom N Rows From Excel File in SSIS Package
Hi,I need to load data from excel file to SQL database but my excel file bottom 2 rows having company information which i need to delete while loading into SQL database using script task.I am able to...
View ArticleNot able to view the excel sheets in excel connection manager in SSDT 2017
Hi All,I am using Wn10 and visual studio 2019 .I am using the SSDT (15.9.28307.960) VS 2017, For excelconnection manager I am getting the this error " SSIS Excel Connection Manager failed to Connect to...
View ArticleDFD result in another DFD
Hi,I want to use Dataflow task1 result into another Dataflow task2 without storing Dataflow task1 result into any destination table/file. Is it possible?So here what I am doing in Dataflow task 1 is...
View ArticlePassing Variable value from Package Part to Packages
Hi Team,I am currently exploring PackagePart concepts which can be useful for creating reusable transformation.I am having a variable VAR1 and the value for the variable is "1" in package part.I am...
View ArticleWebservice not working as excpected
For the first time i’m trying to use a webservice in SSIS. The webservice I’m trying to use is: http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdlTo test this webservice I use:...
View ArticleSSIS code error -1071607685?
Anybody knows about this code?he say then duplicate key on insert table(sql server), but, on table dont have data duplicate.why this error?
View ArticleText Qualifier in SSIS designer for Flat file source
Unlike SQL Server 2000 DTS, SSIS Flat File Connection Manager Editor does not provide available list of Text qualifier, i tried -- ""-- double quote {"}-- "--{"} but none of them worked....!My file...
View ArticleUser Variable - checking a value
I have inherited an SSIS package that selects data by SQL command in OLE DB Source. Have added additional User Variable for Location ID, now in some cases that ID will have a value and other it will...
View ArticleAmazon Web Service Call with Web Service Task
With the new improvments to the web service task, we can now use variables as arguments in web service calls. I am trying to setup a call to the amazon web service ECS. I am trying to do a simple...
View ArticleSource Data Base Types
What are the databases like Postgres, MongoDB, MySQL, Greenplum, Netezza, Teradata, Reddish, Casandra, Neo4J, OrientDb can we connect through SSIS and also give me the procedure to get the data from...
View ArticleHow to come back from child package to Parent package using ssis?
Hi everyone, I am using parent child package in SSIS and I am able to go to child package and it executes the child package functionality. Now I need to come back to parent package and continue...
View ArticleSSIS Packages Connection Copy Error
In SSDT 2017, I get the following error when copying the connection from one package to another package. Connection is Project type connection.Error:TITLE: Microsoft Visual Studio...
View ArticleSSIS Job Failing
I have an SSIS job which will hit MS SQL database, while running the specified job am getting below error message. Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error...
View Articlecan a deleted package in ssis be retrieved?
Hi AllI deleted a package that I have spent time creating by accident, is there is a way to get it back?Thanks
View Article