How to have the logging process stop append the logs to the text file?
Hi All, The logging process places log data from each run into the same logging text file and the size is growing bigger and bigger. How can I have the process discard the old logging data and only...
View Articlesettng datetime varible from ado.net Query result
Hello friendsI need to copy data from MYSQL to SQLSERVER based on last 2 days.Now what i do i set variable that accept last two date and i select data from MYSQL based on this variable.for example i...
View ArticleHow to develop SSIS Package to generate a file
Hi...How to generate fileseqno in SSIS which should be unique for every record in a fileHow to Generate File in SSIS package which contains Leave Request From date and To date..I need to Calculate...
View ArticleExcel Connection Manager using Variable
In SSIS 2008 R2, I am trying to use variable + String value in the Excel connection manager property. Like,Variable: @[User::ExcelFilePath] Value C:\InputFiles\And inside the property of the Excel...
View ArticleParamerter mapping Issue
Hi friendsI want to map Parameter in source query but it does not show me an option to map parameter.i need this kind of window .. i get this window in my another project.i dont know it is not showing...
View ArticleIn SSIS "Execute SQL Task", single-row result from querying mysql binding...
I set up a connection to mysql using ADO.NET's ODBC Data Provider. And I'm running a simple query to return one table's maximum ID(int32 unsigned). There is no problem to achieve that. But when I bind...
View ArticleHow to pass and use variables to iTextSharp .dll used in script task
Hi,new user here, so howdy !So i try to explain what i’m trying to achieve here – pdf watermarking with itextsharp.Requirements:Each PDF file needs a watermark in this catalog. Each page of a pdf file...
View ArticleMeaning of the console tab of dtexecgui
What is the meaning of the console tab which you get when using dtexecgui (the same utility used when you run a package manually from MSDB store)? I can activate or deactivate all sorts of events but I...
View Articlenot sure on how to pass custom error messages from ssis to sql agent job
I want to know how can I force my ssis package to fail based on some condition and when the job runs from sql agent I want to see the custom error message in sql agent result. Here is a brief...
View ArticleError redirect output file does not contain the error columns ErrorCode and...
I redirect error output to a text file, but I only see the bad record and cannot see the two error columns, ErrorCode and ErrorColumn. Please help.BI Analyst
View ArticleThe Best Method
HII have at my disposal programs that I can use to start Projects that are Task oriented,For example:Microsoft ONE NOTE,Internet Download Manager,MicrosoftOutlook,& others can accomplish my...
View ArticleWhy the connection names appear on the Connection Managers window is so short?
Hi All,The connection names on my Connection Managers window appear like "ccccccc..." and do not show the full name. How can I correct this? The packages that I designed before do not have this type...
View ArticleDelete text file in the folder
I know you can use Execute SQL Task to execute SQL command within the SQL Server, but how do you delete text file located on a hard drive (ie, c:\abc.txt) using SSIS task? BI Analyst
View ArticleHow to use script task to create a top row string (column headers) in a...
How can I create customized column headers (different from the one in the database) in a text file using a script task based on the columns exported? For example, if I used the following SQL to select...
View Articlehow to update values and insert them into another table along with old value...
Hi.........I need to create ssis package..I want to update table and updated values must be sent to history table..Old value and new value both must be inserted into history table after updating in...
View ArticleHow to redirect row from different tables with bad column data to a generic...
We have about 20 source tables. There are columns in those source tables which may contain bad data and cause package to fail. I'm looking for some advice on how to capture bad rows on any table and...
View Articlesetting Experssion Query with Vairable
Hello Friendsi'm using SELECT * FROM test.test WHERE NAME > cast(DATE(NOW()-INTERVAL 2 DAY) as datetime)This query at back-end and now in SSIS i have set below in parameterSELECT...
View ArticleSSIS 2012 errors with ole db parameters
First some background info - we have a brand-new server setup with Win 2008 R2 and SQL 2012 Enterprise, both 64 bit. We've upgraded all of our SQL 2008 R2 SSIS packages into SQL 2012 without any...
View Articleinterview preparation
hi ExpertsIm going for my first Interview on Monday [SSIS SSAS], and i was wondering if anyone could help with a list of typical interview questions to expect. My background is in SAP BI, so im not...
View ArticleSpecial characters in text file, should be save that special characters rows...
Hi All,I have flat file input with tab delimiter.I am using script component in ssis 2005 for converting tab delimiter to pipe line delimiter, while i am converting if any special characters are...
View Article