I want to run a query like:

select * from table order by rand() limit 3

in MySQL it would work but I need to run it in MSSQL.  I've been searching for a limit 
function in MSSQL and I can't find a way to do it.  I'm experienced with MySQL but 
know nothing about MSSQL.  If someone could point me in the right direction I would 
really appreciate it!

Thanks,
Dean

Reply via email to