Viewing 15 posts - 241 through 255 (of 581 total)
No your requirement are not very clear.
You want data for each month. What data?
You have start and end date. So are you counting this as a range of days,...
June 20, 2006 at 4:59 pm
If you run EXACTLY this:
.testing
June 20, 2006 at 4:52 pm
can you post results of:
select distinct ascii(substring(yourcol,1,1))
from yourtable
June 20, 2006 at 11:28 am
No, it's a fairly common English name and a brand of razor in Europe.
Your problem is what the error msg says. You have a null in product_details, but descriptionHTML in...
June 20, 2006 at 11:17 am
Yep.
>If leading zeros were permitted, or if alphabetic (left-to-right regardless of length) sorting/searching on leading characters made sense, then the 'numbers' would clearly be numeric strings and should (presumptively but...
June 20, 2006 at 10:43 am
Because openquery (1) returns a recordset (2) that is disconnected from the underlying data source.
So you can't specify a delete statement inside OPENQUERY because that doesn't produce a recordset,...
June 20, 2006 at 10:39 am
See if this gives better results. You probably have whitespace characters other than space.
rtrim(ltrim(replace(replace(
June 20, 2006 at 10:25 am
nope.
If like me you are CASE-averse, you can do it with arithmetic, but I don't see any advantage, except the satisfaction of not using CASE, and handling NULLs (but a...
June 20, 2006 at 10:14 am
-requirements not entirely clear.
June 20, 2006 at 10:01 am
June 20, 2006 at 9:51 am
Not TSQL
June 20, 2006 at 9:27 am
I am shocked that so many people talk casually of using NOLOCK in a production system that isn't read only! As if locks were an unnecessary annoyance that can simply...
June 20, 2006 at 9:14 am
You might want to consider...
June 20, 2006 at 9:08 am
I have found that parallelism very often seems to spoil otherwise impeccable queries. Maybe it's better in v9, but I doubt it. MS just keep adding more 'features' and don't...
June 20, 2006 at 9:02 am
Viewing 15 posts - 241 through 255 (of 581 total)