Created
July 10, 2018 18:38
-
-
Save sayham-sjb/22ebd7a123c95a8b436d0b1dabc5b72a to your computer and use it in GitHub Desktop.
CountPublisherOnDB #sql
This file contains hidden or 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 publisher_db, COUNT(1) FROM distribution.dbo.MSarticles | |
GROUP BY publisher_db | |
ORDER BY COUNT(1), publisher_db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment