You can use the clause called TableSample for this purpose.
Select * from DatabaseLog
TableSample(10 percent)
TABLESAMPLE was introduced in SQL Server 2005.
You can use the clause called TableSample for this purpose.
Select * from DatabaseLog
TableSample(10 percent)
TABLESAMPLE was introduced in SQL Server 2005.