We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ErikEJ/SqlServer.Rules'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
SML031.md•480 B
# SQL Server Rule: SML031
| | |
|----|----|
| Assembly | TSQLSmellSCA |
| Namespace | TSQLSmellSCA |
| Class | TSQLSmellSCA31 |
## Rule Information
| | |
|----|----|
| Id | SML031 |
| Friendly Name | EXISTS/NOT EXISTS can be more performant than COUNT(*) |
| Category | CodeSmells |
| Ignorable | false |
| Applicable Types | Model |
## Description
EXISTS/NOT EXISTS can be more performant than COUNT(*)
<sub><sup>Generated by a tool</sup></sub>