Resources  
  • Using DTS from C#Sep 16, 2002. In this article I will concentrate on enumerating, executing and changing properties or global variables of DTS package.
  • DTS Custom Task in C#Jan 28, 2003. During last year I wrote an article about DTS and how to use it in C#. In that article I stated that I didn’t manage to solve the problem related to CustomTask. Today I finally forced myself to tackle that problem again and here is the result. Writing simple CustomTask in C# is the easiest part.
  • HTML Elements : Part 1Oct 15, 2012. Here we are going to discuss the Elements of HTML.
  • Working With the <dl>, <dt> and <dd> TagsJul 27, 2011. The HTML5 dl, dt and dd tags are used to list data.
  • How to Call a .NET Assembly From a SQL Server Scheduled JobApr 27, 2005. Explore step-by-step guide showcasing integration of unmanaged calls via DTS ActiveX script to a .NET assembly within a SQL Server scheduled job. Understand assembly registration, system path configuration, and COM client setup for seamless execution.