I\'ve just discovered the TABLESAMPLE clause but surprisingly it doesn\'t return the number of rows i\'ve specified.
The table that i\'ve used has ~14M rows and i wa
See the article here. You need to add a top clause and/or use the repeatable option to get the number of rows you want.