Viewing 15 posts - 1 through 15 (of 22 total)
CE == Cardinality Estimator.
But yes, it is a convenient abbreviation to give it other appropriate names (mostly bad names, to be sure). :ermm:
July 22, 2016 at 9:34 am
Just an aside..
Was hoping SP2 would resolve my CE 120 issues.....
Nope.
Back to CE 70. :crazy:
July 21, 2016 at 2:40 pm
GilaMonster (7/21/2016)
Date error tossed over to the docs team, I've also asked about the download as I also can't figure out where to download the file.
Exactly. Some mess. And this...
July 21, 2016 at 2:36 pm
And btw, I can not even download it from a public site...
Must be my Alzheimer's getting in a way.
July 21, 2016 at 1:37 pm
No, dbcc checkdb is not at fault in my case.
I was not running it at the time.
But I maybe found a possibility - other external app could be jamming...
January 15, 2010 at 7:57 am
Bringing this topic back...
We've migrated and running on ESX-based VM for this particular SQL instance.
So far OK.
Discount for high known IO latencies that we still need to fix...
January 14, 2010 at 1:07 pm
This is kind of what the URL I pasted above is talking about.
So, yet another vote for taking that route - GPO over the registry.
Thanks, Brian!
September 4, 2009 at 10:32 am
Well... this is an option.
However, did not really want to have this hardcoded central location pointer (be it a file or a database) if possible. This is because if we...
September 4, 2009 at 10:17 am
OK, I found that compressing the records in a loop (I used a cursor) gets the job done with no "out of memory" issues. It is still quick enough and...
July 20, 2009 at 9:03 am
To be fair, we also can limit size of BLOBs to push through compression.
Average size of the document in our business case is about 100-300K. Those make up...
July 17, 2009 at 7:47 am
I am on SP2.
Exact build number posted above.
Really wanted to avoid 3rd party. But if they post the code, it could be useful.
Shame that M$ could not just...
July 16, 2009 at 9:28 pm
A bit of a background about what I need to do:
1) need to compress some BLOBs that store binary copies of real documents (sample attached)
2) in this test run I...
July 16, 2009 at 3:38 pm
An hour later I have some bad news.
As soon as I attempted to put a bit of a real load on the SQLCLR compresson and push through some real...
July 16, 2009 at 3:25 pm
JoeA (3/5/2007)
Hi Yoel - I enjoyed your article on blob compression - but I believe there is a bug in the compression function...
.....I determined that the cause of the problem...
July 16, 2009 at 11:31 am
Thanks. I get it now.
It is just not obvious and not documented up front (as far as I can see).
September 13, 2007 at 1:11 pm
Viewing 15 posts - 1 through 15 (of 22 total)