var products = Product.GetPaged(1, 20);
error:
'ROW_NUMBER' ....
var products = Product.GetPaged(1, 20);
error:
'ROW_NUMBER' ....
I don't think Subsonic supports paging for SQL Server 2000 (but I could be wrong). You'd need SQL Server 2005 or 2008.
I'm guessing Subsonic uses a CTE or the ROWNUMBER() syntax. These are not supported in SQL2000