Forum Replies Created

Viewing 15 posts - 2,881 through 2,895 (of 5,843 total)

  • RE: Disk configuration

    I meant "who cares" as in you can't actually test anything about your configuration to determine if A is better than B or C because you don't have enough data...

  • RE: Disk configuration

    pdanes (6/25/2012)


    TheSQLGuru (6/25/2012)


    Personally with that config I would go with 2-disk RAID1 for C drive and 4-disk RAID10 for D drive. You will need to use the C drive...

  • RE: Disk configuration

    Perry Whittle (6/24/2012)


    whichever way you look at it your disk config is limiting, as is the RAM capacity.

    Agreed Perry.

    Personally with that config I would go with 2-disk RAID1 for C...

  • RE: Avoiding dynamic SQL

    Sean Lange (6/22/2012)


    TheSQLGuru (6/22/2012)


    Eugene Elutin (6/21/2012)


    I cannot understand why would you need dynamic sql for statements there.

    Why not to have the same stored procedures in every database and call them...

  • RE: How to increase Sql Server Query performance for larger tables

    seems kinda unusual to me to have a large "fact table" used so heavily for "singleton lookups", but as others have suggested proper indexing is what is needed here. ...

  • RE: Avoiding dynamic SQL

    Eugene Elutin (6/21/2012)


    I cannot understand why would you need dynamic sql for statements there.

    Why not to have the same stored procedures in every database and call them dynamic sql. For...

  • RE: Very simple query that has me stumped...

    DLathrop (6/20/2012)


    Unfortunately, triggers won't work in this case; SQL Server doesn't have a "commit trigger" that would wait until a COMMIT to check the table for valid structure. Consider the...

  • RE: Very simple query that has me stumped...

    Seems many of the posters here are missing a key phrase in the OP: "constantly refreshed table". SELECT-only solutions are thus pointless from what I understand. There...

  • RE: Very simple query that has me stumped...

    rarara (6/19/2012)


    OK, specifically this stumps me:

    If this is my table:

    ID Date Description

    --------------------------------

    221 1/11/12 09:00 Note1

    222 1/11/12 09:02 Note2

    225 1/11/12 09:08 Note3

    678 1/11/12 10:00 Note4

    898 1/11/12 10:33 Note5

    How do I cross-reference...

  • RE: High Page reads or high Execution time

    You bring up a good point Jeff: if you are profiling UDF-using queries, make sure SET STATISTICS IO is OFF as well as SHOW ACTUAL EXECUTION PLAN to avoid seeing...

  • RE: gaps after restarting SQL server 2012

    I wasn't aware that this bug hits on a restart of a non-AlwaysOn sql server! I wonder what happens if the ~1000 bump up blows you past a datatype...

  • RE: Performance tuning for ORM application for 2008R2 migration

    chris-320654 (6/19/2012)


    I re-ran my tests with hyperthreading disabled and there was no benefit at all. If anything times were very slightly slower for the single threaded powershell test, and noticeably...

  • RE: gaps after restarting SQL server 2012

    do you have always on in play here?

    what is exact table definition?

    are you doing any rollbacks?

  • RE: High Page reads or high Execution time

    Sachin Nandanwar (6/19/2012)


    TheSQLGuru (6/19/2012)

    We cannot tell you which of these is best for your environment. LOTS of things come into play such as memory usage, latching, locking, CPU use,...

  • RE: ALTER INDEX ..... SORT_IN_TEMPDB

    The official guidance is to be found in the document here, Table 2. It is basically size-of-index-plus-a-bit operation for the sort, no matter if it is in the database...

Viewing 15 posts - 2,881 through 2,895 (of 5,843 total)