Passing variables to SQL Command from Variable
Hello. I am using SSIS 2008 and connecting to Teradata using an OLE DB provider. I am using SQL Command from Variable, to hold a SQL statement for Teradata. I need to pass a variable to the SQL...
View ArticleCan SSIS web services task write to a HTTPS site, not an http site, or is it...
I see a lot of information on using web services task to http, but it doesn't look like everyone is in agreement on using this task to write to a https site.I'm being tasked with a uploading a file...
View ArticleNeed your help regarding derived Column
Hi AllI'm new in SSIS and reading a book called professional_microsoft_sql_server_2012_integration_services and I'm stuck on one topic. Details are:I did the following steps:Steps1- Create a directory...
View ArticleSSIS Script - System.FormatException: String was not recognized as a valid...
I am importing data from CSV file to SQL using SSIS. The SSIS job has been running perfectly fine for last few months but suddenly it gives error message while running a script. The SSIS job is not...
View ArticleSSIS package is giving error that execute permission is not there on...
My SSIS package is running from a parent package. Child package is accessing connection values like DB Server name and DB name from configuration file. When I run package by SQL agent job in test...
View ArticleDerived Column SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR
Hi in visual studio 2012, I had a derived column with the expression: "(" + SUBSTRING(Ethnicity,(FINDSTRING(Ethnicity,"(",1) + 1),(FINDSTRING(Ethnicity,")",1) - 2)) + ")"It was working fine, and...
View ArticlePackage Configuration for multiple ETL environments on the same server
Hello,For a particular SSIS 2008 R2 ETL solution, we distinguish four environments:DevelopmentTestUser Acceptance TestProductionWe use the configuration approach described in 'Defining a Configuration...
View ArticleSSIS - How to extract a mixed XML content
Hi folks, I have a mixed xml content file like that:<account>123456<name>John SMITH</name><adress>Something<street>Dummy...
View ArticleSSIS script component error after migration from 2005 to 2008 - Error and...
Hi All,I have migrated few packages which contains script component from 2005 to 2008 .Everything else is working just fine except the script component.Following is the code and error from one of the...
View ArticleProject Deployment
Hi !We have develop and deployed proj using Project Deployment which has 100 packages.After changes to one of the package , i need to deploy that particular package alone to the Folder in Project...
View ArticleXPath in VB script Task
I'm trying to find a simple example VB script task using XPath to query the XML document
View ArticleExport data from sql server to excel without excel sheet constraint
Hi I need to export data from sql server table to excel sheet using SSIS. But my package stops because the excel sheet gets full. And I need to use another excel sheet for rest of the data. How can I...
View ArticleInserting rows into table Based on Column Values.
Hi,I am trying to inserting rows into a table based on Column.Id Name DataN105.1.1 http://www.example.com/New/105.1.1U105.1.2 http://www.example.com/Used/105.1.2S105.1.3...
View ArticleExecute SQL Task Error
I am using the following query in Execute SQL TaskSELECT CASE(SELECT COUNT(*) FROM STG_APJ_APIW_DETAILS WHERE source_filename = ? AND lTRIM(RTRIM([BILLING DATE])) <> '') WHEN 0 THEN (SELECT...
View Article.csv flat file source problems when moving to ole db destination question
Does anyone know of a utility or process in SSIS Data Tools using Visual Studio 2012 when working with .csv flat file data source where I can filter out rows based on columns that have invalid...
View ArticlePLEASE HELP! OLE DB COMMAND - capturing Stored Procedure output run from an...
I've searched through the related posts but cannot find exactly what I'm looking for. I have an OLE DB Source that produces multiple rows (around 200) through a stored procedure. I need to take 3...
View ArticleWhich data flow source type to use when specifying a connection manager using...
I'm trying to create a SSIS package to connect to an IBM iSeries DB2 database. After running into all sorts of issues seemingly related to data type (issues with packed decimal fields actually having...
View ArticleUse a external parameter in a foreach loop container
Hi I use a parameter P1 in a packageThis package contains also a foreach loop container including a parameter P2 (P1 is on outside of the foreach loop container)In this foreach loop container, I need...
View ArticleSSIS Package fails to run on Integration Server
I have an SSIS package I created and ran successfully, locally on my desktop. I then copied the package to the Integration Server, running SQL 2012 and imported the package. The import worked fine...
View ArticlePermissions to the catalog.executions view
I am working in an environment where I have limited permissions in production (no complaints). I was poking around the SSISDB and was able to view the list of views, which surprised me. I think what...
View Article