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
SRD0062.md•889 B
# SQL Server Rule: SRD0062
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Design |
| Class | UseProperCollationInTempTables |
## Rule Information
| | |
|----|----|
| Id | SRD0062 |
| Friendly Name | Implicit collation |
| Category | Design |
| Ignorable | false |
| Applicable Types | Procedure |
## Description
Create SQL Server temporary tables with the correct collation or use database default as the tempdb having a different collation than the database can cause issues and or data instability.
## Summary
Temp table not configured with <c>COLLATION</c> options
### Remarks
Create SQL Server temporary tables with the correct collation or use database default as the
tempdb having a different collation than the database can cause issues and or data instability.
<sub><sup>Generated by a tool</sup></sub>