SSIS package doesn't use 64bit runtime while running from SSDT on windows...
Hello, I'm debugging an SSIS package on Windows Server 2012 from SSDT but I can't get the package debugging because the SSIS runtime being used is a 32 bit. I've the project debug property -...
View Articlecatalog.start_execution SYNCHRONIZED in Transaction
Hi, I am trying to execute a SSIS Package from a stored procedure within a transaction. I also want the execution to be in Synchronized mode. This is an example of my stored procedure code:begin try...
View ArticleUsing [dbo].[SSIS Configurations] with sensitive data - how to migrate to...
We have recently started using SSIS 2014 and for our changing values we use [dbo].[SSIS Configurations] (SQL Server table). We are connecting to a DB that requires a UN/PW combo to connect. I was...
View ArticleThe package failed to load due to error 0xC0011008
Hello Everyone,I am trying to run a SSIS package using ASP.NETs loadpackage(). when ever the code tries to run the package i get the following error:{"The package failed to load due to error 0xC0011008...
View ArticleDeploy tabular model to new environment and update connection
To try and speed up our deployments into new environments (test and live), we've produced an SSIS package that undertakes many of the tasks (backing up and deploying databases, etc.). This has worked...
View Article[ SQL query execution Task ] Error: "The execution of the request " DECLARE...
Hi, I got the error : [ SQL query execution Task ] Error: "The execution of the request " DECLARE ? NVARCHAR (255) DECLARE ? NVARCHAR (255) OF ... "failed with the following error: " No value given...
View ArticleSSIS Script component
Hi,I am getting column from the query 48 columns, but am using the script component pass all the column up to 45, still am able to access 48 columns . can you please suggest me how to remove the...
View ArticleSSIS Compatibility Concern - SQL Server 2008 R2 vs SQL Server 2008
Hi community,Our team is about to migrate SSIS packages developed in "Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64)" to a database server with the version "Microsoft SQL Server 2008 (SP4) -...
View ArticleChange in order of fields in Target
All,I am loading a table in oracle with SSIS. Coding was done on dev server and the ETL is working as expected. When the ETL was executed in assembly environment, it failed due to metadata issues. When...
View Articlesql server package error
my package is running fine locallywhen i run into sql server agent job, its creating following error, when i expand error message its showing me sql server destination
View ArticleError throws up when running SSIS package upgrade wizard
Hello All,I currently have a SSIS package that is running fine in visual studio 2010 (and SQL Server 2012) environment.Now, I wanted to upgrade it to visual studio 2013 (and SQL Server 2014). I...
View ArticleHow to improve SSIS performance
I have an simple ssis package where it has extracts data from OLE DB source and dump into file..in source i am using store proc to execute results....when i run this store proc in my environment it...
View ArticleBulk Insert in Execute SQL Task
Hi,As part of a POC, I am in process of using the Bulk Insert command inside a Execute SQL task to read a CSV file. The file has been intentionally tampered to generate error rows, which I handle...
View ArticleSSIS Bulk Insert Error Rows
Hi,I am working on a POC to load data from CSV files into the SQL tables. I am using the SQL Bulk Insert command inside the EXECUTE SQL TASK instead of the SSIS' Bulk Insert Task is that I have the...
View Articledelete files in App Server using SSIS
Hi i need delete around 5 GB files from App server using SSIS monthly. can SSIS to do that?
View ArticleSSIS Script component - remove unwanted columns in Flat File
Hi,I am getting column from the query 48 columns, but am using the script component pass all the column up to 45, still am able to access 48 columns . can you please suggest me how to remove the...
View ArticleSSIS 2012 Script always throwing same error
Hi,I am writing the following code in my SSIS 2012 script task.I am deliberately trying to fali this code by adding some typos in the connection string.I want to catch the exception and display the...
View Article##Temp table not creating suing SSIS package
Hi All,In my SSIS package I want to create ## Global temp table.below is the sample script.IF OBJECT_ID('TempDB..##tmpv') IS NOT NULL DROP TABLE ##tmpv; CREATE TABLE TempDB..##tmpv (...
View ArticleExecute SQL task fails with Error: 0x0 at : String or binary data would be...
I am using MS SQL2012 DB and I have a Execute SQL task to run a stored procedure from SSIS package, which fails with following errors.Error: 0x0 at <Process Name>: String or binary data would be...
View ArticleJet driver Excel problem again ....NULL values when reading XLS
Well, the first item about this problem, started in 2004 and still this is a problem in the year 2016. A collegae is testing an import from excel. I load the data in SQL with a SSIS package. I haven't...
View Article