Questions on running a SSIS 2012 package from a SQL Agent Job
I have an environment associated with my SSIS project, and I am trying to execute a package in that project using a SQL Agent job. My problem is that the package does not seem to be getting the...
View ArticleBulk insert into oracle using ssis
Hi ,Can someone please suggest me the way to Bulk insert data into oracle database? I'm using oledb which doesnt support bulk insert into oracle.Pls note I cant use Oracle ATTUnity as it requires...
View ArticleHow to deploy from VS2012 with DataTools 2014 to a 2012 Server
Hello,I have VS2012 with Datatools for 2014 installed. Most of our servers are already 2014.One must stay at 2012 but I can't deply mu packages to that server.I've tried tricks found on the web by...
View ArticleRunning a package using a Job
Dear ProsI want to develop sql server job, that executes an SSIS package.Is it sufficient to just copy package file from my SSIS project, paste it somewhere else, and have the job point to this package...
View ArticleHow to connect SAS data library to SQL Management Console by creating a...
We have a large SAS users group and would like to use SSRS to create reports. As a SQL DBA, I would like to create a link object, just as I created a ORACLE linked object to access the SAS data...
View ArticleMoving SSIS and SSRS
Hi,What is the easiest method to moves multiple SSIS packages and multiple SSRS reports to another SSIS and SSRS server?.
View ArticleWhy is the LookUp object in the Flow Task of my SSIS package going red (and...
I have been working with the Sql Server 2008 R2 SSIS Tutorial athttps://msdn.microsoft.com/en-us/library/ms170419(v=sql.105).aspx--specifically -- Lesson 1. I have been having some problems with this...
View ArticleUsing SSIS Script task to populate data from one table to another
I have two tables Table A and Table B. Need to insert data into Table B from Table A. First, I truncate Table B and then insert. Few columns in Table A and Table are similar. However, I need to join...
View ArticlePre-execute is taking forever
I have put all the fact packages in one master package and this packages has lot of lookups to join with dimension key. When I try to execute this package this master package it takes forever to start...
View ArticleExecuting Packages Based on Version
Hi Everyone!I have a design problem that I am not too sure how to solve yet although I have an idea of how to do it.Basically I have master package that does some things and needs to call certain child...
View ArticleFile Transfer Using FTP in SSIS Script Task..
with the help of FTP using script Task (USerId,PAssword might change to make configurable) , files will be transfered from Local Box to server . Attached screenshot for the same. Could you please help...
View ArticleCannot Debug SSIS packages in 64 bit mode.
Hi,To anyone who may be able to help. We are using SQL server 2014 Enterprise addition. Visual studio 2013, SSDT latest version installed, all 64 bit tools installed. I have tried to run my packages...
View ArticleSSIS 2014 - Parametrize connection gives a problem of Null password
Hi guys,I was using the option of Parameterize on the connections I have underConnection Manager. I had no problem with the SQL Server Native client connections, however on Oracle Provider for OLE DB,...
View ArticleMultiple Column return in OLEDB Command SSIS 2008
HiCan someone help me on this please? I think in case we want to capture return value from a stored proc in SSIS OLEDB Command, we usually write something asExec ? = mystoredProc ?, ?, ?, ? [assuming 4...
View ArticleSQL 2012 SP1 - SSIS Server Maintenance Job poor performance.
I'm using SSIS 2012 on SQL 2012 SP1 and the performance of the SSIS Server Maintenance Job is abysmal. It's been running for 10 days and has still not completed. Worse still it is blocking the other...
View ArticleCannot Execute Package from Remote Integration Services Catalog involving...
Hi All,I have a SSIS 2012 package deployed to the Integration Services Catalog. I believe the package involves a double-hop authentication. If I right click the package in the Integration Services...
View ArticleCannot edit code or see code in SQL 2012 Denali SSIS script task
Cannot edit code or see code in SQL 2012 Denali SSIS script task. I literally totally reinstalled visual studio 2010 and sql server 2012 but this issue did not go away. Please adviseThank youGokhan Varol
View ArticleData Conversion Error
Hi,I have a requirement, the source is N no.of files. I have to loop through all the file(contains 5 columns col1, col2, col3, col4) and aggregate the results based on column 1,2 and other file based...
View Articlecreate 3 files
hii have 1 stored proc , i am creating excel file from itnow the output contains all total amount and other data.i need to create 3 files from 1 excel file based on 2 dates, but i dont want to create 3...
View ArticleOLE DB source within a Data Flow Task brings no records after adding comment...
Difficulties while creating a SSIS package using Visual Studio 2013 (version 4.5.50938) I am using an OLE DB source within a Data Flow Task. In the sql command, I have a simple query with two input...
View Article