Row yield error in lookup while extracting the Internal_id in SSIS
Hi,My Data flow :OLEDB source: Detail : records 102331 ( id),Look up 1:DEMO: records 26961 ( pat id, Demo id) Detail. id= DEMO.pat id Retrieve the Demo idLook up 2: CHG...
View ArticleHow can I change my Execute SQL task setting to behave like SSMS and continue...
My insert below in ssis produces 26 rows, vs. 86 in ssms. I assume it timesout but I am not sure?I'd like to get the same behavior. I changed MaximumErrorCount to 10000, but it didn't make a...
View ArticleExport to Excel. Column name must contain full Stop (.)
Hi there.I am having huge problems with an issue where I am trying to export data from sql view to excel. The view can be ran successfully with header called 'Trans. details'....However when through...
View ArticleError - Integration Services class cannot be found.
Have an ASP.Net application on server that SSIS is not installed, it is calling an IS package from another server which SSIS is intalled. Server that has ASP.Net application is a 64 bit and I changed...
View ArticleCalling webservice dynamically
Hi,I was given a web service url and documentation. In the documentation they have written that the basic request as below.<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"...
View ArticleSSIS Dynamic Date Query
How to change this in an SSIS OLE DB Source SQL command text. (SQL Server 2008 R2) to make it select the records from the past 12 months dynamically. (Rotating) and trunc(open_time) >...
View ArticleSSIS Script task and web service, how to change URL when dynamic
I have a script task that accesses a web service. I cannot use the web service task as I need to set header information which is not in my sample below. In the code window i set a web reference to my...
View Articleconverting 100 columns
I need to convert 100 columns from dt_str to dt_wstr how can i do this in bulk rather than having to create 100 separate convert expressions.
View ArticleExecute Batch File using SSIS Package
Hi All,I have some batch files I have to execute them Using SSIS Package.Package should be created in such a way that if one batch file Fails it shouldn't execute remaining batch Files.Please Help...
View Articlehow we ca check particular date while extrcting data
i am extrcting data for particular date,if again i load the same date then i want to stop the package.because i already loaded data for that.if it is new date i want to load that data in this scenario...
View Articlewhat is the best practice to migrate user application mdb database to sql...
Hi I need to get advice from a sql server expert for my facing situation. Our team developed a user application which using mdb file to save data on client machine. Our client changed a policy to save...
View ArticleError 0x80070003 while loading package file??? But you know perfectly well...
Strange one this... (Windows Server 2008 x64, SSIS 2008 Enterprise x64 SP1)I store all of my packages on the filesystem. Their actual location is configured via an environment variable -...
View ArticleSSIS 2012 - Export Table data from AS400 to SQL
Hello,I need to import few tables from AS400 to SQL.I am able to create connection manager for AS400 using "IBM DB2 for i IBMDASQL OLE DB Provider". Can view the tables in the database.How i can select...
View ArticleHow to programatically add an unpivot component and how to set the...
Hi, I've programmatically created a package with data conversion component. My source is excel file. I'm trying to add a unpivot transformation component after the data conversion component. I'm not...
View ArticleWeird behaviour with SSIS 2008 and XSD's with maxOccurs attributes
Hi folks, Has anyone used an XSD that contains maxOccurs attributes in the sequence tags from within an SSIS 2008 XML data source??For example: <xs:sequenceminOccurs="1"maxOccurs="20">I am using...
View ArticleThe implicatiions of Installing Sharepoint Adapters on 64 bit Server
Good dayI installed the Sharepoint Adapter SharePointListAdaptersSetupForSqlServer2005.msi& SharePointListAdaptersSetup.msi on my PC to test the PkgI need to install the adapters on the Live...
View ArticleCan Change Tracking in SQL Server 2012 be used for Initial Data Load?
I have read that Change Tracking can be used for Incremental Data Load. Is there a way to use CT for Initial Data Load as well?I have multiple data sources and a single staging database. Will CT work...
View ArticleReversioning dependent assemblies
All,I am using SSIS10 and I have scripts (C#) that call external assemblies. These assemblies must be strong-named and placed in the GAC.Is there anyway to rebind the packages to another version of...
View Articlehow to handle on post excute in this case
I understood your problem, even i faced the same problem. Where i used to store the results of OnError, OnPreExecute and OnPostExecute in SQL tables. So whenever a task execution starts, first it will...
View Article