Viewing 15 posts - 451 through 465 (of 581 total)
Matbe you have a null in Surname which resets the string, and occurs near the start without an order by, but just before the end when you order it. You can...
May 24, 2006 at 11:53 am
May 24, 2006 at 10:38 am
May 24, 2006 at 9:59 am
Right I think I have it. I was hoping not to use any string functions, but I did in the end rather than using log10() a hundred times. I've used...
May 24, 2006 at 9:47 am
I know you're using 8, but as a related point, v9 has an XML data type. No doubt I will be corrected if not, but I think HTML can be...
May 24, 2006 at 9:26 am
I know you're using 8, but as a related point, v9 has an XML data type. No doubt I will be corrected if not, but I think HTML can be...
May 24, 2006 at 9:26 am
Yes, I found that mod 9 rule empirically using excel. there had to be something useful about the similarity and 'reverseness' of the numbers.
That is definitely the way to go. I...
May 24, 2006 at 9:01 am
I think that your problem might be that @phq9_order_date is null.
It is populated by:
from ah_member_order (nolock)
Where account = @account
and company = @company
and seq =...
May 24, 2006 at 8:48 am
Here's the text:
"I would like a query that pulls back pairs of numbers that should be the
same, but one was mistyped.
Specifically, I am looking for numbers where two neighboring...
May 24, 2006 at 8:42 am
If a site can have more than one school, you either don't have enough info to join your tables properly, or haven't specified some rules that apply to the data.
If,...
May 24, 2006 at 8:37 am
May 24, 2006 at 8:23 am
The code I've given should find the last occurrence of a space followed by a number, and remove it. Looking at the code again, it's wrong. Try:.
...
May 24, 2006 at 8:16 am
Go on, you're nearly there. Looks like you don't need the school table if you know the sitecodes. So join the other three, so that the calander date is within...
May 24, 2006 at 7:59 am
Glad to be of help.
Re trigger phobia: If the db list is only updated by stored procs, you could put the code in there. I know what you mean about...
May 24, 2006 at 7:47 am
You can 'read' it in any direction, but you will often want to look at the 'leaf-level' nodes on the diagram - for example you might be looking to replace...
May 24, 2006 at 7:33 am
Viewing 15 posts - 451 through 465 (of 581 total)