Forum Replies Created

Viewing 15 posts - 631 through 645 (of 814 total)

  • RE: Performance Degradation

    Eric1/2aB (12/20/2010)


    Final followup to this thread in case anyone was interested....

    We ended up having the problem re-occur and neither Microsoft nor I could determine the source of the issue even...

  • RE: Data Compression and Index Rebuild

    brian118 (12/20/2010)


    Yeap, the problem is the storage! In fact it's a SAN and I did confirm with the network admin that there are issues with it's performance. The drive is...

  • RE: disk alignment for HDD & SSD

    ALZDBA (12/19/2010)


    AFAIK SSDs no longer use read/write heads, so they won't have to be aligned ...:w00t:

    True and false, respectively (certainly for MLC SSD's; I haven't investigated comparative benchmarks on SLC...

  • RE: The FILL FACTOR

    JottoMagic (12/17/2010)


    I have found that the "magic number" for FF would be the amount of index space that needs to be available between index rebuilds. Our indexes grow approximately...

  • RE: Data Compression and Index Rebuild

    brian118 (12/17/2010)


    Thanks for your feedback!

    I have 8 core allocated to the SQL Instance, and although I specify MAXDOP=4 for the index rebuild operation, I'm seeing only ONE core spiking at...

  • RE: Data Compression and Index Rebuild

    Watch CPU core performance during the rebuild; on a 16 core physical box, using 2008 R2 Enterprise (i.e. parallel rebuild), and up to 500MB/s of sequential disk transfer rate (per...

  • RE: Reorganize Index causing transaction log to fill

    Use DBCC LOGINFO to check your VLF's; if you are or were autogrowing in small increments, you may have a very large number of VLF's which will decrease performance.

    Kimberly Tripp...

  • RE: Hyper-V Guests

    Why focus on Hyper-V alone; VMWare also is used in all sizes of enterprise.

  • RE: The FILL FACTOR

    I strongly suggest doing some tests with the following cases:

    A) More than 10,000 pages of data!

    B) A couple indexes, to watch behavior differences when SELECT, INSERT, UPDATE, and DELETE happens

    ...

  • RE: Hidden Formatting Troubles with STR() (SQL Spackle)

    Jeff Moden (12/15/2010)


    nigel. (12/15/2010)


    Nice little eye opener Jeff, thanks.

    I particularly like :

    ...formatting data in SQL Server is your basic "Bozo-no-no"

    Can I quote that the next time I see...

  • RE: Hidden Formatting Troubles with STR() (SQL Spackle)

    Hardy21 (12/15/2010)


    Nice article.

    I have checked STR() usage in my application but usage is safe because we are not dealing with more than 12 digit number.

    May I suggest that if...

  • RE: SQL Upgrade 2000 to 2008

    2008 (R2) Intellisense has more time savers than time wasters (overall it saves time), but A) it requires a change in how you write things, and B) it completely screws...

  • RE: Network Backup

    Every server I've set up to use SQL Server backups to a UNC location on the network has been using a Domain User account to start all SQL services; this...

  • RE: Reorganizing my indexes during working hours

    Rebuilding small indexes during business hours in systems that aren't highly time-critical isn't a problem; if the table's locked for 2 seconds, does anyone care? If they do... don't...

  • RE: how many variables can I have?

    I love ANSI C coding too; but SQL is a dramatically different language, with its own benefits and disadvantages. C is close enough to assembly to be good at...

Viewing 15 posts - 631 through 645 (of 814 total)