I\'m fighting with this for days, I hope You can push me in the right direction. This is a recursive threading algorithm which parses a resource in a thread looking for links to other resources stori
I have a requirement to chunk large csv files up into several different db inserts using SqlBulkCopy. I\'m intending on doing this via 2 separate Tasks, 1 for batching up the CSV file and another for
I have a C# program, which has an \"Agent\" class. The program creates several Agents, and each Agent has a \"run()\" method, which executes a Task (i.e.: Task.Factory.StartNew()...).
I\'m currently managing a legacy rails ap开发者_开发技巧plication that\'s running on rails 1.2.7. One of the functionalities is allowing people to upload sounds and have them converted using a command
i\'m trying to create Sharepoint Task using new workflow foundation with existing content type for specific user.
I want to convert the following vb.net script into C#.net script in SSIS Script task. I tried converting using Developer Fusion but iam getting lots of errors.Can some one help me.My Vb.net script:
I have a [SQL 2008] SSIS package that takes a CSV text file and moves it to a separate folder.Once it is in this folder, I import the data to SQL.The text file is being automatically generated by an o
I want to chain multiple Tasks, so that when one ends the next one starts. I know I can do this using ContinueWith. But what if I have a large number of tasks, so that:
My problem is that I\'m apparently using too many tasks (th开发者_如何学Creads?) that call a method that queries a SQL Server 2008 database. Here is the code:
I have an SSIS package that sends mails for each record within a Foreach Loop Container.After the e-mail is sent, I add some text to a variable (within a Script Task) saying \"Mail sent to customer1@d