Viewing 15 posts - 136 through 150 (of 418 total)
Tnx for answering all. I do use a construction with Tallytable to split the string, I could not figure out how to choose from 2 patterns to choose from. I...
October 1, 2008 at 2:10 am
Tnx for answering all. I will take your advise to heart and use it.
Tnx again.
September 30, 2008 at 8:00 am
Sergiy, I know the UNION is causing the problem; I'm looking for another way to do this within the parameters explained earlier.
RBarry, the HL7_patienten table hold close to 1500000 records,...
September 30, 2008 at 6:46 am
You're right, sorry about that. Now added the complete script.
The SELECT statement is, for instance:
SELECT * FROM REV_KLIGEN_PATIENTEN
WHERE ZOEKPATIENTNUMMER = '0000007'
September 30, 2008 at 3:34 am
Here the DDL of the involved views/tables. The view REV_KLIGEN_PATIENTEN is the main view, the problematic view is hl7_allePatientnummers.
TIA
September 29, 2008 at 1:27 am
Tnx for answering all. I'll post DDL monday, but it's a bit: several views & tables.
With parameter I mean basically the WHERE clause. As I said, currently it is not...
September 27, 2008 at 4:37 am
Tnx for answering all. Glad to read there are several reasons(and good ones) for using qualified columns.
September 25, 2008 at 12:41 am
Tnx for answering, Chris. It took me awhile to figure out the SET @dte should be without the timepart, or with another value then midnight. Far more elegant then I...
September 17, 2008 at 3:03 am
This might actually be the solution. Tnx a lot.
Nullability is not a problem here.
September 15, 2008 at 9:52 am
Tnx for a very enlightning article, including all comments in this thread. I have wondered many times about using SET-based techniques instead of LOOP-like techniques. This article has opened my...
September 11, 2008 at 3:32 am
Tnx for answering, Andras. I was afraid of this.
Oh well, just have to live with this.
September 10, 2008 at 4:37 am
Forget my last remark: I did not really see how the @whereand is used. Yes, this is more to what I had in mind.
Tnx!
September 5, 2008 at 8:08 am
Tnx for answering, Jack. Your second solution does work, though it's not what I had in mind.
I had not thought about using the hidden foreach.. procedures. I don;t think...
September 5, 2008 at 8:01 am
Have a look here: very interesting article with several ways how to pass arrays/tables to SP. Ofcourse, you don't REALLY pass a table, but his solutions and examples have helped...
September 4, 2008 at 8:00 am
I would not use GOTO either. It's just I am reviewing some stoprocs and notice this, obviously build by a programmer. I can advise, but not just change things here.
Tnx
August 14, 2008 at 2:08 am
Viewing 15 posts - 136 through 150 (of 418 total)