SQL server může vybrat posledních N řádků pomocí následujícího dotazu: select * from tbl_name order by id desc limit N;