If i need to convert an access application (query, tables, codes...) in SQL SERVER 2000 and i need to make code, what is the better solution (with performance and portability in mind)?
-Stored procedures (cursor is slow)
-VBScript
or a VB PACKAGE in DTS ?