SSIS Package execution fails with project parameters
Greetings,I am looking into utilising the new project deployment model for SSIS with MSSQL 2012.I have created a simple project that has a entrypoint package calling a number of child packages, where...
View ArticleNo rows returned when importing a view from Oracle to SQl Server
When I try to import a specific view from Oracle 11 to SQL server 2008, there are no rows returned. However, this same view imports into Access 2010 and Access 2002 quickly and easily. There are...
View ArticleLong duration Pre-Execute phase
Does anyone know why SSIS sometimes just sits in the Pre-Execute phase of a data flow and does nothing? It doesn't matter how elaborate the data flow is or the volume of data. It can sometimes take...
View ArticleSSIS OLE DB Source - Query is fast but procedure lasts forever
Hi everyone!I have a simple package: one OLE DB Source and one OLE DB Destination.An interesting problem happened - when I execute query in OLE DB Source component it executes and fills the table in 5...
View Articlesome question
hi, as you can see from the excel source 65,535 rows and 58,110 rows are coming into sort.but after sort why it is less.it i remove all other component and just execute till merge, its same no of rowsi...
View ArticleIssue with package and config files
Greetings,I'm a little stuck with a package I've inherited from someone else.The package extracts lists out of Sharepoint so there are a few tasks to define lists and create a SQL table etc...The issue...
View ArticleSSIS - extract all SharePoint 2010 lists to file
Hi,I was looking at a way of extracting all lists in a Sharepoint 2010 site. This includes parent and child lists with all columns in the views. I've looked at the SharePoint List Source &...
View Articlepopulate two tables from an xml file with xsd
How to populate the following tables from the following xml file which has the following xsdI would like to use xslt Tables: QuestionQuestionidquestionnarrativequestiontype (multiple choice, true and...
View Articlehow to add a datetiemstamp on filename generated by flat file destination
in my data flow task, i have oledb source and flat file destination (using flat file connection manager) here in above data flow, oledb source has some sql statmenet as select '"'+ employee + '","'+...
View ArticleLoad a flat file which has details within a header
Hey,I have a file, which looks like this:--Records StartId = 1Name = JohnINum = 2341######1,20120823,141213,00011,20120824,141234,1234######--Records EndI need to load this file into a sql table with...
View ArticleSSIS Flat File(.csv) Issue
Hi All,I have a SSIS 2005 package where in the Flat file connection manager, I have specified two columns, with CR - LF as Row delimiter and Comma as Column delimiter(,).Sample file:Id,...
View ArticleBCP query out file naming question
Is it possible to pull data from the db and make it part of the queryout filename. It would be Date time stamp and trailer#.csv set SAVESTAMP=%DATE:/=-%@%TIME::=-%.csv set SAVESTAMP=%SAVESTAMP: =%...
View ArticleQuestion on Script task
Hi,Could you please tell me if the C# code written inside below funciton under a script task, would it execute the statement sequentially? public override void Input0_ProcessInputRow(Input0Buffer Row)...
View Articlehow to load xml file that has complex type mixed=ture in its schema to sql...
how to load xml file that has complex type mixed=ture in its schema to sql database tableI have an xml file and a schema that has complex type mixed=truewhat is the best way to import the data from xml...
View Articlesee existing data
hi,i am getting new file,i need to see if that file has 1 column number,if that number is already exists in table then ignore ,if not add it.how to do it
View ArticleSSMS connect to remote ssis error: Not enough resources are available to...
Hello together,I installed a new SQL 2008 R2 server with all components.I get the following error if I try to connect from my laptop to the Integration Services: (local ssms connect works...
View Articlebackup of 2000 database to 2012
i wan tot back 2000 database to sql 2012.but it shows an error : "not compatible with this version."is there any other way i can do it
View ArticleLogging an SSIS task
I set up a connection in my SSIS program to a folder/file for logging. When I run the SSIS program I have to go to the logging tab, select 'SSIS log provider for Text files' then select my Log...
View ArticleProcessing XML files in SSIS and Update table in Sql Server
Hi,I have two XML files ,accepted.XML and rejected.XML which have similar structure. One of the nodes of these files is CLIENT_CLAIM_NUM. IF the CLIENT_CLAIM_NUM ifs from accepted.xml I need to update...
View Article