Skip to content

Clarify T-SQL column naming, column ordering, and TVP size guidance#810

Merged
mkincaid-bw merged 2 commits into
mainfrom
sql-clarification
May 19, 2026
Merged

Clarify T-SQL column naming, column ordering, and TVP size guidance#810
mkincaid-bw merged 2 commits into
mainfrom
sql-clarification

Conversation

@mkincaid-bw
Copy link
Copy Markdown
Contributor

  • Add datetime column naming rule: columns must end with Date, not At
  • Add warning to always append new columns at the end of the column list
  • Expand IN clauses section to recommend INNER JOIN over IN subquery for large/unbounded TVP recordsets, with updated stored procedure examples

- Add datetime column naming rule: columns must end with `Date`, not `At`
- Add warning to always append new columns at the end of the column list
- Expand IN clauses section to recommend INNER JOIN over IN subquery for
  large/unbounded TVP recordsets, with updated stored procedure examples
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 18, 2026

Deploying contributing-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 34493b7
Status: ✅  Deploy successful!
Preview URL: https://e890f1f2.contributing-docs.pages.dev
Branch Preview URL: https://sql-clarification.contributing-docs.pages.dev

View logs

@mkincaid-bw mkincaid-bw marked this pull request as ready for review May 19, 2026 16:10
@mkincaid-bw mkincaid-bw requested a review from a team as a code owner May 19, 2026 16:10
@mkincaid-bw mkincaid-bw merged commit d5977d0 into main May 19, 2026
12 checks passed
@mkincaid-bw mkincaid-bw deleted the sql-clarification branch May 19, 2026 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants