Back
In SQL Server you can get records in random order from a SQL query using NEWID() Function.
As In:
SELECT Name FROM UserDetail ORDER BY NEWID()