Retain Same Connection = True - Property Set up for Connection Manager in...
Hi, I have a solution with 20 packages. Target Database is same for all the packages, only target tables are different. All are working fine. Now,as part of a new requirement,I have to change some...
View Articlecannot save settings of processing task OLAP in SSIS
Hello,I need to change the default processing options to process an OLAP cube but when I change the Processing order into Sequential and Use custom error configuration under tab Dimension key errors it...
View ArticleDervied Column conditional expression can't parse
I have a flat file source that i am trying to parse some SAN data from. I have one column that has size info that is reported as "1.81 GB" or "500 MB". I am trying to created derived columns to have a...
View Articleloading a csv file with embedded delimiters
I am trying to import a csv file using SSIS (2008 r2). There is no header row in the file and one of the fields contains multiple commas therefore I am having difficulty in loading a small number of...
View ArticleIssue with Temp tables in SSIS 2012 with RetainSameConnection=true
Hello,We have few packages written in 2008 and are being upgraded to 2012. Our package mostly uses temp tables during the process. During initial migration, we faced issue with handling temp table in...
View ArticleODBC connection to Avaya database
Hi All ,I created a ODBC connection to Avaya(CMS ) database and tested the connection , It is successful .Then I created a SSIS package , But it was failing at "Data reader SOURCE" saying error as...
View ArticleNEW Edit Script Error
Hi Devs, I get this message thrown when clicking on the EDIT Script button on Script TASK Editor in VS2012. I have installed SSDT tools. How can it be fixed? Cheers,vchandm23.
View ArticleHow to create a SSIS package to delete word documents from local system
Hi All,How to create a small SSIS package to delete word documents from local system. Word documents might be one or two weeks ago.Thanks in advance for your help.
View ArticleCalling Stored Procedure with Windows Authentication SSIS 2012
We are upgrading to SQL Server 2012 and our SSIS Packages are failing with: "The operation cannot be started by an account that uses SQL Server Authentication. Start the operation with an account that...
View ArticleSSIS SSDT 2012 Script Task Exception Error
SSIS SSDT 2012 Script Task3 Read Only Variables defined Package variablesUSer::RunDay, User::RunMonth, User::RunYear1 ReadWrite variable defined package variableUser::RunMonthMinus2The ScriptPublic Sub...
View ArticleXML Source Duplicate _id fields in output
I have a vendor supplied XML File. I try and load the file using the XML source in SSIS 2012. The file has a vendor supplied XSD file. When I look at the output I see 2 _id fields with the same...
View ArticleSoft Configuration
For SSIS in the past, the different environment servers have always been on separate physical servers. This is no longer true for my current employer. Dev, QA and Prod are all on the same physical...
View ArticleSSIS Script Task Row Output Variables Show Wrong Result
I have a data flow task that reads a database, passes the selected rows through a script task, then the result out of the script task is input to a table.A bit more detail on what takes place. Input...
View ArticleConditional Split Operator not passing data
Hiya Community,I'm new to this forum so please bear with my novice questions.I'm trying to load data from flat file into the staging table. In the data flow task, i have to use a conditional split...
View ArticleCould not find stored procedure 'sp_start_job'
I'm trying to run a ms sql server agent job from within my vb.net code using sp_start_job and getting exception...Could not find stored procedure 'sp_start_job'.... so obviously I'm doing something...
View ArticleCalling all SSIS users! May TechNet Gurus announced!
The results for May's TechNet Guru competition have been posted!http://blogs.technet.com/b/wikininjas/archive/2014/01/16/technet-guru-awards-december-2013.aspxCongratulations to all our new Gurus for...
View ArticleHow to parse a flat file with C#
I need to parse a flat file with data that looks like01,1235,555 02,2135,558 16,156,15614 16,000,000You get the idea. Anyway, I'd like to just used a derived column and move on except I need to put a...
View ArticleSSIS in SQL Server 2012
Hi,I want to try SSIS and SSRS 2014 version. So far I'm not able to figure out which edition of SQL Server 2014 I should download.I downloaded and installed the SQL Server 2014 evaluation edition but...
View ArticlePassing Argument from Execute Process Task (SSIS) to an .exe file
Hi,I am developing a SSIS package, where I want to execute exe file using Execute Process Task. The parameter for the ,exe file is the output of the SQL query from database.I am not knowing how to pass...
View Articlelike operator in ssis
how to query this SQL statement in OLEDB-source - SQLcommand or SQL command from variable select * from table1 where name like '%chel%'
View Article