SSIS reusable transformations
Hi,I am using SSIS 2015. I have a table which has 30 DATE columns. I want to apply transformation logic on these date fields. the logic is same but it has to be applied on all 30. Instead of writing...
View ArticleIssue with Excel Destination Mapping
Hi,I am facing a very strange issue with some of my packages which have same structures.The packages are for reconciliation of the data, for this I am select data from Source & Destination and...
View ArticlePackage SSIS semms to be running but he is not
'm using Visual Studio 2015 I have Create a SSIS project from visual studio 2015 and I have problem with my SSIS package. When I'm trying to debug it I get information "Package execution completed....
View ArticleSSIS OLED Source unicode error when connecting to Oracle Source
Hi GuysI am encountering a strange issue with SSIS connecting to OracleI am creating a new SSIS extract which is connecting to a oracle source using Oracle Provider for OLEDB connection manger. When I...
View ArticleExecute Sql Task Generate SQL XML String but runs very long in SSIS but not SSMS
Good day,Execute Sql Task Generate SQL XML String but runs very long in SSIS but not SSMSI generate a 1 row XML string result in SSMS in 15sec but when i insert in Execute SQL task that store the...
View ArticleQuestion on setting a TLS 1.2 value within a SSIS package when connecting to...
We've been connecting to a vendor, Heartland, using a web service task in SSIS to consume our data and bring it down and insert the data into a SQL server table.This last Wednesday, they upgraded their...
View ArticleOn SQL server 2016 Standard Edition the Maintenance Cleanup Task does not...
The maintenance task backs up the db and deletes any backup files older than 7 days successfully. However it should also delete the Maintenance Plan text reports after 7 days and it doesn't. The report...
View ArticleSSIS Job failed: Unable to read data from the transport connection: An...
Hi All,one of my Production SSIS job is failing with the below error. All of the required permissions are given for the account as far I know.Some details of the environment: Windows Server 2008 R2,...
View Articlesetting a parameter in a ssrs 2012 report but getting an...
here is the error I seem to have the parameter defined correctly , right case and everything what could I be missing?An attempt was made to set a data set parameter 'Department' that is not defined in...
View Articledate range
Hi,I need to have the query to get the date range between now and 5 business days later (not include the weekend). I am not sure how to do it, can you please help.select * from tblwhere shpdate...
View ArticleDLL Certificate Issue Or Access issue in .Net framework or SSIS Package
Hello Everyone,I am facing an issue while doing server migration from an existing server to a new server. All my jobs are running fine except for one. This job is is trying to run a SSIS package, which...
View ArticleDeployed Project not importing CSV file Data
I have a project with an Execute SQL Task (Which truncates the temp table when the project is run), a Foreach Loop Container which contains a Data Flow task to import the results of CSV files into the...
View ArticleUnable to connect to webservice
Dear Experts,I have to consume web service through SSIS(Web service task) I can browse the WSDL they shared, but there is an issue that "host name" and "Certificate name" do not match just because of...
View ArticleData Duplication
I have a requirement as below. I have a table and want to identify the duplicate records and find out the winner records and loser records based on the below criteria and insert the loser records into...
View ArticleSSIS Failed to Start after Protection Level Changed
I had a SSIS project which by default used EncryptSensitiveWithUserKey as Protection level. Due to security purposes and the fact that the proection is being manipulated by my new co-workers I need it...
View ArticleRemove Intermittent Quotation Marks From Flat File
I need to import a text file we receive from a vendor. Unfortunately, the vendor sends a somewhat messed up file. The file is comma delimited, which is no big deal. But, the file sprinkles quotation...
View ArticleSSIS Get the highest ID number and assign ID to the next records
HelloI'm developing a data warehouse for a vet treatment database.I need to assign an ID column when a Pet has stayed in Hospital.In SSIS I need to get the max ID from the ID column, which I know how...
View ArticleSSIS Package taking hours to complete
Good Morning All,We have an SSIS package and its taking hours to complete. There is on data flow task which is just a query based off 4 tables and it takes long time to render results. One table in...
View ArticleDynamic configuration file name in select configuration type
I have created a package. I have setup dtsconfig file under 1. Package configuration wizard2. select configurationtype = xml configuration file3. Specify configuration settings directly3a....
View ArticleUpload files to share point without credentials stored in the package
I have few ETLs that upload files to share point using a script task(VB code). My code looks like:Imports System Imports System.Data Imports System.Math Imports Microsoft.SqlServer.Dts.Runtime Imports...
View Article