Viewing 15 posts - 5,311 through 5,325 (of 5,843 total)
Shaun McGuile (3/5/2008)
You've just proved my doubts - only 80% as good as native - with the right 'hacks'!
Hate to say this but seeing a post on a forum is...
March 5, 2008 at 6:56 am
You can easily test 900GB file sizes (well, actually with a database that size you should be using file groups of smaller sizes that net to 900+GB). Check out...
March 5, 2008 at 6:53 am
check out some of the sys.dm_exec... DMVs in BOL. also sys.dm_os_waiting_tasks to see if things are getting behind.
March 4, 2008 at 10:57 am
sys.indexes is NOT maintained accurately. Try running dbcc updateusage first. Also, check out the new DMVs in SQL 2005 (such as sys.dm_db_index_physical_stats) and some of the partition DMVs...
March 4, 2008 at 8:14 am
You really should hire an expert SAN-experienced DBA to guide you in setting up this new environment. I can GUARANTEE that you will not get optimal performance if you...
March 4, 2008 at 8:09 am
DBCC MEMORYSTATUS will show you all kinds of information about internal memory useage.
there is a nasty bug in windows for large-file copies to slower drives. Also, if your box...
March 4, 2008 at 7:56 am
I am hoping for massive uptake in the use of LINQ to SQL, especially without using stored procedures. A large part of my consulting business comes from performance tuning...
March 4, 2008 at 7:52 am
Is it possible that it is running faster the second time simply because the data is now in RAM cache?
I agree with Gila's question - how exactly are...
March 3, 2008 at 8:37 am
Anytime you have more than one 'thing' requiring I/O from a set of physical drives you have the potential for I/O contention and the accompanying performance issues. Having tempdb...
February 29, 2008 at 11:28 am
Any company that implements a SAN for database storage without getting a professional to help them with proper setup and allocation is pissing away a LOT of money. They...
February 29, 2008 at 10:38 am
I think Diskeeper states they can handle this situation. I still recommend that SQL Server be off during defrag operations.
February 29, 2008 at 10:05 am
I want to point out that I did not ask for the amount of free space on the hard disk, but rather for the free space inside the database file(s)....
February 26, 2008 at 12:53 pm
IIRC I saw a number from Microsoft once that was not to bother with defrags on less than 1000+ page tables.
Also, is there any free space in the database?
February 26, 2008 at 10:10 am
Check out Diff from ApexSQL.com. I believe it is command-line drivable as well.
February 22, 2008 at 9:26 am
My first thought was that you didn't have the hotfix for the tempdb table issue - but then noticed you are on 3215 so that is out as a suggestion....
February 22, 2008 at 9:19 am
Viewing 15 posts - 5,311 through 5,325 (of 5,843 total)