
Leonardo Volinier - 2007-05-16 20:15:54
The construction of the SELECT Query is wrong. MsSQL servers doesn't support the "LIMIT" property.
An aproximation is the "TOP N" property (where N is the number of records from the top) after SELECT word.
One solution is working with temptables.
But "naturally" you can't make a page cut at MsSql.