Forum Replies Created

Viewing 15 posts - 19,786 through 19,800 (of 22,213 total)

  • RE: Operations Manager Custom Collection

    Thanks. I'm glad it was at all helpful. Keep an eye out for Thomas LaRock articles too. I know he's got a new one coming becuase he let me review...

  • RE: Look at that query

    Jeremy Brown (8/7/2008)


    Hey Grant, do you have a general value you apply or do you use some kind of formula based on counters? Just curious.

    Although, now that I think...

  • RE: Look at that query

    Usually we bump it up to 20 as a general rule.

  • RE: Look at that query

    Or, you might want to consider increasing the cost threshold for parallelism on your server. I've usually found the default is just too low, causing queries that don't need it...

  • RE: SQL database unexpected increase in size

    Is it the log file? Maybe you're in Full Recovery mode and not running log backups?

  • RE: How SQL Server DB Engine will handle a transaction?

    Pick up a copy of Kalen Delaney's Inside SQL Server 2005: The Storage Engine. That will give you a lot of the kind of information that you're looking for.

  • RE: Look at that query

    The correlated sub-queries at the top of your select statement are going to give you coniptions as this scales. The more data it hits, the slower these will run:

    ...

  • RE: Calling SUB Stored Procedure Within Cursor Loop

    You will get slightly better performance combining the two procedures. Avoiding the recompile and the waits that it entails will help.

    Honestly though, it's not a solution to your problem. You're...

  • RE: alerts

    Log file full

    Backup failed

    Errors with a severity higher than 16

    Those are the three most useful ones.

  • RE: revision control of database schema changes

    First, and most important, before you worry about a tool, you need to focus on your process. Discipline around how and when you deploy is more important than the tool...

  • RE: Recommendations on LinkedIn

    More than a few of us on are Linked-In. It is like Gail said though, I would only recommend someone after a pretty long relationship that involves more than a...

  • RE: Voilation of primarykeyconstarint,cannot insert duplicate value.

    You may need to post your code because that should work fine. As one of the previous posts said, you may have your PK improperly defined.

  • RE: When will RC1 be available?

    It sure makes the editorial I just read in SQL Server Magazine sound a little weird. He mentions the release "later this year" of 2008. I thought it sounded strange...

  • RE: Private Emails

    Thanks for all the responses.

    I got one yesterday, I think it was maybe the third one I've received over the years (I'm hardly one of the "go-to" guys). It was...

  • RE: When will RC1 be available?

    Cool. Thanks for sharing.

Viewing 15 posts - 19,786 through 19,800 (of 22,213 total)