|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, August 20, 2012 7:34 AM
Points: 33,
Visits: 93
|
|
Hi,
I have DTS packages and i need to convert those DTS packages to Stored Procedures in SQL Server 2008 R2.
Some one please help me...how to do this process.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, June 06, 2013 10:38 AM
Points: 316,
Visits: 1,488
|
|
1. Document current functionality of existing dts packages. 2. Write stored procedures to duplicate functionality.
Of course, it may be easier to recreate the dts packages as ssis packages, not stored procedures.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, April 23, 2013 7:20 AM
Points: 3,
Visits: 40
|
|
| You can use a tirad party tool like dos exchange from www.pragmaticworks.com
|
|
|
|