Find similar names (fuzzy)
find_similar_namesSearch SQL Server database objects by approximate name. Use fuzzy matching to locate tables, views, columns, procedures, and functions even when the spelling is uncertain.
Instructions
Jaro-Winkler fuzzy search over table/view/column/procedure/function names — use this when you don't remember the exact spelling of an object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Restrict to these kinds of object (default: all kinds) | |
| limit | No | Max results to return (default 20, max 100) | |
| searchTerm | Yes | Name to search for, e.g. 'custmoer' |