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



Old

Script to grab some user info and handheld free memory

Posted 05-13-2010 at 05:05 AM by hdawg (hdawg's BES blog)

A friend of mine wanted to take two scripts he had:
  1. Obtained device free handheld memory
  2. Grabbed some user info from various tables (Name, email address, BES, Mode, OS Version, Password status (enabled / disabled) IT Policy name & applied time)
and wanted them combined into a single query. The difficult thing is that to get free handheld memory you need to do some converting and parsing of data from the SyncDeviceMgmt table in the BlackBerry Configuration Database.

...
hdawg's Avatar
Proprietor
Posted in Tips & Tricks
Views 1759 Comments 1 hdawg is offline Edit Tags
Old

UPDATED: SQL script to count # users per mail server

Posted 06-12-2009 at 11:07 AM by hdawg (hdawg's BES blog)
Updated 07-28-2009 at 11: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 693 Comments 0 hdawg is offline Edit Tags

All times are GMT -4. The time now is 06:16 AM.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2