SSIS integration (SQL Server 2008) with Microsoft Dynamics CRM 2011
Hi,Can you please help with the following points?1. What's the best method/architecture to connect SSIS with Dynamics keeping in mind that I have SQL Server 2005 version? The requirement is to read...
View Articlecreate PDF using XML provided thorugh Webservice result
i need to implement below steps.1. call a webservice to get the records in XML format.2. After that we want that for each set of records in XML to written in separate reports.3. the template of report...
View ArticleMerge Join or Lookup on a table without indexes
Hi,I am pretty new with SSIS. If I want to bring columns from 2 different tables that are located in different DBs/Servers, and join them by a column that is not indexed in any of the 2 tables. I am...
View ArticleLinked Server to Windows Azure SQL Database Inconsistent Metadata
Some tables return data OK. Some not.SELECT * FROM OPENQUERY([GAMMA_AZURE], 'SELECT * FROM Sales.SalesOrderHeader'); -- (31466 row(s) affected) SELECT * FROM...
View ArticleExecute Package from Stored Procedure in SQL 2012
We recently migrated from a SQL 2008 Standard server to SQL 2012 Enterprise. In doing so we had to move an SSIS package to the new server. This package is called via a stored procedure. Even though the...
View ArticleExecute multiple packages from single package based on some condition??
Can we call multiple child packages from single Execute package task?. It should call child packages based on condition. i have created 3 simple child packages called A, B, C respectively. i have...
View ArticleSSIS RAM usage
Hi Guys,I have a server which has both SQL database instance and SSIS on it. Which means when I run my packages RAM will be shared by both.Can somebody please help me understand how I can monitor which...
View Article"Microsoft SQL Server Native Client 10.0" Hresult: 0x80040E21
Good Morning ,I have a package that i'm trying to run in BIDS. The source and destination are both SQL Server databases. I'm just loading the data using the fast load, and the data flow task is failing...
View ArticleBuild Error
HiCan anyone help me.I have deleted a number of test packages I had in SSIS.Now when I run one of the remaining ones I get a build error.Error 1 Cannot create the output file...
View ArticleRow by Row processing and adding new rows in SSIS
Hi,I have to process some input dataset and i need to verify some conditions for each row if conditions are met then i have to insert a new row by doing some calculation on some rows along with...
View ArticlePackage Configuration problems
Hi, I am pretty new to Package Configuration, here what i am trying to acheive (sorry for the bad English it is not my native langagues). I got a package which is pretty simple it use a VB script to...
View ArticleMapping variables in Execute SQL Task
Hi FriendsI have a user variable RowNumber (Integer) value=0 Now I have 2 execute SQL Tasks and how to write & map a query like this:1st Execute SQL Task:select * from table where Row_Number =...
View ArticleConsuming a secure web service in SSIS
To whomever can offer assistance, I would be very grateful: Could someone please supply an example for how to consume a web service using a secure certificate in SQL Server Integration Services,...
View ArticleDelete a SSIS project from BIDS
SQL Server 2008 R2 SP2 - Windows 2008 R2I am trying to delete a SSIS project from the BIDS. Please some one verify this. I think you can not delete a SSIS project from BIDS. You can unload, remove or...
View ArticleUnable to connect informix through Sql Server 2008 R2 64 Bit
Hi All,Thanks in advance.I am trying to connect the informix database through SSIS using Sql Server 2008 R2 64 Bit BIDS, But getting the following error.Please help me out to resolve the same.I have...
View Articlescript task
if I have a script task in a dataflow task as a datasource, and it produces 5 rows for example.I have two third party components to insert records to crm entities. ie. ent_hrd and ent_bodyThe rows...
View ArticleError code: 0x80040E21.
Hi All,I have used other ETL tools before and nothing as frustrating as SSIS. This i sjust a simple package that i'm trying to run (created by a different user). In the simple package both the source...
View ArticleUSPS Addresses Load
hu guys,Does anybody has loaded the USPS city/state addresses in a text file format to a table , my manager gave me a CD to load a flat file with no consistent delimiters and no headers in a...
View ArticleSSIS Package
Hi,Can anyone please guide me with this.We have a ftp server "172.19.312.12" and this server has files sav...
View ArticleDivision calculation is returning incorrect results
Hi All,I have two measures: M1 and M2, and create new member:CREATE MEMBER CURRENTCUBE.[Measures].[Average] AS IIF(Not IsEmpty([Measures].[M2]) AND...
View Article