Forum Replies Created

Viewing 15 posts - 15,316 through 15,330 (of 39,824 total)

  • RE: Keeping Your Soul

    katesl (8/15/2011)


    If you have $75000 annual income ethical, no path to grow that income, and one-time opportunity for $1 million bonus not-so-ethical-- what would you do?

    No. Haven't had the $1mm,...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (8/15/2011)


    Steve Jones - SSC Editor (8/15/2011)


    Grant Fritchey (8/15/2011)[/b

    What bothered me about it was that he wants to do it short term to make lots of money while he...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (8/15/2011)


    My bigger concern is that he hates technology. Good god, why do it if you just hate it. Especially if, you're actually not doing it yet. "I don't...

  • RE: a=b=c?

    Interesting, I'd never used ALL.

    You could wrap in ISNULL to handle NULLs, and return zero's instead (or some other value).

  • RE: a=b=c?

    If @a = @b-2 and @a = @c, then @b-2 = @c by the transitive property.

  • RE: When you have no documentation...

    Profiler is a great way to help. The other thing I'd suggest is that you start building documentation as you go. Note what you think tables are used for and...

  • RE: Maintaining ErrorLog For SOX Audits

    Jobs fail or don't run sometimes. There is no guarantee that a job restarted your server every day.

    I have had a few people claim the limit is 99 logs which...

  • RE: copy data

    The import/export wizard is the easiest way.

    There is no copy/paste function you can use. Any other method, outside of a third party tool, will be slightly more complicated.

  • RE: Maintaining ErrorLog For SOX Audits

    First, even if you uncheck that box, I'm not sure SQL Server keeps an unlimited number of logs. I haven't found documentation and don't really want to restart an instance...

  • RE: Log shipping deleting log files too soon.

    Sorry, didn't realize you're posted that. Just so we're clear, you have log shipping set up on a primary and secondary server. The primary server (source) has logs set to...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (8/12/2011)


    Steve Jones - SSC Editor (8/12/2011)


    Is anyone here working with, or struggling to

    - work in a complex development environment that does automated builds at high volumes (> 1x...

  • RE: Log shipping deleting log files too soon.

    I wouldn't think log shipping would require a restart. If you check the log shipping tables, are your settings changed?

  • RE: Talking baseball

    Ray K (8/12/2011)


    Steve Jones - SSC Editor (8/12/2011)


    lots of the food isn't as great as what you can get a block or two outside the stadiums.

    After that game at...

  • RE: Log shipping deleting log files too soon.

    Have you checked the times on the servers? Make sure they're the same? I might look for some timing differences that cause things to delete. Even a few minutes over...

  • RE: How to read an open flat file

    It sounds like you are on the ball with this one. I'd do the copy, and not add the complexity or possible issues from the open file read.

Viewing 15 posts - 15,316 through 15,330 (of 39,824 total)