Converting text to varchar in a variable
hi all,i am getting CUSTMER_ID like ('1234','23456','23445','9845'.....) almost 3k Customers in single row, i am selecting this from a table a running through execute SQL task and capturing the...
View Articleregarding ssis - Restart package on error
hi, I have two data flow tasks in package, in that one of dataflow have 1000 records, in middle of that i am getting a error, if i solve that error and re run that package , that should start from...
View ArticleLog file Creation in SSIS
Hi All,I have 300 packages in SSIS,can we create a single log file for all packages ?,I want to create a single .log file for all packages.Thanks in Advance....
View ArticleSSIS failover - Continue to run from the failover point on another server
Hi AllWe have 2 physical servers (Server1 and Server2). In Both the physical servers SSIS and Sql server is installed. <o:p> </o:p>We have Sql server Database on Server 1 which is mirrored...
View Articleloading xml file in ssis?
what properties we need to set for loading xml file in to table?
View ArticleFailure when transferring data from Excel to SQL Server
I just installed SQL Server 2012 onto a 64 bit server. I am trying to transfer data from an Excel spreadsheet 2007 in BIDS to SQL Server and got an error:AcquireConnection method call failed with...
View Articlehow to increment a column of a table while loading data into a table from...
Hello,I've found few question related to this and tried to implement those solutions (using vb.net code, etc) but was not successful. Please go through my question and help me.I am loading a sql...
View Article[SSIS.Pipeline] Error: "CDCSource-Table" failed validation and returned...
[SSIS.Pipeline] Error: "CDCSource_Table" failed validation and returned validation status "VS_NEEDSNEWMETADATA".This issue happens when we generate SSIS Packages using BIML script. The Packages are...
View ArticleSSIS Loading SSIS Dictionary Tables
I am trying to load the dictionary tables. The package executes but they do not load in the table. Please review my package below for any corrections I can make. Thanks
View ArticleExcel source Plus
HI all,Can anyone explain me how to use excel source plus, if possible please explain with the sreenshots.i'm confussed of using Named range,Raw value,Formula!!!!Thanks in advance, appreciate your...
View ArticleSSIS - Cannot show the editor for this task.
Using the VSTA 2010 install that comes with SQL Server 2012 - I create a new package. Drag an "Execute SQL Task" onto the workflow. Click the task to open the editor - The editor fails to open...
View Articlebubbling exceptions up from sub packages
Hi. We run 2012 std. We r trying 2 get our heads around the options we would have customizing capture of exceptions that bubble up (if that is possible) to our master pkg from sub pkgs. This...
View ArticlePackage is running faster
Hi,We have added few tables and altered existing tables in our DWH.We added 3 packages into batch job.Earlier execution time was 5 hours. It is reduced to 3 hrs.Our batch job has daily,weekly,monthly...
View ArticleTrouble Turneing on FileStream/Ad Hoc Query with new SQL Server 2014 64-BIt...
SQL Server Help,I have recently installed SQL SERVER 2014 on my Window 7 SP1 Acer laptop.I am trying to do a simple upload of an Excel file into SQL Server using the OPENROWSET command:Which I found...
View ArticleThe AcquireConnection method call to the connection manager "Excel Connection...
I have deployed my packages into Sql Server and I am using Configuration File. As my Data Source is Excel, I have changed the connection string during deployment with Server Path. But I am getting the...
View ArticleConverting an XML file to a DAT pipe delimited file
Hi I'm trying to create an SSIS Package which converts an XML file into a dat file which is pipe delimited. I want the package to be generic so that once that minimal modification is needed when using...
View ArticleCode to Import Bank Files (BAI, BAI2)
Anyone have some code to import bank files to SQL Server 2000 tables in the formats BAI or BAI2? I'm using a DTS package currently, but I'd like to have more control over this by using T-SQL or...
View ArticleSending file attachments in SSIS only if rows returned
I use this expression to send 8 email attachments from my DFT's.@[User::CranReport1] + "|" + @[User::ElizReport1] + "|" + @[User::PlfdReport1] + "|" + @[User::CranReport2] + "|" +...
View ArticleSSIS- Oracle 64 bit OLEDB Provider gives unicode conversion errors only in...
I have SSIS Packages which uses 64 bit Oracle Client and 32 bit ODAC -Oracle Provider for OLEDB and extracts data from Oracle. The package runs fine in our DEV, QC and UAT environments But when run on...
View Article