All Tags » SQL (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 Stacy on 11-05-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 Stacy on 11-05-2008
    Filed under: Filed under: , , ,
  • SQL Query to return number of users per Front End

    In the last couple weeks myself and some other folks I've spoken with have had the need to know how many users were connected to a particular front end. Unfortunately there's no interface to provide this sort of information, so I decided to poke around SQL to figure out what I needed to read...
    Posted to Mike Stacy's Blog by Mike Stacy on 08-29-2008
    Filed under: Filed under: , , , ,
  • Filtering Contacts from the Address Book

    Last night I was working with my friend and fellow UC architect, Peter Pawlak, on a customer design item. This particular customer is a subsidiary of a larger organization. The subsidiary is deploying OCS but the parent company is not. Not a problem since each of them have their own forests. However...
    Posted to Mike Stacy's Blog by Mike Stacy on 06-12-2008
    Filed under: Filed under: , , ,
Page 1 of 1 (4 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems