Viewing 15 posts - 46 through 60 (of 83 total)
finally the execution plan on my live database
July 29, 2011 at 1:51 am
I can post the plans that run against my live data tomorrow as well 🙂
so what is the performance hit you were talking about?
As posted earlier I >presumed< it would...
July 27, 2011 at 3:14 pm
sorry it took me so long.
Here you have the execution plan with all there query-versions
July 27, 2011 at 5:52 am
Hi,
Performance was just a presumption. The execution plans don't differ in tasks, however the estimation is 48% to 52% if you estimate them together.
Moving the collation doesn't make difference
July 25, 2011 at 10:41 am
WHERE name COLLATE Latin1_General_100_BIN LIKE N'[A-Z]%' ;
Hi,
COLLATE to BIN works fine.
I guess it is not quite a performance-booster to change the collation while using LIKE.
So is it a...
July 25, 2011 at 3:29 am
sorry, I did not get the notification of your reply.
Mark-101232 (7/20/2011)
July 24, 2011 at 3:17 pm
YEAR and MONTH are not my main query parts, just gave an example how I tried to make the querie more expensive.
But you are right about that I will use...
May 12, 2011 at 1:19 am
don't get me wrong. I am in favour of using the datetype for dates,
I just want to know if anyone made bigger test with those types before I move in...
May 11, 2011 at 2:38 pm
Thx guys.
I would like to avoid a new tool for our customers.
Does anyone know if Sharepoint 2010 Performancepoint Services would make any difference? or the PowerPivot Component of excel 2010?
May 6, 2011 at 2:12 am
Did someone find a solution to this problem?
March 15, 2011 at 7:58 am
The Export-Format should be shown in the Format Column.
CSV
EXCEL
IMAGE
MHTML
RPL
WORD
XML
March 7, 2011 at 7:20 am
Take a look in the definition of the View ExecutionLog2
CASE(Source)
WHEN 1 THEN 'Live'
WHEN 2 THEN 'Cache'
WHEN 3 THEN 'Snapshot'
WHEN 4 THEN 'History'
WHEN 5 THEN 'AdHoc'
WHEN 6 THEN 'Session'
WHEN 7...
March 7, 2011 at 7:16 am
If you view data from a snapshot you get source: 3 - Snapshot and the Format should be "RPL"
March 7, 2011 at 6:38 am
Hi there,
you should get that from the Source-Column in the ExecutionLog-Table.
When you create a Snapshot you will get an entry in the Source-Column: 4 = History and the Format will...
March 7, 2011 at 6:10 am
Viewing 15 posts - 46 through 60 (of 83 total)