Skip to content

Instantly share code, notes, and snippets.

@praveensewak
Created July 29, 2016 04:47
Show Gist options
  • Save praveensewak/faaf7fee86f55c6056f422fc4738a1d0 to your computer and use it in GitHub Desktop.
Save praveensewak/faaf7fee86f55c6056f422fc4738a1d0 to your computer and use it in GitHub Desktop.
Useful Sql Queries
-- select maximum user connections for an db instance
SELECT maximum FROM sys.configurations WHERE name='user connections'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment