Forum Replies Created

Viewing 15 posts - 17,986 through 18,000 (of 22,202 total)

  • RE: Errror rebuilding index

    Sounds like you have the Resource Governor in place. I'm not that familiar with it, but I would suspect there would be some way to set this query to not...

  • RE: Where do I start?!

    Well done and congratulations. Deliver on half the list and you've earned your raise for the year (and you have an agenda for next year).

  • RE: Upgrading from SQL SERVER 2005to SQL SERVER 2008

    I have not personally done an upgrade in that fashion. Based on my understanding of how it works, yes, but that's from reading documentation. If you want to be absolutely...

  • RE: performence issue

    That's a huge topic. First, you need to figure out what is causing the performance to slow down. Since, at this point, you're completely in the dark, I'd suggest taking...

  • RE: Where do I start?!

    Jack Corbett (3/16/2009)


    I would hope that you were hired because they recognized a need for better database management, so I'd start by putting together a list of issues that you...

  • RE: performence issue

    That's a huge topic. First, you need to figure out what is causing the performance to slow down. Since, at this point, you're completely in the dark, I'd suggest taking...

  • RE: Upgrading from SQL SERVER 2005to SQL SERVER 2008

    Do you mean in terms of licensing or in terms of physically can it be done? If the latter, yeah. You're talking Standard edition to Standard Edition. It shouldn't be...

  • RE: View last executed query details in sql server 2005

    The query was resolved through auto-parameterization because it was a trivial plan. A trivial plan is not kept in cache because there is almost no generation cost for them. That's...

  • RE: SQL 2000 Stored Proedure ..CONVERT function to run this query

    Is BlogEntry by chance a view? Does the underlying table have a different datatype than what you have presented here?

  • RE: Where do I start?!

    I worked somewhere similar, everyone in the company had 'sa' privs on production. Made for a few entertaining late night phone calls followed by some serious screaming matches the next...

  • RE: -Cannot resolve collation conflict for UNION operation.

    The issue is that you have either table or column collation settings on the first set of data are different than on the second set. You'll need to look at...

  • RE: time out while executing delete

    Only if you can't reapply them. It's fairly common practice for really large scale data moves to remove indexes and foreign keys at the beginning of the move and then...

  • RE: Inserting to Parent and Child tables

    moojjoo (3/14/2009)


    The key question that I have still is what is the industry standard. An idea I am also thinking about is does it really matter leaving orpaned data...

  • RE: time out while executing delete

    Since it's not executing, can you post the estimated execution plan?

    It sounds like you might be getting some blocking. Are there other processes hitting the table at the same time?

  • RE: Disable TDE

    Amit Lohia (3/13/2009)


    I do not think it will make much difference but my testing is on platform 64

    I think that's worth noting. Now we know it happens on two platforms....

Viewing 15 posts - 17,986 through 18,000 (of 22,202 total)