Just a slight correction re: Sybase on linux.

ASE 11.0.3.3 is completely free - both for development and deployment. This means that you can use it to host your clients, and your clients expecting MS-SQL will hardly see the difference.

ASE 11.9.2 is free for development, but is somewhat obsolete.

ASE 12.5.0.1 is available free for development (there is a specific Developer's Edition). It's got lot's of improvements on the previous versions. You can't use it (legally) to run a production server. ASE (Adaptive Server Enterprise) runs for something like $800 for a linux server, but for an internet license you should expect to pay something like $10,000 (steep, I know, but try Oracle...).

As someone mentioned, the alternative from Sybase is Adaptive Server Anywhere (ASA). It's a different code-line, developed from the Watcom SQL Anywhere system. It's light-weight, but supports stored procs, triggers, etc. and should be quite a bit cheaper than ASE.

Michael


In reply to Re: Re: MySQL vs SQL2000 by mpeppler
in thread MySQL vs SQL2000 by true

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.