Sorry, I've looked everywhere but I can't find the page you're looking for.
If you follow the link from another website, I may have removed or renamed the page some time ago. You may want to try searching for the page:
Sorry, I've looked everywhere but I can't find the page you're looking for.
If you follow the link from another website, I may have removed or renamed the page some time ago. You may want to try searching for the page:
I've done a courtesy search for the term Random Sort for you. See if you can find what you're looking for in the list below:
Reference: http://www.sqlteam.com/article/using-newid-to-randomly-sort-records Data is often retrieved in random order when necessary. It’s possible within ASP.NET pages using VB or C#. However, if MS-SQL provides a method or keyword that sorts data in random order, why not using the one instead? NEWID() function is the one that brings about convenience for random sort order. 1: SELECT… Continue reading »