Data conversion fails when trying to import values with . precision
I have the following csv file :EmployeeId,PayRate12,2.5015,5.3356,7.28 I am trying to store data in a SQL Server table, like below :Using Conversion Component :"The value could not be converted...
View ArticleError installing SQL Server Integration Services. Could not open key:...
I am getting this error when i attempt to install SQL Server 2016 SP2 CU13 on a Windows 2008R2 server that has Visual Studio Enterprise 2015 installed on it (and many SQL Server related products)....
View ArticleIs it possible to lower the logging to the SSIS catalog?
Is it possible to reduce the level of logging written to the SSIS catalog database for specific (or all?) packages? In our DEV and TEST environments we run packages far more frequently than we would in...
View ArticleHow to stop an Object from changing data type in an SQL Script Task?
Hi all, I am currently trying to create an SSIS script that does the following: 1. Use two given variables to perform an SQL SELECT and get the two other variables in the row 2. Iterate over the rows...
View ArticleODBC - rows per batch limit - int16
Hi,I'm using an ODBC destination component to load a table in batch mode. When I enter anything greater than 35000 rows per batch, it gives me the error 'value was either too large or too small for an...
View ArticleSQL agent job running SSIS package error
Hi All, I'm getting below error while running SQL jobs which is triggering a ssis package (ispac). Message Executed as user: "". Microsoft (R) SQL Server Execute Package Utility Version 13.0.5026.0...
View ArticleDownload and Load Medical ICD codes
Has anyone had the pleasure of actually going out to the CMS.gov web site and getting the latest ICD-10 Codes...downloading the ICD-10 codes...and then loading that data to your own Database Table?...
View ArticleSSIS - Package could not load intermittent failures
Hi Everyone =) We are running on SQL Server 2008 R2 and are developing SSIS packages in BIDS. Packages are imported to the server into msdb where they are run in production through SQL Agent Jobs. We...
View ArticleError The metadata could not be determined because the statement 'abc' is not...
Greetings, I have an ssis package that I am testing on an upgrade from SQL 2008 R2 instance to a SQL 2014 instance (db still in 2008 r2 compatibility), and on one stored procedure call it gets the...
View ArticleCollation Conflict within SSIS Package
Hello everyone, I am having an issue with an SSIS package, there is a collation conflict. The error being report is: "[Execute SQL Task] Error: Executing the query "DECLARE...
View Articledtexec or dtexecui - client or server application?
Hi, is dtexec and dtexecui a client or server component? which are the minimum install requirements for running this?I would like to run dtsx packages not from SSIS/SQL Server (avoid licence if...
View ArticleMDX to return percent measure as pure numeric value type to SSIS data flow
I am trying to read data out of an analysis services cube and process that data through an SSIS data flow. The MDX query is very simple (identifiers obfuscated): SELECT NON EMPTY {...
View ArticleODBC lookup - options
Hi, I'm trying to do a lookup to a PostgresQL table that I can only access with ODBC. I noticed no options for lookups to ODBC tables and looked in this forum for similar questions. I only found ones...
View ArticleWhite screen upon re-opening an SSIS package
Occasionally, when opening an SSIS package, the designer will be blank/white. The properties window is empty, the xml behind- the-scenes is un-editable, and the only work-around I've seen is to restart...
View ArticleUncertain If SSIS Project Is Being upgraded during Deployment
Hi, Let me start by saying that I do not want to upgrade the SSIS project that I am working on and need better understanding on what will trigger the update.The SSIS Project that I am modifying and...
View ArticleSSIS Data Transfer
Hi,I am new to SSIS and needed help with this.I am copying a few tables from one server to another using ssis, i wanted to know if there is a way in which I can retain their primary and foreign key...
View ArticleThe reference assemblies for framework ".NETFramework,Version=v4.7" were not...
Hi, I had .net framework 4.7.03062 and Visual Studio SSDT 2015, need to upgrade to SSDT 2017 as of production version because my packages failed for version issues. Installed SSDT 2017 version 15.9.24...
View ArticleCalling a child package using a variable
Hello,I have a solution that has on parent package and 5 child packages.I want to do it in a way that I will tell it what packages to call with a variable.For exampleI have parent...
View ArticleImport excel files in a SQL server from TEAMS
Hi,I need to import the excel files saved in a teams site in some sql server table (sql is on a VM on Azure, it is not a SQL Azure) with SSIS.The teams site is something...
View ArticleWhat some methods for converting/upgrading existing SSIS packages to newer...
I've found out that with the latest version of Visual Studio e.g. 2019, it breaks our existing SSIS packages. Are there ways we can simply convert/upgrade our existing SSIS packages to the new version?
View Article