Viewing 6 posts - 1 through 6 (of 6 total)
Hi Jeff - I used the current sp for now (with the Cursor) - but I am going to look at the alternative that was posted here for the future....
May 16, 2012 at 7:00 am
Hello,
I just wanted to update everyone on this issue. I ended up dropping the temp table and recreating it - that seemed to work and everything imported correctly into the...
May 15, 2012 at 1:43 pm
Hi Karen,
Thank you - I will test that next!
May 15, 2012 at 8:07 am
Hi Cadavre,
For some reason I can't get the code to work:( I did run those two select statements.
SELECT COUNT(*)
FROM tbm_persnl_bud a
LEFT OUTER JOIN _TBM_Persnl_Bud_Update b ON a.EMPL_UNO=b.EMPL_UNO AND a.MONTH =...
May 15, 2012 at 8:06 am
Hi Cadavre,
The following select statement returns over 3000 rows:
SELECT EMPL_UNO, MONTH, PERIOD, BILLABLE_HRS, NONBILL_HRS, ACCOUNTABLE_HRS,
BILLABLE_AMT, NONBILL_AMT, ACCOUNTABLE_AMT, RECEIPT_AMT, LAST_MODIFIED
FROM _TBM_Persnl_Bud_Update
I'm really not certain why they used a Cursor -...
May 15, 2012 at 7:14 am
Hi Lowell,
Thank you so much for the example. I like the idea of different colors for the rows. I will play with it some and see what I can do.
This...
March 23, 2012 at 6:34 am
Viewing 6 posts - 1 through 6 (of 6 total)