Creating Script Task programatically from C# code in SQL Server 2012
Hello Everyone, General question is: How can I add a script to Script Task from C# code in SQL Server 2012? We are using C# to dynamically create SSIS packages. Right now we are working on generating...
View ArticleError: "To run a SSIS Package outside of BIDS you must install the Standard...
Hello!I am using the MSDN Sql Server 2008 R2 which I thought is supposed to have the full functionality for Sql Server. Does anyone have any idea why I am getting this message when I run in non debug...
View ArticleCOMBINING DOCUMENTS IN SSIS
I have two tables in sql server 2005 that I have exported in Excel and I have attached the results. I want to create an SSIS Package to update the TABLE2 which has just 2 columns(work_id, pages). The...
View ArticleSuppress Warning Script Task
Hi,After importing a salesforce (partner or enterprise) WSDL via web services I get the following warning:"Custom tool warning: Schema validation error: Schema item 'simpleType' named 'FaultCode' from...
View ArticleConnection timing out - SqlClient Data Provider with ADO.NET Source
I have an ADO.NET source that is selecting from a view using a connection manager of type .Net Providers\SqlClient Data Provider. I have set the timeout to 0 in the connection manager (which I...
View ArticleProblem with 'set_execution_parameter_value' and project parameter
Hi,In my SSIS Package I'm using a Project Parameter of type string. I want to set this parameter from stored procedure by using "set_execution_parameter_value". Here is my code.DECLARE @customerFilter...
View Articlehaving troubles deploying SSIS packages to a named instance for SQL 2005
Hello,I have a user that is having trouble deploying a SSIS package to a named instance in SQL 2005. After he deploys it, he doesn't see the package when he logs into SQL 2005I added the named...
View ArticleMove records - insert into destination and delete from source
In tsql I can use delete from...output into... where...How can I do something similar with a dataflow task?Table A > Table BThe tables are identical in structure. One is used for "history"I want to...
View Articleole db error
Hi I am still having issues with this OLE DB. I think I have it figured out BUT now once I have that fixed now I look at my mail merge and somehow between pulling it from excel into word it has added...
View ArticleError Handling to send error row in another table
hi allI need to do some error handling based on condition like.I have one datafolw task Source:Select top 10 email,id from customerI can not use redirect option .(because I have one trigger at...
View ArticleError Handling and Logging with Propagate as False in SSIS
Hi,I'm using a Foreach Loop Container with different tasks included like like,XML task,Execute SQL Task,Script TaskHere the foreach container is used to flow through XML files in a folder.The...
View ArticleErro while attempting to perform a type cast in derived column component
HiI'm trying to perform a DataType change of a column from DataType DT_STR to (DT_UI1).The syntax i'm using is: (DT_UI1)LEFT(RIGHT(Section,3),1)I'm getting the following error when i'm executing the...
View Articlewhat is diffrent between task and container?
Dear all,mostly asking in interview questioni don't how to explain this questionplease anybody can explain?1.what is diffrent between task and container?2.what is task?what is Container?if any body can...
View ArticleSSIS Data Errors Handling
Hi ,I have been creating a package for automating few files from a selected location ,the source files are generated with all different type of data as there is no or minimal validation at...
View ArticleAttempted to read or write protected memory error executing SSIS package..
Hello,I'm getting the following error message intermittently when trying to execute SSIS packages. The SSIS packages are hosted on SQL server 2008,10.0.2531, X64 and 100GB f RAM and with more than 10GB...
View ArticleIssue with excel file
Hi all,I developed 2008 SSIS package to export data into multiple excel files(.xlsx) by following the below...
View ArticleMS Excel 2013 Issues
Hi All,My company will be upgrading to MS Office 2013 from MS Office 2007 in near future. I'm in process to test if this upgradation would cause any issue in- SSIS package I create (using Excel as...
View ArticleDELECT with Rowlock and SELECT with nolock contention casuing deadlock
Hi,Deleting with Rowlock and Selecting with nolock on same table with multiple processes at same time causing the deadlock.Business Need: Multiple tables have millions of records sitting on live...
View Articlehaving bold text in message body using send email task
I have an email which I need to send to multiple users using SSIS send mail task and the content of the body contains both variables and standard text. I would like to make some of the standard text...
View ArticleHow to increase the parallel tasks on target server based on its hardware in...
Hi,I created the SSIS package with sequential container by placing 10 execute sql tasks in it. There is no connection for these execute sql tasks to achieve parallel execution and I set the...
View Article