Evangelyze Community Site
All Tags » query (RSS)

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • OCS SQL Query - Show last OCS logon

    I wrote this one a while back to help someone on the forums. select res.UserAtHost as "SIP Address", hud.LastNewRegisterTime as "Last Logon" from rtcdyn.dbo.HomedUserDynamic hud join (Select ResourceId, UserAtHost from rtc.dbo.Resource group by ResourceId, UserAtHost) res on hud.OwnerId...
    Posted to Mike Stacy's Blog by mike on 5 Nov 2008
    Filed under: Filed under: , , ,
  • OCS SQL Query - Return Archive User Settings

    From time to time I'll be posting SQL queries that I use for various reasons. I don't claim to be a SQL query expert and so I won't guarantee that these are written with the best syntax or performance characteristics. This query will list your users by SIP address and return their archive...
    Posted to Mike Stacy's Blog by mike on 5 Nov 2008
    Filed under: Filed under: , , ,
Page 1 of 1 (2 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems