Views [dbo].[RTTStatsColl_statMonthView]
Properties
PropertyValue
ANSI Nulls OnYes
Quoted Identifier OnYes
Created12:32:05 PM Sunday, December 05, 2010
Last Modified7:19:33 PM Friday, January 07, 2011
Columns
Name
server_addr
probe_addr
intervaldatetime
intervalduration
statscollectnumdisconnects
ctrladminindex
statscapturehopindex
statscapturepathindex
statscapturestarttimeindex
statscollecttimeouts
statscollectbusies
statscollectnoconnections
statscollectdrops
statscollectsequenceerrors
statscollectverifyerrors
statscollectaddress
IntervalTime
Permissions
TypeActionOwning Principal
GrantSelectuniadmin
SQL Script
CREATE VIEW RTTStatsColl_statMonthView AS
SELECT RTTStatsColl_stat.*, IntervalTime=DATEADD(month, DATEDIFF(month,0,getdate()), 0) FROM RTTStatsColl_stat
GO
GRANT SELECT ON  [dbo].[RTTStatsColl_statMonthView] TO [uniadmin]
GO
Uses