Execute Process Task quote encloses arguments
Is there any way to not have SSIS Exceute Process Task quote enclose the arguments?This is what the script task is echoing out to me via DTS.Events.FireInformation method - it is in the format I...
View ArticleTransactions and errors management
I have two different problems, both related to transactions. Although the use-cases are basic, I can't find simple solutions.Before somebody suggests using RetainSameConnection = true and manual BEGIN...
View ArticleSSIS Most efficient way to do multiple lookups
Let's say that I have a table of 60,000 patients, that include columns such as Date of Birth, Primary Care Physician, Insurance Type, Collection Status, and Balance. If I wanted to do a lookup to find...
View ArticleIssue with Data flow task in ssis
Hi all,I am using oledb source and oledb destination inside dataflow task but each time run the project it returns different number of rows . sometimes 219 rows sometime 90 rows etc..I am using the...
View ArticleSQL PASS MDS/DQS: 31 January - Understanding Data Quality Services: Knowledge...
PASS Master Data Services/Data Quality Services Virtual Chapter Meeting January 31st - 9 am PST / 12 pm EST Register to Attend:...
View ArticleFor each loop each on varibale
hi i'm getting below error in For each kindly suggest me some solution.Error: The type of the value being assigned to variable "User::Order_URL" differs from the current variable type. Variables may...
View ArticleVisual Studio 2010 SSDT - Integration Service Projects deployment inclusive...
Hello,I'm developing huge SSIS-packages which often have to perform SQL Tasks running lot of plain sql statements. For developing the sql statements I'm using SQL Server Data Tools which supports...
View ArticleHow to change the data types for names in ssis
Hi All,I need help.I extracted data from China server into Excel file. This file contains names in Chinies language. so when I load the data from Excel file to Table using ssis, Names are displaying as...
View ArticleFlat File CM doesn't read the columns after consecutive pipes ie blank column...
We are supposed to load a pipe delimited flat file through a SSIS 2010 task using Flat File Connection Manager. We faced a weird scenario where a row has a blank column. Below is the example...
View ArticleCreating a Custom SSIS Task (in 2008R2)
HiIn this forum http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/f7ffe0d5-1817-435d-8e63-0b3e80de385fI was given reference to...
View ArticleUnable to start execution of step 1 (reason: Error authenticating proxy...
Please help me with the permanent solution for the following error.Unable to start execution of step 1 (reason: Error authenticating proxy IAM\arao, system error: Logon failure: unknown user name or...
View Articlegetting variable value in Experssion
hi FriendsI have one variabel in SSIS I need to get its value in Expression I'm using ;"SELECT lead_id,DATE_FORMAT(entry_date,'%d-%m-%Y %h:%m:%s')as entry_date, DATE_FORMAT(modify_date,'%d-%m-%Y...
View ArticleSSIS Data Profiling
Hi Guys,I have used Data Profiling Task and noticed ...numeric , Text columns was not captured in the profile output...Please advice on it ..thanks/R.
View ArticleRunning Parts of a Package Depending on Day of Week
Hello,I have recently been thrown in at the deep end with very little SSIS knowledge to decode a existing SSIS package.The package is currently sat on a schedule that runs 7 days a week but on only 5...
View ArticleLineage Id by id instead of name
Hi,I am transporting our SSIS project to another server.I made a clean install of SQLServer 2012 + SSDTSetup + CozyRoc SSIS+If i try to open a data flow on the new server error loading package: Failed...
View Articlewhat is considered sensitive data in ssis packages?
When you set the ProtectionLevel in the package, what data are you protecting? Passwords and whatelse?
View ArticleHow do I preserve legacy DTS packages in sql 2005 after uninstall/install
Hi I have to uninstall sql server 2005 enterprise edition and then install sql server 2005 standard edition. I have 74 legacy dts packages in the instance. I would like to know the best method of...
View ArticleHow to read gmail attachment in SSIS as a Data Flow Source?
Hi, I have got a package in SSIS which does all the cleaning and loads the data into Sql server table. But at the moment the input source (csv file) is provided manually and saved at a location for the...
View ArticleConnection times out before drop second table executes
I have an SSIS package, which I generated from the export data wizard. It has a series of drop table, create table, data flow task, drop table, create table, data flow task items in it. Each works for...
View Articlepackage variable being set in script component is sometimes filled in and...
I know this is an odd question. Let me explain.I set my package variable in a script component post execute. I am able to view them using messagebox just after I set them in the same script...
View Article