Sage 100 advanced vs Sage 100 Premium

We have Sage 100 Advanced (MAS200).  

Sage 100 Premium has a sql database.  My very general question is "why would someone choose Premium over Advanced?  

What advantages does have Sql provide over not having sql.   Aside from reporting speed, does it offer more open architecture for programmers, access to web products etc?

Thanks,

P.Park

Parents Reply
  • 0 in reply to rclowe

    I'm not really a SQL expert,  but it seems like the few clients who have insisted on SQL wanted it so that their internal programmers could interface more easily.   By the time all was said and done,  I get the impression that they didn't do as much interfacing as they thought they were going to.  I could be wrong.

    And I have had clients that used advanced and did a lot of interfacing with SQL into Sage 100 by refreshing a SQL database from Sage 100 periodically.

Children
  • 0 in reply to TomTarget

    Agree with Tom here.  Writing apps directly against the SQL tables is so much easier than rooting around the COM.

  • 0 in reply to dlevasseur

    I'll jump on the SQL bandwagon as well.  If you have the need to clean up data or make any changes, SQL is much easier to work with than a VI Job or anything like that.  You're not going to see much performance increase inside the program itself.  Certain lookups will load quicker if they have a lot of information in them.  The time that it takes for screens to load is a bit slower.  

    Outside Sage pulling anything out of SQL is tremendously quicker.  If you have any other SQL backed applications, your users will appreciate Sage moving to SQL.  Note third part add-ons don't always work the say way 100 does out of the box. We recently went to SQL and had to install SQL on the same server as our application server.  Otherwise performance was terrible.  

  • 0 in reply to jmilford

    I am having a difficult time finding the System Requirements for the SQL version.  Do we need Microsoft SQL Server.  Also, we are considering getting Sage CRM.  I think that program requires Microsoft SQL server?

  • 0 in reply to jmilford
    jmilford, could you elaborate on "Otherwise performance was terible". Is this referring to post-upgrade SQL premium version ? Or pre-Upgrade Advanced Providex version ?
  • 0 in reply to paula2013
    jmilford, could you elaborate on "Otherwise performance was terible". Is this referring to post-upgrade SQL premium version ? Or pre-Upgrade Advanced Providex version ?

    paula, You for sure will need MS SQL Server for Sage 100 Premium. It is not included in Sage software. Also Licensing for MS SQL Server has evolved & can be a bit tricky & costly to purchase.
  • 0 in reply to DannyC
    The Client Server version aka MAS90 C/S aka MAS200 aka Sage 100 Advanced processes data the fastest. ProvideX is very fast. The SQL version processes slower but faster than the Sage 100 Standard aka MAS90 the file server version. Sage use to have white papers up showing the speed difference.
  • 0 in reply to BigLouie
    The ODBC Driver in SQL is read/write, so creating data entry dumps to the transaction entry tables is much much easier on SQL than not SQL, because VI can be eliminated, and no Sage Scheduling is required. This is why I want, but still can't have the SQL Version. If you are not a programmer, this may not be a good enough reason, but I am building work around's for business processes that are not strictly compatible with Mas200 (Or what ever we are calling it now) out of the box.