Viewing 14 posts - 1 through 14 (of 14 total)
I should clarify one other thing. You could have the UCP on every machine separately. In this case, the UCP, Managed Instance, Data Collectors would all reside on the same...
June 30, 2011 at 10:34 am
It is somewhat more complex [C'mon this is Msft we are talking about - when was the last time they made something simple?]. The UCP is the data warehouse. The...
June 30, 2011 at 10:30 am
Hey, Ant.
I am still working through the details of The Utility and Utility Control Point / Managed Instance architecture, but have a few things to point out.
The Data...
June 30, 2011 at 9:32 am
Hi, Marios. Did you ever get additional information on this? Do you have a sample of the code before and after in c#?
May 5, 2011 at 3:24 pm
I am currently conducting some tests that look at the result of uncompressed vs. page vs. row. The results are not final yet, but only a handful of tables compressed...
January 18, 2011 at 9:48 am
If an index is available, it WILL use it [though not always the primary key].
September 2, 2009 at 12:15 pm
Good article. It's good to see sp_spaceused in an article. It provides a lot of great information for one little proc.
I still can't believe that you can get a...
September 2, 2009 at 8:23 am
OK, the issue is simply one of coding style for the most part. The optimizer should handle "declarative" code [whatever that is] in much the same way that it would...
April 14, 2009 at 9:01 am
You may have been in diapers when I started in database work on DB2 V2. I am not surprised that lots of combinations means lots of code -- I...
August 13, 2008 at 2:11 pm
Thanks for your thoughts on this. It seems like a fairly common problem without a really good solution. Although some of the suggestions herein work to reduce the number...
August 12, 2008 at 4:10 pm
I can understand using the high-values in the "TO" part of the range to eliminate extra code. However, I am interested in a specific value when I provide one [as...
August 11, 2008 at 2:17 pm
Call me crazy, but I think I would do a global change on the column to eliminate the dash.
April 28, 2008 at 7:37 am
I liked the article.
Whe I am working on performance I am primarily concerned with physical I/O, not logical I/O when it comes to performance. [OK, someone tear me a...
March 30, 2008 at 10:38 am
Viewing 14 posts - 1 through 14 (of 14 total)