What database do you use most often? Is it because you want to or some other reason? Is there a particular reason it stands out for you if it's because you want to?

Again, in both cases, the DB's were there before me so that's what I used. :)

What database have you had the best/worst experience with? How and why?

I'm not the DBA at my current job so I can't say how good/bad Sybase is to maintain, but SQL Server was definitely easy to manage at my last job (perhaps because it was a small company, with 3 programmers and the database was for internal use only, I dunno :).

This one's a bit tougher: Where do you draw the line between work the database should do and you should do? i.e. do you use a lot of stored procedures/database code or do you simply extract data and hack at it in perl? Why do you draw the line where you do?

This might be specific to working in Powerbuilder, but we like to do all of our SQL coding in stored procs, so that we don't have to recompile the app everytime we want to change a mistake we made in one of our queries!


In reply to Re: What databases are monks using? by mothra
in thread What databases are monks using? by jptxs

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.