The problem is that with large tables in MS SQL using the below Query to return a random row is VERY SLOW. SELECT TOP 1 column FROM table ORDER BY NEWID().
確定! 回上一頁