TSQL Selecting random records from a database

SELECT TOP 10 * FROM GivenTable ORDER BY NEWID()