Is there any hosting provider offering MSDE?

Last post 10-20-2005 3:57 PM by rspivack. 24 replies.

Sort Posts:

  • Is there any hosting provider offering MSDE?

    04-08-2005, 6:21 PM
    • Contributor
      3,231 point Contributor
    • sun21170
    • Member since 03-15-2003, 8:56 AM
    • Dallas,USA
    • Posts 916

    I was looking for a ASP.Net hosting provider who would allow hosting of MSDE databases for development purposes on a web site. So far I haven't found any.

    They offer Access 2000 but not MSDE, and that is quite strange to me.

     

    sun21170
  • Re: Is there any hosting provider offering MSDE?

    04-08-2005, 9:41 PM
    • Contributor
      3,090 point Contributor
    • DougV
    • Member since 02-23-2004, 4:27 PM
    • Missouri
    • Posts 618
    Look for MSSQL 2000 instead of  MSDE because MSDE is the developer's edition.  Angel [A]That would be illegal to host with MSDE.  Check out WebHost4life.com for example.
  • Re: Is there any hosting provider offering MSDE?

    04-08-2005, 9:43 PM
    • Contributor
      3,090 point Contributor
    • DougV
    • Member since 02-23-2004, 4:27 PM
    • Missouri
    • Posts 618
    Plus, I believe there are constraints on MSDE vs. MSSQL 2000.
  • Re: Is there any hosting provider offering MSDE?

    05-06-2005, 4:18 PM
    • Member
      250 point Member
    • rspivack
    • Member since 09-28-2002, 7:56 AM
    • San Jose / Silicon Valley, CA USA
    • Posts 50

    MSDE is a subset of SQL Server 2000.  MSDE limitations are:

    Database size limited to 2 GB
    Simultaneous connections limited to 5 (connections, not users)
    Not licensed to use Enterprise Manager

    Otherwise, it is virtually the same.  If you are developing for MSDE, you will have no problem hosting with SQL Server 2000.

    Note that IT IS NOT ILLEGAL to host with MSDE; several Microsoft products/programs actually require or encourage the use of MSDE in a hosting environment.  (Windows SharePoint Services includes MSDE and the minimum requirements for the Web Presence Provider program for database hosting can be met with MSDE.)

    Of course, we use full SQL Server for our shared hosting services but we offer MSDE for clients that co-location or choose a dedicated server.  For many applications, MSDE is fine and the licensing/costs are very advantageous (MSDE is FREE).

    Voicegateway.com Web Services offers shared, dedicated, and now VIRTUAL MACHINE HOSTING for ASP.NET, ASP.NET 2.0 "SQL Server 2005, Windows SharePoint Services, & More..
  • Re: Is there any hosting provider offering MSDE?

    05-06-2005, 10:56 PM
    • Contributor
      3,090 point Contributor
    • DougV
    • Member since 02-23-2004, 4:27 PM
    • Missouri
    • Posts 618

    Quote, "Some novice users might wonder whether you could use either MSDE 2000 or the Personal Edition as a low-cost alternative to SQL Server Standard Edition for a small work group. Don't do it! This practice is illegal."

    This article was from 11/1/2002, has that changed?  Wouldn't that make it illegal for a shared hosting service?

  • Re: Is there any hosting provider offering MSDE?

    05-06-2005, 11:59 PM
    • Member
      250 point Member
    • rspivack
    • Member since 09-28-2002, 7:56 AM
    • San Jose / Silicon Valley, CA USA
    • Posts 50

    Read this URL on Microsoft's service provider website:

    http://www.microsoft.com/serviceproviders/programs/aspnetrequirements.mspx

    In part, it says "Deploy Windows Server 2003, SQL Server or MSDE 2000, and the .NET Framework version 1.1" as requirements for becoming a certified ASP.NET Hosting provider.  Hardly illegal when Microsoft lists it outright as a requirement.

    I think you may be confusing corporate/business licensing of MSDE with hosting.  Hosting is different and there are specific rules from Microsoft but not many (even today) understand them.

     

     DougV wrote:

    Quote, "Some novice users might wonder whether you could use either MSDE 2000 or the Personal Edition as a low-cost alternative to SQL Server Standard Edition for a small work group. Don't do it! This practice is illegal."

    This article was from 11/1/2002, has that changed?  Wouldn't that make it illegal for a shared hosting service?

    Voicegateway.com Web Services offers shared, dedicated, and now VIRTUAL MACHINE HOSTING for ASP.NET, ASP.NET 2.0 "SQL Server 2005, Windows SharePoint Services, & More..
  • Re: Is there any hosting provider offering MSDE?

    05-17-2005, 3:18 PM

     rspivack wrote:
    ...Simultaneous connections limited to 5 (connections, not users)

    You are very wrong here.  You can have limitless connections.  However you are limited to 5 concurrent workloads.  This basically means that it can only process 5 SQL statements at one time.  A sixth or more is put into a queue and is not acted upon until one of the first 5 completes.

  • Re: Is there any hosting provider offering MSDE?

    05-17-2005, 5:18 PM
    • Member
      250 point Member
    • rspivack
    • Member since 09-28-2002, 7:56 AM
    • San Jose / Silicon Valley, CA USA
    • Posts 50

    Yes, that is what I meant to say.Yes [Y]  Most people mistakenly think it is a 5 user or 5 connection limit when it is only a performance throttle.

    P.S.  SQL Server 2005 Express (the sucessor to MSDE based on Yukon/SQL Server 2005) has even higher limits and less limitations.

     

     the help desk wrote:

     rspivack wrote:
    ...Simultaneous connections limited to 5 (connections, not users)

    You are very wrong here.  You can have limitless connections.  However you are limited to 5 concurrent workloads.  This basically means that it can only process 5 SQL statements at one time.  A sixth or more is put into a queue and is not acted upon until one of the first 5 completes.

    Voicegateway.com Web Services offers shared, dedicated, and now VIRTUAL MACHINE HOSTING for ASP.NET, ASP.NET 2.0 "SQL Server 2005, Windows SharePoint Services, & More..
  • Re: Is there any hosting provider offering MSDE?

    05-24-2005, 4:04 AM
    • Member
      20 point Member
    • Thranduil
    • Member since 08-11-2003, 8:38 AM
    • Finland
    • Posts 4

    I have 2 sites hosted by http://www.hostdepartment.com
    They have support for SQL Server 2000 and MySQL

    CAUTION: Before engaging mouth make sure that the brain is in gear
  • Re: Is there any hosting provider offering MSDE?

    05-30-2005, 11:52 PM
    • All-Star
      26,551 point All-Star
    • Caddre
    • Member since 06-23-2003, 9:53 AM
    • Indy
    • Posts 5,308
     DougV wrote:
    Look for MSSQL 2000 instead of  MSDE because MSDE is the developer's edition. 


    MSDE is not the developer edition of SQL Server, the developer edition is full Enterprise edition with five concurrent users.  Hope this helps.
    Kind regards,
    Gift Peddie
  • Re: Is there any hosting provider offering MSDE?

    05-31-2005, 9:14 AM
    • Contributor
      3,090 point Contributor
    • DougV
    • Member since 02-23-2004, 4:27 PM
    • Missouri
    • Posts 618
    What does "DE" stand for in "MSDE"?
  • Re: Is there any hosting provider offering MSDE?

    05-31-2005, 10:02 AM
    • All-Star
      26,551 point All-Star
    • Caddre
    • Member since 06-23-2003, 9:53 AM
    • Indy
    • Posts 5,308
    "DE" in MSDE stands for Data Engine it was created as a web back end for Access users.  Hope this helps.
    Kind regards,
    Gift Peddie
  • Re: Is there any hosting provider offering MSDE?

    05-31-2005, 11:27 AM
    • Member
      250 point Member
    • rspivack
    • Member since 09-28-2002, 7:56 AM
    • San Jose / Silicon Valley, CA USA
    • Posts 50

    MSDE was not originally created specifically for the web. It was created to give ISV and application developers an alternative to using the "JET" (MS Access) database engine bundled with their code.

    By providing MSDE as a SQL Server compatible (subset) engine that is available free for developers, Microsoft was trying to give legions of VB and other programmers (both professional and part-time hobbiest/adventurers) a smoother migration path onto the SQL Server engine.

    As ISV apps are written to use MSDE, scaling them up to larger environments and/or the web is much easier than upsizing Acess database applications to SQL Server which requires some conversion because Jet to SQL conversion is not a slam dunk.

    This strategy is even more evident in the beta versions of Visual Studio.NET and Visual Web Designer which have tightly integrated SQL Server 2005 Express (the sucessor to MSDE) which virtually eliminates the need to use Jet or anything else even for simple database applications.

    Voicegateway.com Web Services offers shared, dedicated, and now VIRTUAL MACHINE HOSTING for ASP.NET, ASP.NET 2.0 "SQL Server 2005, Windows SharePoint Services, & More..
  • Re: Is there any hosting provider offering MSDE?

    05-31-2005, 12:41 PM
    • Contributor
      3,090 point Contributor
    • DougV
    • Member since 02-23-2004, 4:27 PM
    • Missouri
    • Posts 618
    I think I'm finding out there is some history associated with MSDE.  There's many broken Microsoft Links at their site, but older sources elsewhere seemed to indicate it as more restrictive.  Newer info seems to agree with what you've said above.  I've briefly read about Server 2005 Express, it seems to be pretty generous.
  • Re: Is there any hosting provider offering MSDE?

    08-11-2005, 5:27 AM
    • Member
      267 point Member
    • t-dog
    • Member since 07-15-2003, 3:25 PM
    • Vancouver Island
    • Posts 58
    Marvin's DotNetNuke cheap web hosting - your choice SQL 2000 or MSDE. free install for DotNetNuke, Community forum, Click on install for starter kits and more.
    DotNetNuke Hosting, Skins & Support
Page 1 of 2 (25 items) 1 2 Next >