Viewing 15 posts - 106 through 120 (of 237 total)
Here is the print out if I set debug=1. I looked at the execute plan. It is two table scan costly.
One is here since it need to scan the table...
February 6, 2007 at 9:37 am
Thx.
the stored compiled , but it gave error while I run it. I declared it in the first name.
February 6, 2007 at 8:04 am
Thx. it has results , but the results are not my expected. but the BILLINGHC is not append . I looked at my function is nothing different from the example.
SET...
January 31, 2007 at 4:58 am
SELECT TOP 0
PNO,
MIN_PCT = MIN(CPTCODE),
CONCAT = DBO.UDF_CONCAT_CPT(PNO, MIN(CPTCODE))
INTO #RESULTS
FROM PNO_CPTCODES
GROUP BY
PNO
I do not...
January 25, 2007 at 9:00 am
Pete:
You can post the code here, so that other people would benefit. I pm you my email address , too.
Thx.
Frances
January 25, 2007 at 6:07 am
Theory wise, it will work but it still take more than one hour's hr. I think .. Thx you for your time.
January 24, 2007 at 12:52 pm
one time deal , but right now it has been running more than 1.45 hr. I have more than 15,000 records with different number.
January 24, 2007 at 7:29 am
I have more than 20,000 records. The method would not work. I ran the procedure. It took more than forty five minutes, it is still running.
January 24, 2007 at 6:34 am
Thx. I changed the as
if (SELECT COUNT(*)
FROM inserted INNER JOIN
tblInternalEduModule ON [inserted].[Quiz Name] = tblInternalEduModule.Quiz
WHERE (tblInternalEduModule.Category = 'WIN') ) >0 . it work fine right n ow....
January 15, 2007 at 6:27 am
Yes. I check all the data no null data in the column and I check the where . it is OK.
January 10, 2007 at 9:59 am
I do not understand your union statement.
92 010018200 Back Injury Prevention 5 460
95 010018200 Corporate Compliance 8 760
94 010018200 Ethics 5 470
92 010018200 Event Reporting 5 460
97 010018200 HIPAA Privacy 7 680
94 010018200 HIPAA Security 9 850
98 010018200 Infection Control 6 590
96 010018200 Mission Integration 6 580
90 010018200 Quality Improvement 8 720
96 010018200 Safety 6 580
90 010018200 Sharps Injury Prevention 2 180
91 010018200 Slips and...
January 10, 2007 at 8:51 am
NULLABLE is allowable. but all the data would be on the column.
January 10, 2007 at 7:25 am
After I changed the result became:
SELECT distinct AVG(CAST(SUBSTRING(A.Score, 1, len(A.Score) - 1) AS int)) AS AvgScore, HREMP.CC, A.[Quiz Name]
FROM (select * from [Quiz Log] where ([Quiz Log].Score <> 'Waived')...
January 10, 2007 at 6:55 am
Viewing 15 posts - 106 through 120 (of 237 total)