Import/Export wizard auto-generates all columns as DATE
HiI'm trying to use the Import/Export Wizard as I used to, as a handy tool to figure out what a series of T-SQL statements (in an SSIS package) is doing - or, if I'm lucky, what on earth the original...
View ArticleExpression throwing error: The data types "DT_WSTR" and "DT_TEXT" are...
Im reading in a CSV wiht double quote text delimiters. Data came from mySQL. One column in mySql is text(65535) which is equivalent to varchar(max) as far as i understand.This particular column can be...
View ArticleSlow app/db connection advise needed
Hello,I have an product(application on app server) that connected to database (different VM server) and the application running very slow(feedbacks from end users like slow first connection to app,...
View ArticleApril TechNet Guru results were announced! Are you entering for May?
The results for April's TechNet Guru competition were been posted!http://blogs.technet.com/b/wikininjas/archive/2015/05/17/the-microsoft-technet-guru-awards-april-2015.aspx Below is a summary of the...
View ArticleHow to perform left restricted join in Merge join transformation?
Hi Everyone,I have two xml source and i need only left restricted data. how can i perform left restricted join??Thank you.
View ArticleUsing the Data Streaming Destination
Does anyone know the right combination of server/tools is required to use the Data Streaming Destination?I am using Visual Studio/SSDTBI 2012 for package creation and deploying to a SQL Server 2014...
View ArticleHow to generate XSD file at runtime
Hello Everyone,I'm generating XML file at runtime using c# code. Using the same XML file i want to generate XSD file at runtime.How can i generate XSD and pass the location value of XSD file in XML...
View ArticlePassing parameterised query through variable in SSIS
Hi I have defined a variable Var_Query_SQL and passed the below query using expression but it is showing error. where am i going wrong."SELECT sample_id , sample_time , trans_date ,...
View ArticleSSIS Logging from SQL Agent job
Logging tab in Job Step property for SQL Server Intergration Services Package type What this logging? if i enable it to store in SQL Server provider Thanks V
View ArticleConditional Split expression for boolean values
Hi,I have a field 'IsActive' which is bit type either 1 or 0. And in my package, the conditional split must be set something likeIsActive==0And throws exception that condition evaluated as NULL where...
View ArticleUnable to update "Packet Size" parameter in Connection Manager
Hi, I have an expression based project connection manager in an existing package and updating Packet Size parameter. After update and clicking on OK, Packet Size value reverts back to 0 (which is old...
View Article2012 package deployment
Hi, I have 100 packages and i came to know that i cannot deploy individual packages under "integration service catalog->ssidb"If I have to do project deployment, most of them are different packages...
View ArticleSSIS Custom task - drop down list in the UI window
Hi, I'm writing my first SSIS custom task. I have added Public properties, which appear in the standard task properties window, and to one of them I have added an EditorAttribute as follows:...
View ArticleSplit delimited values into multiple columns.
Greetings. I was to split each record into multiple columns. The problem is some records need to be split into only 1 column, others may need to be split into more. Also need to remove the "/"'s. This...
View ArticleSSIS Package OLEDB Source Timeout property is not working
I am trying to use timeout property on OLEDB Source in SSIS package, i set timeout property to 60 seconds and i know my source query takes 1 hour to finish. After setting timeout property i executed...
View Articlessis packages deployment error 2012 :Microsoft SQL Server, Error: 27203
HI . when i was deploy the ssis packages in same server vs 2012. am facing this issue : and how can solve the this issue . please provide me another way of deployment in ssis packages. Microsoft...
View ArticleSSIS ADO.NET Connection Configuration with MySQL
Hello, I am trying to configure ADO.Net Data Source within SSIS. Although I cannot seem to access the databases.Any tips on what may need to be required with configuration setup ? I thought all was set...
View ArticleError in deploying ispac file
Can someone help me with the below error please :I am using a batch file to execute the cmd line which deploys the package. It is showing me the below error:Unhandled Exception:...
View ArticleError in deploying ispac files in SSISDB in Silent mode
I am trying to deploy an ispac file in SSISDB and it is throwing the below error.Please be aware that this is being taken place in Server. If i manually log in to server and run this using CMD , it...
View ArticleData comparison between two tables
Hi,I have a requirement to compare data between two tables in SQL Server.What is the fastest way to do it using SSIS? There are approx 6~7 millions of records in each table.My solution: Read both the...
View Article