Errors in loading data from excel file to sql server 2014 using ssis 2012
Good Morning, I'm having trouble viewing my excel file data: 1 - When I drag the excel source from ssis to Data Flow, I connect to the excel file and then when I try to view the data it gives me this...
View Article"COULD NOT FIND A PART OF PATH" WHILE EXECUTING PACKAGE THROUGH STORED PROCEDURE
Hello Guys,I have a package which gets a file from a shared folder and copies the data from that file to an SQL Table. It is totally working fine and the data is getting added to SQL Table when I run...
View ArticleRemove spaces in between the sentence
There are inconsistent spaces in between the names making them unique rows where as they are exactly same.ex:AMC PSYCHOLOGY, PC AMC PSYCHOLOGY, PC SUNRAY ACUPUNCTURE SUNRAY ACUPUNCTURE Would you...
View ArticleSSIS debug in Visual Studio using a endpoint
Hello, I am working in a package (Microsoft SQL Server Data Tools for Visual Studio 2017) When I execute the package from the IDE (Visual Studio) I get an error in Script Component when I try to...
View ArticleIntegration Services Will Not Run
Win 2008 Enterprise sp2 64 bit. SQL 2008 Std 64 bit. I cannot get a BI project to load or build new. First I had Visual Studio 2008 Team System Database. Would not load. Then I installed SQL 2008 sp1....
View ArticleException deserializing the package "Value does not fall within the expected...
Visual Studio 2015 Integration ServicesWhenever I try to Execute a package I get the error below. The connection managers all look good and I can preview any dataset that I am sourcing or writing to...
View ArticleParent Child package referencing parent variable from child package
Let's start with the problem I would like to solve. I am building a set of packages to download files. I have two methods for downloading files: SFTP and HTTP using a fixed format. My plan was a...
View ArticleConstructing a query dynamically, reading a Mapping/Lookup table
I have a Data migration mapping table that maps source to target attributes, example shown below:Table1SourceTargetSFNameTFNameSLNameTLNameSDOBTDOBIdea is to compare the attributes based on a join...
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 ArticleUnable to deploy SSIS after VS 2017 update 15.8.0
I just installed the 15.8.0 update to Visual Studio 2017 and now I am unable to deploy SSIS projects and packages to the SSIS Catalog from within Visual Studio 2017. The Deployment Wizard does still...
View ArticleError when creating SSISDB Catalog
Hi,I am getting the below error when I am creating my SSISDB Catalog.Can you please help me?
View ArticleReusable Flat File Connection
Hi, I have close to 50 Data flows in a package which extracts from OLEDB to Flat File connection.Each time I am a creating a new Flat File connection. And the connection manager has 50 Flat File...
View ArticleGetting error using Import Wizard to insert data fro excel, csv, or txt into...
I know there's a lot online about this and I've looked at a lot of it, but I'm not sure what options to choose and I dont know why I get this error. Furthermore, we have a heavy "figure it out on your...
View ArticleTransaction not working!
Hello,I am trying to implement begin-commit transaction in an ssis package so that if the package fails, the transaction rolls back. However, I stumbled upon this link...
View ArticleCDC on replicated tables
Hi, We have operational database A. Database B is replication subscriber of A. Our existing SSIS packages use tables on B as data source and we do full loading by using full join between current B and...
View ArticleUnable to create Integration Services Catalog
Hi guys, I am working on a new instance (SQL 2016). I just tried to create the SSIS catalog but I retrieve the message below:My SSMS's version is 2012. Could it be this the problem?Thanks
View Articledoes SQL Agent Job run command DBCC CHECKDB use dtexec?
I have a job check db with sql agent job running command DBCC CHECKDB, last night, there is a process DTEXEC using most CPU make server 100% cpu usage. Wondering if the SQL agent job running command...
View Articledate conversion on import
When loading from csv file to table I have a field that stores it's date in this format dd-mon-yy example: 21-Aug-18 How can I using derived column get in this date format to load to a datetime SQL...
View ArticleServer migration and upgrade issue - SSIS packages:
We are upgrading our servers from SQL Server 2008 R2 to SQL Server 2012 R2. We have re-created one of our SSIS packages in Visual Studio 2010, which was previously in VS 2008. This SSIS package...
View Article