sample_table
Retrieve a random sample of rows from a table to understand data patterns and structure.
Instructions
Get a random sample of rows from a table (useful for understanding data patterns)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| schema | No | Schema name (default: dbo) | |
| database | No | Database name (uses connection default if omitted) | |
| count | No | Number of sample rows (default: 10, max: 100) | |
| server | No | Target server name (uses default if omitted) |