Hi there,
If you have a running version of the WebShop database in SQL 2005, you can simply script all procedures using SQL Server Management Studio and then run them against SQL 2000.
There might be a few incompatibilities (nvarchar(max) versus ntext, but not much, if any at all......
Imar
|