Forum Replies Created

Viewing 15 posts - 2,341 through 2,355 (of 2,773 total)

  • RE: Are the posted questions getting worse?

    Something I found amusing on LI is that everyone at my old employer, doesn't actually work there...

    The company hasn't / doesn't have an LI profile, but there's another company with...

  • RE: Are the posted questions getting worse?

    So, like an Id10T, I went to the gym last night and for the first time in almost 2 years lifted weights. Well, OK, used weight machines, but still...

    Now,...

  • RE: Manage Log file growth

    I'd say the first thing to do, is see what SQL says is the reason for not re-using the log space:

    use [master];

    select name, log_reuse_wait_desc from sys.databases;

    Could be a long-running transaction,...

  • RE: Database defragmentation and autogrowth settings

    The rule of thumb would be to set it large enough that it doesn't need to grow, with a little headroom to handle "bursts" of transactions.

    It's the sort of thing...

  • RE: Today's Random Word!

    SQLRNNR (8/2/2013)


    convent

    Nuns

  • RE: Are the posted questions getting worse?

    jcrawf02 (8/2/2013)


    Lynn Pettis (7/31/2013)


    FYI, Anyone considering Care Packages to Afghanistan, the first package from home took 9 days to get here.

    we'll send you some fresh cream, and you can enjoy...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (7/31/2013)


    As of now, most of the last year has been spent on Simple Talk, which had a very creaky, and cumbersome platform. This one, whilst...

  • RE: Are the posted questions getting worse?

    WayneS (7/29/2013)


    Just curious - how many like that new tile look on the home page?

    FWIW: I prefer the older images over these tiles.

    I didn't even really notice, I guess because...

  • RE: Who administers the SQL Backups in your company

    A couple months back, I changed jobs...

    My new employer uses (and has been using) CommVault for several years to handle all the backups, and here's what I've seen / discovered...

  • RE: Are the posted questions getting worse?

    Jeff Moden (7/26/2013)


    L' Eomot Inversé (7/24/2013)


    I haven't got enough hair to have bad hair days 🙂

    BWAAA-HAAA!!! I've got tons of hair. I'm just not allowed to show it...

  • RE: What is the set up to study 70-432?

    Virtualization tech: Whatever you're comfortable with

    OSes: Licenses for the virtualization depends on what you go with, both MS and VMWare have free options. Guest OSes again will...

  • RE: What is the set up to study 70-432?

    As long as you stay stingy on the disk space granted to a VM, you could probably get away with doing this with a virtualization server with a single 2TB...

  • RE: Could You Live Like a DBA?

    OK, I now want to try set-based TV watching...

    Anyone got a couch I can sleep on when the wife kicks me out for it? I figure if I use...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (7/24/2013)


    jcrawf02 (7/24/2013)


    Koen Verbeeck (7/23/2013)


    Lowell (7/23/2013)


    Koen Verbeeck (7/23/2013)


    Didn't know this site censored some words.

    Hum. Whaddayaknow...

    Oh man,so you've been added into the naughty list, then right?

    Probably, if I wasn't already...

  • RE: Need procedure to delete .bak

    Another option if you don't want to mess around with undocumented SQL commands, would be to look into using the DOS command FORFILES. At my previous job, I had...

Viewing 15 posts - 2,341 through 2,355 (of 2,773 total)