The Tagger module is built with a minimum requirements set of ASP.NET 2.0 and Sql Server 2005. The Tagger module uses some of the Sql Server 2005 new features. However, if you have a Sql Server 2000 installation (some hosts have not upgraded their servers yet), I have prepared an equivalent Sql Server 2000 compatible script.
Download the Sql Server 2000 script.
This script should be used in the following way:
1. Install the Tagger Module as normal, however it will fail on the Sql creation part of the install. Ignore this.
2. Go to the Host Settings -> Sql page.
3. Extract the Sql Server 2000 zip file from the above download, and copy the contents of the SqlServer2000.Uninstall.SqlDataProvider.sql into the Sql page text box. Tick the 'Run as Script' check box and click on 'execute'. This will drop any tables created during the failed install.
4. Copy the contenst of the SqlServer2000.SqlDataProvider.sql into the Sql page text box. Make sure 'Run as Script' is still ticked, and click on execute. This will recreate all the Tagger module Sql objects as Sql Server 2000 compatible objects.
5. Configure and use the Tagger module as normal.
I will investigate including the Sql Server 2000 compatibility into the standard install on the next release, depending on the demand for Sql Server 2000 installs.