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
SRD0057.md•533 B
# SQL Server Rule: SRD0057
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Design |
| Class | DoNotMixDMLWithDDLRule |
## Rule Information
| | |
|----|----|
| Id | SRD0057 |
| Friendly Name | Do Not Mix DML With DDL Rule |
| Category | Design |
| Ignorable | |
| Applicable Types | Procedure |
## Description
Do not mix DML with DDL statements. Group DDL statements at the beginning of procedures followed by DML statements.
<sub><sup>Generated by a tool</sup></sub>