Created
July 29, 2016 04:47
-
-
Save praveensewak/faaf7fee86f55c6056f422fc4738a1d0 to your computer and use it in GitHub Desktop.
Useful Sql Queries
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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