sample_data
Retrieve sample data from SQL Server tables to inspect structure and content. Specify table name and optional parameters like row limit or schema.
Instructions
Retrieve sample data from a table (top 10 rows by default)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionString | No | SQL Server connection string (uses default if not provided) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| tableName | Yes | Name of the table to sample | |
| schema | No | Schema name (default: dbo) | |
| limit | No | Number of rows to return (default: 10, max: 100) |