Forum Replies Created

Viewing 15 posts - 27,931 through 27,945 (of 39,804 total)

  • RE: Best down-time practices

    I'd rebuild all indexes, which will update statistics and ensure things are OK, including removing fragmentation. I might double check the fill factors, checking if I need less or more...

  • RE: SQL 2000 CPU Configuration

    Look up processor affinity.

  • RE: Scripting out the Database Maintenance Plan?

    The plans are stored in msdb. If you back that up, you're OK. I think sysmaintplans has the binary if you need to grab that.

  • RE: Log file is growing to 120+ GB for a database of size 20GB

    Do not run this as a single delete. If you do, it's one commit, and it's one transaction, and it's still logged in the transaction log. You want to delete...

  • RE: For Data, use RAID 0 or RAID 5. For Log, use RAID 1?

    RAID is redundant array of independent disks. If you don't understand RAID, I'm not sure you're the person to provide hardware requirements. You might want to let them know that...

  • RE: Select * shocking faster than Select individual columns

    That doesn't make sense. The data returned should be less if you select individual columns.

    How are you selecting? Are you sure that your SELECT * from MyTable doesn't have some...

  • RE: Agent runs DTS package, freezes

    One thing to think about is that if something has changed and your DTS package needs input, like responding to an error in Access or something, then the package freezes....

  • RE: Understanding INNER join in detail

    It is a presumption that everyone here knows these basics. New people come to the site every day, and to SQL Server for that matter. We want to serve all...

  • RE: What was your worst IT job you ever had?

    I almost hit a guy once. Paged me on a Thur night while I was out with my wife, just to see "if I was available". The next morning he...

  • RE: Land Mines

    Robert,

    It's certainly not simple. I've seen people fight this issue in hospitals as well.

    The login is hard. It really takes some long conversations with management and users to come...

  • RE: The Daily Commute

    Well I'm lucky. It's either 3 ft to grab the laptop off the dresser and RDP downstairs, walk 75 ft downstairs to the office, or another 120ft to the basement...

  • RE: Another question from Linkedin - Can your co-worker be your friend?

    I'd hope more often than not I have casual friends at work, people I could see outside of work.

    However the discussions or topics I'd talk about with friends, aren't necessarily...

  • RE: Enough is Enough

    I'm not sure it's as simple as #1. A "feature" might be quite large and have many parts. What if one doesn't work as expected, or perhaps not as desired?...

  • RE: The Core

    Actually I think if the soft skills aren't there, if you don't fit, you shouldn't get hired. And you shouldn't take the job.

    Soft skills are critical in my opinion, and...

  • RE: To Certify or Not To Certify

    Here, here!

    I know that I wouldn't want to go through one, but I think having a certain amount of apprenticeship in our business would be a good thing. Now if...

Viewing 15 posts - 27,931 through 27,945 (of 39,804 total)