BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 05-12-2009, 07:15 AM   #1
Noonien
Thumbs Must Hurt
 
Join Date: Sep 2007
Model: ALL
PIN: N/A
Carrier: Different
Posts: 151
Default SQL Server Desktop Engine

Please Login to Remove!

Hi !

We dont have a seperate SQL Server, we use SQL Server Desktop Engine on the same server where the BES is installed.
Is this solution limited to a maximum number of users ? We have 370 users atm and will have around 700 users in near future.
Offline  
Old 05-12-2009, 07:42 AM   #2
freakinvibe
BlackBerry Extraordinaire
 
Join Date: Aug 2008
Location: Basel
Model: Class
PIN: N/A
Carrier: Swisscom
Posts: 1,616
Default

Not that I am aware of. A new user is just another row in the users table, so there should be no hard limit. But...

For load and redundancy reasons, with 370 users, I would go for a separate SQL box.
Offline  
Old 05-12-2009, 09:23 AM   #3
knottyrope
BlackBerry Elite
 
knottyrope's Avatar
 
Join Date: Jan 2008
Location: Massachusetts
Model: DT60
OS: 123456789
PIN: t of blood has been taken
Carrier: AT&T-US with I dee ten tee errors
Posts: 7,325
Default

From what I have heard, MSDE can handle 500 users depending on hardware, after that you really want to go to SQL.
__________________
I had to fall
To lose it all
But in the end
It doesn't even matter

Rocking the Motion with out lotion.
Offline  
Old 05-12-2009, 01:56 PM   #4
DarthBBerry
Wireless Sith Lord
 
DarthBBerry's Avatar
 
Join Date: Jan 2007
Location: Online
Model: iOS 6
Carrier: Verizon x2
Posts: 1,458
Default

We used to run BESMGMT on the same box at the BES using the MSDE engine. Then we upgraded it to SQL 2005, and now finally off of the BES and on it's own server in it's own instance. You can run it on the same box as the BES, but if it goes *POP*, so goes your entire DB. You're better off running it on a separate box.

Put BES in a VM session and put the SQL engine and DB on the blade server.
Just my opinion....
__________________
DarthBBerry
6-Time BlackBerry World Champion (2007-2012)
BlackBerry® Certified Support Specialist v5.0
BlackBerry® Certified System Administrator v5.0
Offline  
Old 05-12-2009, 07:26 PM   #5
TargetIT
CrackBerry Addict
 
Join Date: Jan 2008
Model: 9700
PIN: N/A
Carrier: Rogers
Posts: 709
Default

But then you run into licensing issues if you run full SQL ;)
Offline  
Old 05-12-2009, 08:51 PM   #6
buluks
Thumbs Must Hurt
 
Join Date: Jan 2008
Location: Indonesia
Model: Z3
PIN: N/A
Carrier: Indosat
Posts: 193
Default

MSDE capacity is 2 gb
__________________
------------------------------------
http://2blackberry.blogspot.com
Offline  
Old 05-13-2009, 08:12 AM   #7
knottyrope
BlackBerry Elite
 
knottyrope's Avatar
 
Join Date: Jan 2008
Location: Massachusetts
Model: DT60
OS: 123456789
PIN: t of blood has been taken
Carrier: AT&T-US with I dee ten tee errors
Posts: 7,325
Default

Quote:
Originally Posted by TargetIT View Post
But then you run into licensing issues if you run full SQL ;)
Knot with per processor license.
__________________
I had to fall
To lose it all
But in the end
It doesn't even matter

Rocking the Motion with out lotion.
Offline  
Old 05-13-2009, 10:36 AM   #8
TargetIT
CrackBerry Addict
 
Join Date: Jan 2008
Model: 9700
PIN: N/A
Carrier: Rogers
Posts: 709
Default

Quote:
Originally Posted by knottyrope View Post
Knot with per processor license.
True - but you go from a $0 investment to a several thousand dollar solution.
Offline  
Old 05-14-2009, 09:20 AM   #9
TreeDude
Talking BlackBerry Encyclopedia
 
TreeDude's Avatar
 
Join Date: Apr 2008
Location: Western NY, USA
Model: iPn4S
OS: iOS 7.0.1
PIN: 76E5A626
Carrier: Verizon
Posts: 243
Default

MDSE is limited to 5 concurrent I/Os at a time. So the more users you have the more likely you are to run into performance issues.

Like Knotty said, once you hit around 500 users you are going to run into trouble. If your BES is on a VM it is even more important that the database be on a SQL server as the I/O from the BES will effect performance on other VMs as well.
__________________
Technical Engineer III

BES was decommissioned. Currently using iPhones with Lotus Notes Traveler 9.0.
Offline  
Old 05-14-2009, 10:59 AM   #10
TargetIT
CrackBerry Addict
 
Join Date: Jan 2008
Model: 9700
PIN: N/A
Carrier: Rogers
Posts: 709
Default

Quote:
Originally Posted by TreeDude View Post
MDSE is limited to 5 concurrent I/Os at a time. So the more users you have the more likely you are to run into performance issues.
Replace that with Express and you don't have that restriction. I've been running SQL2005 Express on te BES server from day 1.
Offline  
Old 05-14-2009, 11:13 AM   #11
stuwhite
Feeling Blue, Bigly ;->
 
stuwhite's Avatar
 
Join Date: Jan 2007
Location: U to the K
Model: 9000
PIN: 3, it's the magic number
Carrier: Most of them, it's a Global Village man!
Posts: 1,273
Default

Quote:
Originally Posted by TargetIT View Post
Replace that with Express and you don't have that restriction. I've been running SQL2005 Express on te BES server from day 1.
Yeah I have got around 200 users on each BES and both run SQL Server Express fine. Just make sure you get the latest SP if you install it (SP3 right now).
__________________
I was a BES and Exchange admin once.
Then my world turned Blue.
Offline  
Old 05-14-2009, 11:14 AM   #12
TargetIT
CrackBerry Addict
 
Join Date: Jan 2008
Model: 9700
PIN: N/A
Carrier: Rogers
Posts: 709
Default

Quote:
Originally Posted by stuwhite View Post
Yeah I have got around 200 users on each BES and both run SQL Server Express fine. Just make sure you get the latest SP if you install it (SP3 right now).
I'm still running CTP
Offline  
Old 05-14-2009, 11:17 AM   #13
stuwhite
Feeling Blue, Bigly ;->
 
stuwhite's Avatar
 
Join Date: Jan 2007
Location: U to the K
Model: 9000
PIN: 3, it's the magic number
Carrier: Most of them, it's a Global Village man!
Posts: 1,273
Default

Quote:
Originally Posted by TargetIT View Post
I'm still running CTP
Shame on you Target! That's even worse than me running on RTM for ages and ages .
__________________
I was a BES and Exchange admin once.
Then my world turned Blue.
Offline  
Old 05-14-2009, 11:37 AM   #14
TargetIT
CrackBerry Addict
 
Join Date: Jan 2008
Model: 9700
PIN: N/A
Carrier: Rogers
Posts: 709
Default

I just didn't want to chance it and break it :( The first BES Setup we had was a nightmare because it wasn't a dedicated box, so when this actually got up and running (on an old PIII no less), we just left it alone.
Offline  
Old 05-14-2009, 01:03 PM   #15
knottyrope
BlackBerry Elite
 
knottyrope's Avatar
 
Join Date: Jan 2008
Location: Massachusetts
Model: DT60
OS: 123456789
PIN: t of blood has been taken
Carrier: AT&T-US with I dee ten tee errors
Posts: 7,325
Default

Quote:
Originally Posted by TargetIT View Post
True - but you go from a $0 investment to a several thousand dollar solution.
CRM project was cancelled from lack of interest from sales group.

I get me a nice 2 quad core 2.8 ghz xeon with 10 15k 73 gig drives. Sales dept ate the cost and I get the goodies.

Funny how only 1% of resources are ever used with BES DB and 4 40 meg DBs.
__________________
I had to fall
To lose it all
But in the end
It doesn't even matter

Rocking the Motion with out lotion.
Offline  
Closed Thread


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Johnson Controls York Solution XTI-033X045-NAFA146A Air Make Up Handling Unit picture

Johnson Controls York Solution XTI-033X045-NAFA146A Air Make Up Handling Unit

$4500.00



JOHNSON CONTROLS MODP20GA-26 PRESSURE SWITCH 400psi High Limit Sealed New picture

JOHNSON CONTROLS MODP20GA-26 PRESSURE SWITCH 400psi High Limit Sealed New

$44.10



Johnson Controls M9220-BGC-3 Electric Damper Actuator - BRAND NEW - OPENED BOX picture

Johnson Controls M9220-BGC-3 Electric Damper Actuator - BRAND NEW - OPENED BOX

$324.95



Johnson Controls Metasys MS-NAE3510-2 Network Controller picture

Johnson Controls Metasys MS-NAE3510-2 Network Controller

$75.00



Johnson controls Map-1810 picture

Johnson controls Map-1810

$525.00



Johnson Controls Metasys LN-PRG410-1 Programmable Controller Module LNPRG4101 picture

Johnson Controls Metasys LN-PRG410-1 Programmable Controller Module LNPRG4101

$139.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.