Skip to content

Instantly share code, notes, and snippets.

@smaglio81
Created September 3, 2018 01:52
Show Gist options
  • Save smaglio81/fbca4bb48987fa2c4ba94ba366dc0c22 to your computer and use it in GitHub Desktop.
Save smaglio81/fbca4bb48987fa2c4ba94ba366dc0c22 to your computer and use it in GitHub Desktop.
Populate ProxyWebAppCounts
insert into [dbo].[ProxyWebAppCounts]
select SiteName, count(*) [WebAppCount]
from [dbo].[ProxyWebApps]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment