Welcome to Port3101.org : Your BES Connection Mark forums read | View Forum Leaders
Port3101.org : Your BES Connection



Old

UPDATED: SQL script to count # users per mail server

Posted 06-12-2009 at 10:07 AM by hdawg (hdawg's BES blog)
Updated 07-28-2009 at 10:34 PM by hdawg (Added a simpler script)

UPDATED:

Since creating the script below, I've put together a simpler one that works the same:

SELECT CAST(ServerDN AS VARCHAR(256)) , COUNT (*)
FROM UserConfig
GROUP BY CAST(ServerDN AS VARCHAR(256))


----------

RadHaz75 @ port3101.org posted a request for a SQL script to count the number of BES users per mail server in his BlackBerry Configuration Database.

I've posted the script in the thread, but here it is...
hdawg's Avatar
Proprietor
Posted in Uncategorized
Views 727 Comments 0 hdawg is offline Edit Tags

All times are GMT -4. The time now is 12:59 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.


 

Content Relevant URLs by vBSEO 3.3.2 PL2