Viewing 15 posts - 4,231 through 4,245 (of 5,841 total)
removed by poster to keep thread from getting locked
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 20, 2010 at 10:07 am
Gregory, may I recommend that you get a performance tuning consultant in for a few hours or a few days to give your system a review? I suspect there...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 19, 2010 at 7:42 am
I fall squarely in the use the right tool for the job camp. And if I decide that a GOTO is the right tool for the job, that is...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 18, 2010 at 4:13 pm
Matt Miller (#4) (1/17/2010)
Jeff Moden (1/17/2010)
Ummmm.... where do you see a GOTO in any of that? 😉
I didn't.
I'm saying that most OO languages these days would tend to...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 18, 2010 at 1:20 pm
I think you are missing some things from your example, such as transactioning and error handling. :hehe:
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 15, 2010 at 6:53 pm
It was actually a very intense and interesting exercise. Obviously significant tuning and benchmarking, but quite a bit of analytical work too. When you have a table with...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 15, 2010 at 3:33 pm
CirquedeSQLeil (1/15/2010)
gmby (1/15/2010)
lol, I've got a database that has a few of those runaway DTA indexes (all columns included) -
I've seen that as well. Nice to run...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 15, 2010 at 2:11 pm
sparky-407434 (1/15/2010)
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 15, 2010 at 9:46 am
With so little to go on my gut says this is a case for a star schema and proper OLAP constructs.
I will add that if you really want...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 15, 2010 at 7:28 am
be wary!!! If you let it DTA will severely bloat your database with massive numbers of indexes with huge amounts of INCLUDED columns. And trust me, LOTS of...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 15, 2010 at 7:25 am
doug turner (1/14/2010)
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 14, 2010 at 8:53 am
If you wish to be successful in this endeavour, which is complex and has high-end requirements/constraints, you REALLY need to get a qualified professional to assist you. It is...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 14, 2010 at 7:58 am
I don't believe partitioning is necessary here. Just do the deletes in batches small enough that you are guaranteed index seeks/bookmark lookups (if clustered index isn't on date). ...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 14, 2010 at 7:25 am
I feel compelled to add that replication is an ADVANCED topic. Almost every 'regular user' out there that tries to implement it goes astray - often with really bad...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 14, 2010 at 7:20 am
Key point that many miss:
If you do a REORG of index, you MUST update the statistics manually.
If you do a REBUILD of index, you must NOT update the statistics manually...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
January 14, 2010 at 7:17 am
Viewing 15 posts - 4,231 through 4,245 (of 5,841 total)