Viewing 15 posts - 631 through 645 (of 814 total)
Eric1/2aB (12/20/2010)
We ended up having the problem re-occur and neither Microsoft nor I could determine the source of the issue even...
December 22, 2010 at 10:53 am
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...
December 22, 2010 at 10:41 am
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...
December 20, 2010 at 9:01 am
JottoMagic (12/17/2010)
December 20, 2010 at 7:42 am
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...
December 17, 2010 at 7:41 am
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...
December 16, 2010 at 9:47 am
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.
December 16, 2010 at 9:26 am
Why focus on Hyper-V alone; VMWare also is used in all sizes of enterprise.
December 16, 2010 at 9:14 am
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
...
December 16, 2010 at 8:40 am
Jeff Moden (12/15/2010)
nigel. (12/15/2010)
I particularly like :
...formatting data in SQL Server is your basic "Bozo-no-no"
Can I quote that the next time I see...
December 15, 2010 at 9:52 am
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...
December 15, 2010 at 7:09 am
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...
December 9, 2010 at 8:44 am
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...
December 9, 2010 at 8:27 am
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...
December 8, 2010 at 8:40 am
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...
December 2, 2010 at 11:31 am
Viewing 15 posts - 631 through 645 (of 814 total)