Forum Replies Created

Viewing 15 posts - 301 through 315 (of 465 total)

  • RE: Log backups while Full/Differential backups are running

    opc.three (4/23/2013)


    I agree with SQLBob in that I would never want to work for that person. Maybe someone can get this thread under their nose...maybe they'll listen to a chorus.

    If...

  • RE: Log backups while Full/Differential backups are running

    GilaMonster (4/21/2013)


    Let's see... what happens when we have a 6-hour full backup duration and a 15 minute data loss SLA and log backups don't run during that full backup?

    Smart-assery aside,...

  • RE: Excuses Execrating Excel

    Doesn't matter what software you use - if you don't understand your data, or if you ask the wrong questions, you're going to get worthless results. Over and over I...

  • RE: Asking for Interview Questions

    GilaMonster (4/18/2013)


    Eric M Russell (4/18/2013)


    Also, tell the candidate up front that all new hires are required to sign an "employment at-will" contract. If they don't measure up, then they'll just...

  • RE: Asking for Interview Questions

    If some interviewer asked me to make him a PB&J, I'd tell him to throw my application in the trash, because I wasn't interested in working for such a clown...

  • RE: The DBA Office

    Currently in the paleontology department's photo-laboratory, which is also the access path to the microscope lab. I'm the only permanent occupant, but almost everyone in the department wanders through here...

  • RE: The Gambler

    Slight hitch in the analogy - insurance payments cost something. Running DBCC checks costs nothing. What did this clown think he was saving by avoiding DBCC checks? A couple seconds...

  • RE: An Orders of Magnitude Problem (T-SQL Tuning)

    Can't think of anything to add to this one, just congratulations. Pulling off a stunt like that has got to be a pretty major ego boost.

  • RE: To not RBAR

    Thanks, Erin, that does indeed produce exactly what I need (except for the trailing separator, of course). I've been experimenting with both the self-join and FOR XML stuff today, and...

  • RE: To not RBAR

    Yes, Erin, that's the kind of thing I'm looking for. I've used the for xml path('') syntax before, but I don't really understand what it's doing very well. I just...

  • RE: To not RBAR

    Sean Lange (3/11/2013)


    You could use a recursive cte to navigate through your table. This is not the fastest methodology but would be faster than a cursor in most cases. Maybe...

  • RE: Early Software

    It's not obsolete if it still does the job it was designed to do. I've written my share of FORTRAN, RPG, COBOL and who knows what else over the years....

  • RE: Early Software

    Bill Wehnert - The Tom Swift books (I had a set, too) weren't written by Asimov. http://en.wikipedia.org/wiki/Tom_Swift

    I've been a gadget-geek all my life, since I was a little kid, dismantling...

  • RE: The formal parameter "@SA_AkcesAutoID" was not declared as an OUTPUT parameter, but the actual parameter passed in requested output.

    Argh, never mind. Your comment about schemas bumped me in the right direction.

    <shame-faced confession>

    I was calling the correct procedure name, but from the wrong schema.

    </shame-faced confession>

    Thirty lashes with a wet...

  • RE: Unwanted parameter truncation

    Lynn Pettis (12/21/2012)


    To paraphrase the problem originally posted. I have a parameter @MyParameter in a stored procedure that is defined, for example, as varchar(100). Occasionally the string value...

Viewing 15 posts - 301 through 315 (of 465 total)