Forum Replies Created

Viewing 15 posts - 30,646 through 30,660 (of 39,823 total)

  • RE: Best Config For Two Disks

    Do not put your logs on a single disk. Keep it as a hot spare, let performance suffer and someone will eventually spring for disks.

    Hardware is cheap. You've probably blown...

  • RE: Dual vs Quad core

    Hard to say on that, but everyone seems to be recommending quad cores where possible.

  • RE: Itanium processors flatlined at 100% for prolonded periods?

    Same OS/ SQL versions?

    That sounds a little suspicious, but you've got less threads executing simultaneously, so it might make sense.

  • RE: Measuring DB activity

    Yeah, offline would be better ;), didn't think of that.

    I'd do autoclose or offline because that way the db still is on the server, it keeps it in your mind,...

  • RE: What objects does this user own?

    sysobjects.uid

  • RE: Measuring DB activity

    Profiler will do it. Autoclose is a quick and dirty way to check. Easy to scan logs, don't have to remember to turn it on, etc. If you're not experienced,...

  • RE: Pound character

    Use the Unicode character instead?

    Directly pick the character using CHAR(xxx) where xxx is the right code.

  • RE: Scheduled job won't run on MSDE install

    I've seen in the Scheduled Task items that if you schedule it to run for 2 hours, even though you say every hour, it only runs once or twice.

    As for...

  • RE: Fast query taking too long only on the web page

    Are you running them all in the same batch in both situations?

    You could try a stored proc instead and use WITH RECOMPILE.

  • RE: Renaming the SA login

    I'd just change it, specifically so that things using it break and you change them to another account. As mentioned above, you shouldn't really be using this for much of...

  • RE: The November Car Update

    We talked about diesels, but there are so few for sale. VW stopped the Jetta and we really wanted a 5 seater (to compare to the minivan).

    The auto industry certainly...

  • RE: The November Car Update

    The Zap is cool. I drove a Zebra and really liked it. If I was back at my old house, I'd seriously consider one. With 3 200lb guys in it,...

  • RE: MS SQL 2000 Server - Cannot restore database

    You can check sysccolumns for the one that appeared.

    For the others, you could write query that would add up all the lengths in syscolumns, grouped by table, with a sum...

  • RE: Measuring DB activity

    I won't recommend this, but I have worked in places where we've turned off servers to see if we got complaints. You're be surprised how many boxes can accumulate...

  • RE: The November Car Update

    I compared to a mini-van since that was what we originally were thinking to buy. We wouldn't have gotten a Corolla since it's more cramped for a family of 5....

Viewing 15 posts - 30,646 through 30,660 (of 39,823 total)