# Sunday, April 02, 2006

The Quick and Dirty way to be rid of SQL Server 2000 without recoding all DTS scripts

With ten minutes of cleanup, you can use a DTS package generated by SQL Server 2000 within the Visual Studio .NET framework. You'll have all the benefits of running in the Visual Studio .NET framework, and be able to programmatically control the behavior of the DTS package. This article will get you there quickly while navigating a path that isn't always straight forward.

[ How to run a DTS VB package in the .NET framework ]

This will, however, require some serious skillz to maintain these scripts if any changes need to be made...

Update: Gruskada points out that it is not really SQL Server 2003, except in my heart...

#    Comments [3] |
Tuesday, April 04, 2006 11:05:16 AM (Eastern Standard Time, UTC-05:00)
SQL Server 2003?
Tuesday, April 04, 2006 12:25:14 PM (Eastern Standard Time, UTC-05:00)
Er, 2000.

I still find it hard to believe it's been so long between releases...
Tuesday, April 04, 2006 1:32:22 PM (Eastern Standard Time, UTC-05:00)
I wondered what that 2003 was all about...
Doug1
Comments are closed.