Re: Reproducable storage access violation after query. ASE15.0.2 -
06-11-2008
, 08:22 AM
Hello,
This looks like the following CR:
475689 - Signal 11 when current_date() is used in the where clause
Workaround: trace flag 15352 could be used as a workaround
If the problem occurs in other scenarios then trace flag 306 should also be used.
15352 Turn off expression optimization, in
which single column expressions are
used with histograms to estimate the
selectivity of the expression
306 Disable temporary evaluation of known constant expressions (CR 193261).
It is fixed in 15.0.2 ESD#1 or higher.
I tested 15.0.2 ESD#4 and could not reproduce.
Thanks,
Neal |