Hi, > -----Original Message----- > MSSQL seems to be a little bit messier that MySQL..e.g limit clause etc > > Anyone know of articles/examples that specifically deal with this issue?
Look into the Top() function for MSSQL. It goes something like: SELECT Top(10) * FROM table You should be able to find some info under the msdn.microsoft.com page. Or, MS has several hundred newsgroups, they should have one for MSSQL. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php