Skip to content

Instantly share code, notes, and snippets.

@MarkPryceMaherMSFT
Created April 15, 2025 08:36
Show Gist options
  • Save MarkPryceMaherMSFT/d8c552d3b2e3f8153ebe3225d2e3c559 to your computer and use it in GitHub Desktop.
Save MarkPryceMaherMSFT/d8c552d3b2e3f8153ebe3225d2e3c559 to your computer and use it in GitHub Desktop.
Get database type
SELECT db_name(), DATABASEPROPERTYEX(db_name(), 'Edition')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment