Viewing 15 posts - 376 through 390 (of 663 total)
I'll go with Antares686 suggestion,
thus version II
Select Calc.StudentNr,Calc.ColSum/Calc.FieldCnt From (
Select StudentNr,
(ISNULL((CASE When ST1Q1 = 'N' Then Null ELSE ST1Q1 End),0) +
ISNULL((CASE When ST1Q2 = 'N' Then Null ELSE ST1Q2...
June 17, 2003 at 3:35 pm
Quite interesting question, suppose one can define a function passing in which record's blob size one want to know.
June 16, 2003 at 4:41 pm
Maybe if you implement jraha's example and check that it work as expect in the trigger and then substitute your real code.
June 15, 2003 at 9:39 pm
Do you have another reference to the article
June 15, 2003 at 5:52 pm
Could not find the thread on this website, but there was a thread discussiong the merits of cursors versus set based solutions.
If time/resources allow maybe worth while looking at the...
June 15, 2003 at 4:19 pm
Try
Where Case When @Mode = 'FD_DAILYREGISTER'
Then Case When appt.type = 'A' and appt.practiceid =...
June 15, 2003 at 3:04 pm
Spongemagnet, the term code injection spring to mind plus add the code from MarkusB!
June 12, 2003 at 3:26 pm
The shorthand is kind of difficult to read!
June 11, 2003 at 10:54 pm
jpipes maybe onto something. Can do asynch pre fetch for the next and prev 10 records.
When user click next, check if you have the next buffer. If Yes display and...
June 11, 2003 at 5:13 pm
If engineer A is only interested in the results of step II and engineer B is interested in the end results after N steps more on the results of II....
June 10, 2003 at 7:17 pm
Sounds like your app will have to do some encryption before writing the data to the database to prevent anyone to fiddle.
June 8, 2003 at 11:20 pm
Don't know about the maths, but agree fully with the "try to enforce strict requirements so developers cannot alter anything in production. ". Reason, that last minute fix/enhancement but give...
June 5, 2003 at 10:06 pm
Viewing 15 posts - 376 through 390 (of 663 total)