Data Flow | XML Source | Very Slow with big files (over 1/2 a gig)
hiI am trying to load a few XML files to a database. one of our proprietary systems load the file in 3-4 minutes however with ssis XML source file it takes over an hour.can anyone know the reason/help...
View ArticleCOPIING DEPLOYMENT FOLDER
Hello,having on mind that this is my Target server:what is the way of creating shared folder in order to perform operation from the title (and, of course, to continue with installation of packages...
View ArticleAccess Object variable
G'day All, so far my searches are determining it isn't possible but just to be sure.If in a SQL task, I populate an Object variable, can I access the first row of that variable by doing something like...
View ArticleSSIS Integration With Sharepoint 2013
Hello People, I'am trying to import data from SharePoint 2013 to SQL Server. For that I install a codeplex package to install some SharePoints features to have access to Data Flows from SharePoint: I...
View ArticleSSIS 2005 and SSIS 2012 Have Different Data Flow Output
Hi Guys,I'm currently converting our SSIS 2005 packages to 2012 and I'm finding an odd difference on the Data Flow Output when it imports a txt file to a table.We have a pipe delimited file ( contains...
View ArticleCR & LF characters at the end of records when using delimited flat file (CR...
Hi All,I have a requirement where data of SQL query needs to be loaded to a CSV file.The row delimiter of the CSV file has to be CR-LF.In the flat file connection manager, I have mentioned Header Row...
View ArticleWill database restoration will increase the memory conception of SQL server ?
Hi Experts, Consider, I restore a database of size 100GB in SQL Server 2008 R2 [1 Instance] --OS has [24GB RAM] and SQL Max memory setting is default/unlimited- 2147483647 MB, Once i complete my...
View ArticleSSIS 14 - Intermediate query
Hello People, Can we create a "intermediate query" using SSIS? Imagine the follwing flow:I need to use a T-SQL query before the Destination Table beacause I need to do some specific ETL to the business.
View ArticleWhen will SSDT-BI for VS2013 support SSIS 2012?
HiWhen will SSDT-BI for VS2013 support SSIS 2012?Of a bit more elaborate: If you would like to develop packages for SSIS 2012 (that is SQL 2012) using VS 2013, when can you then expect an update to...
View ArticleSSIS ADO.NET error: Unable to get managed connection from the Connection...
I use SQL Server 2012 and visual studio 2010. I created SSIS Project with task "Execute Package". Control flow view as: Package1 (execute package) -> Package2 (data flow).Data flow in Package2 view...
View ArticleSSIS with Sql 2012 and VS 2013
I read somewhere that there was an active request out to fix the backward compatibility that will allow VS 2013 to edit and build SSIS packages that can be deployed to SQL 2012. Is there any news on...
View ArticleStrange data truncation from source
Hi,I'm new to ETL and I'm experiencing something that I don't understand. I did a lot of research without success.I have a MySQL source from which a use the following query to get data :select d.ID,...
View ArticleExcel desination error:
Hi when I was load the data OLEDB source to excel desination. but first time is executive proper way but when i was try run the package second type iam getting this type of error:iam getting...
View ArticleProblem calling SSIS package
I have an SSIS package that is hosted in MSDB database in SQL Server 2008. There is another server that has SQL Server 2012 and has an exact replica of the databse as in SQL Server 2008, with all the...
View ArticleHow to pass SSIS Project Parameters in C#.net
Hi,I know how to pass package variables in SSIS using C#.net but in SSIS 2012 we have project parameters also and I am using that in my SSIS Package, now using C#.net code I want to assign the value in...
View ArticleSSIS read first and last line into 2 variables vFirstLine and vLastLine
Hi ThereLong time SQL user but SSIS beginner. I have a text file from which I need to load only the first and last lines into 2 string variables vFirstLine and vLastLine.?I presume the best way would...
View Articlereading multiple excel sheet with different table schema
Hi how to read multiple excel sheets in same excel file with different table schema.Basically need to load data into tables from these excel sheet. So I know how to dynamically read multiple excel...
View ArticleThe package failed to load due to error 0xC0011008
I am trying to run a SSIS Package from SQL Server BI Studio. I receive the error "The package failed to load due to error 0xC0011008". SQL Server 2008 R2 installed (32bit Win 7), along with...
View Articleis connection NAME property DSN or connection name
Hi We run std 2008 R2. I have what I hear is an odbc connector to a btrieve general ledger system.I also hear that I have to and have created two separate odbc DSN's on my local to extract data from...
View ArticleLoading Packed Decimal in SSIS 2012
I am trying to load a packed decimal field value from a flat file (fixed length) to a SQL Server table by using SSIS 2012. The schema of this field is descibed as: Field Name: Field10 From Position:...
View Article