Forum Replies Created

Viewing 15 posts - 4,966 through 4,980 (of 5,843 total)

  • RE: Moving Large Table to Different File Group

    Pam Brisjar (10/16/2008)


    This is a hack, plain and simple. If you really want to move the table, the best way is to create a "temp: table on the new...

  • RE: Moving Large Table to Different File Group

    I think several things were missing from the article:

    1) You should cover the need to handle foreign keys to the PK

    2) You should cover a best practice of dropping the...

  • RE: SQL Server 2008 SSMS Enhancements - Debugging Support

    ApexSQL, after some fits and starts, should have a public beta of their debugger product out within a month. I have been advising them on the product and have...

  • RE: SQL Server monitoring tools

    I have interacted with all of the products over the years, and I too am starting to lean towards the new SQL Sentry Performance Advisor. Those guys and gals...

  • RE: Functio to get Amount in words.

    Jeff Moden (10/14/2008)


    TheSQLGuru (10/14/2008)


    That site has a lot of really great stuff. Aaron Bertrand, IIRC.

    And I too think this is a presentation layer item. Or perhaps a CLR...

  • RE: Functio to get Amount in words.

    That site has a lot of really great stuff. Aaron Bertrand, IIRC.

    And I too think this is a presentation layer item. Or perhaps a CLR function??

  • RE: Return all rows where one is a match

    It has been my experience that IN causes more problems with optimization than EXISTS does, so I recommend that mechanism.

  • RE: Problem with trigger. Urgent!!!

    Instead of trigger would be my choice as well.

  • RE: Table Variables and performance

    Michael Earl (10/8/2008)


    A table variable usually has to get pretty big before it spills over into TempDB.

    Don't forget that the 'definition' of 'pretty big' varies depending on the current memory...

  • RE: WMI Page Faults Extremely High

    I have seen a number of my client's servers where the wmiprvse.exe process routinely exhibits excessive paging. If anyone can tell me why this may be occurring (or...

  • RE: Query Tuning in TSQL

    Thanks for the clarification!

  • RE: Query Tuning in TSQL

    1) Can anyone give me some justifications for the apparent agreement that table variables should be used for 100 rows??

    2) A minor point on the OP: You...

  • RE: Parameter Sniffing with sp_ExecuteSQL ?

    1) yes, you can get parameter-sniffing type problems from sp_executesql.

    2) I wonder if the use of GUIDs is enabling a problem here? Gosh I hate those things...

  • RE: Index Blocking Issue

    Eric Inman (10/5/2008)


    If this is a money making site for your company, the decision makers saying that real time access to reporting on session data(???) outweighs users accessing the site...

  • RE: Best way to reindex large tables/indexes

    Jeff Moden (10/3/2008)


    Yep... but with "VLDB's", hardware costs should be the least of your worries.

    Certainly from a storage perspective, although a GOOD SAN can be a tad pricey.

Viewing 15 posts - 4,966 through 4,980 (of 5,843 total)