SSIS 2012 How to do updates with ADO NET DB2 connection
Using SSIS 2012 and I have a data flow that needs to update records in DB2.I'm able to use the ADO.NET Destination for inserts but need to do updates. I'm surprised there's no ADO Net Command object...
View ArticleSql Server 2012 Job on 64 Bit Environment fails to find 32 Bit ODBC...
Hi All,My SSIS 2012 (64bit, Windows 64 bit ) package runs fine from BIDS . It is a SSIS Import / Export package that pics data from old Mainframes Server into Sql Server . I am using a 32 Bit ODBC to...
View ArticleInvalid Objet Name in SSIS, Error code: 0x80004005
Hi, Using a SSIS package we are connecting to a server which has two databases. The package dynamically fetches the data from both the databases.when we execute the packages from production server ,...
View ArticleDynamically create table using XML files.
Hello Genius fellow !!I have a requirement as below, It would be great if you provide your input for the same :Need to dynamically create and populate tables in SQL sever (on File group XYZ), for which...
View ArticleIssue during Running Package using Sql Agent
hi allI have an issue when I deployed Package and Run package using sql agent.before a Successfully Run Package without Any error. but in job It gives me error.Executed as user: abc\sqlserver....
View ArticleTo go more into SSIS ?
I have basic knowledge on SSIS . But I want to go deeper into SSIS and trying to be technically Good .can anyone provide me the right stuff for me to get things early .Thanks in advance
View Articledebatching in SSIS
Hi All, I am a beginner to SSIS (having 8 years exp on Microsoft Platform, BizTalk Server Integrations). Need your help in understanding and coming up with a solution in SSIS for the below 2 scenarios....
View Articleinvalid access to memory location
Hi,I have an SSIS package which connects to Oracle DB. When i run this package from development server SQL SERVER AGENT, the package runs fine, but when i run the same package from Production Server, i...
View ArticleProject Deployment
Hi !I have developed a package in project deployment mode and i'm able to run the package without any issues in windows environment from Dev server.I'm deploying to Integration services catalog and...
View ArticleExcel output formatting woes
Hi,I'm outputting an Excel spreadsheet that I want properly formatted. I've done this in my 'usual way' which is basically to contain the formatting in Row2, then 'Hide' Row 2 by dragging it upwards...
View Articlehow we can create the batch file to download the data in from URL in ssis
hi,any one help on one the below requirement.i have to create one batch file to download the report(reports is in csv format) from URL...requirement should be like this...1. we have some reports is...
View ArticleMicrosoft Connector 1.1 to Connect to SAP BW via SSIS
I have downloaded and installed Microsoft Connector 1.1 and created a new SSIS project. Within the project I have defined the connection to BW 7.3 using the SAPBI connection in connection manager and...
View Articlescript component read data flow component properties.
I have an OLEDB Source component on my Data Flow. I would like to read the value of the chosen OpenRowSet property from a script component.I am using C#.Is this possible?Mr Shaw
View ArticleImport Wizard with timestamp fields
Hi there, I'm trying to copy data with time stamp from one server to another, but I'm keep getting the following error. Error 0xc0202048: Data Flow Task: Attempting insertion into the row version...
View ArticleC# - Auto-mapping source to destination attributes/tables in SSIS packages
Hello,I'm currently trying to develop a C# program which can analyse a SSIS package (.dtsx equivalent to .xml). The goal is to generate a CSV file which summarize source attributes/tables and...
View ArticleSSIS Google AdWorlds c#
Hi,I'm trying to extract data from Google AdWords, using their API. I've successfully got this working in a C#, just by using the google samples etc that I got...
View ArticleDTEXEC SET Command - Escaping an & in the value
I have a dynamic SQL stored procedure in my database which executes dtexec via xp_cmdshell. The statement works fine for all variables being passed to the SSIS package except for one URL. The URL...
View ArticleSSIS: If Sourse column contains NULL values dont run the package
Hi Friends,Could you please assist me in below scenarioI have teradata as a source, if the source has NULL value in specific COlumn then the package shold not run and it shoule roll back to its...
View ArticleHow to use one dynamic connection managers for multiple parallel data flow tasks
hi there: I have 6 databases residing on the same server. What I want to do is call a store procedure with identical name on each database dbo schema and transport results to a centralized place....
View ArticleCalling SP from a script task
hi folks: If I call my sp directly from SSMS, usually it takes 10 mins to complete.Now I decided to call it from a script task using c#. Seems in the connection string , there is a connection timeout...
View Article