added files from swmgmt03
This commit is contained in:
11
amr not treated count.sql
Normal file
11
amr not treated count.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
EXEC [ActiveSystemServer].[amr].[MonitoringReport] 7
|
||||
|
||||
return
|
||||
|
||||
SELECT
|
||||
COUNT(1)
|
||||
,cast(AMR_ArizonaRep_extraction_TS as date) as dt
|
||||
FROM Arizona.dbo.APS_monitor_row a
|
||||
where AMR_ArizonaRep_extraction_TS is not null
|
||||
group by cast(AMR_ArizonaRep_extraction_TS as date)
|
||||
order by dt desc
|
||||
Reference in New Issue
Block a user