cancel
Showing results for 
Search instead for 
Did you mean: 

Why use full SQL over SQL Express

David_Hood
Level 4
Partner Accredited

are there any hard and fast rules of when i should be using an off-box sql installation for the be database, rather than using sql express?

I realise that sql expess is somewhat limited in the size of the DB it can store but i'm wondering if there are other limits or reasons as to why i would use another installation of sql over sql express. 

 

thanks for any pointers

 

dave

3 REPLIES 3

Backup_Exec1
Level 6
Employee Accredited Certified

Hi

 

Yes when you use SQl Express the size is limited to 4 gb , but backup exec database doesn't require a large space so they ship the cut down version SQL which is SQL express ,so as per best practisces it is good to use the SQL provided that is Express version ,but again if you have any company policy to use the FUll License version you can use that too.

Hope that helps

Thanks

 

pkh
Moderator
Moderator
   VIP    Certified

The recommended practice is to use the default SQL Express installation which is installed on the media server.  This minimises any communication problems between BE and its database.  If you do want to use a full-blown SQL, make sure that BE has its own instance because occasionally, the BEDB may need to be restarted or stopped.  Sharing the BEDB with a production instance will interfere with the production instance.

BEDB SQL instance should not share a SQL instance with other applications

Very rarely would installations hit the size limit of SQL Express.

Colin_Weaver
Moderator
Moderator
Employee Accredited Certified

some large CASO/ESO implementations might need a larger SQL capability but other than that SQL Express (not shared with any other applications) is the recommended pratice.

 

Whilst off-box is supported, partly because of the recommendation to not share an instance there are very few reasons to go with an off-box SQL setup for the BEDB as such much better to leave in a local instance to keep things simple.