Viewing 15 posts - 1,681 through 1,695 (of 1,932 total)
Very timely article, Steve. I'm a Programmer Analyst 3; have been for several years. And I've hit the ceiling where I am, as there is no Programmer Analyst...
August 5, 2011 at 8:51 am
Nevyn (7/29/2011)
July 29, 2011 at 2:20 pm
My all time favorite, is Doctor Who, hands down. In my opinion, there's nothing better.
July 29, 2011 at 12:01 pm
Dalton Moore (7/28/2011)
Rod at work (7/28/2011)
July 28, 2011 at 1:18 pm
When I first saw the title of your editoral, I had to laugh. No, I can't telecommute; at least not in my current position. It's not even open...
July 28, 2011 at 8:58 am
Another great topic, Steve. In looking at most people's responses, it appears to me as though most of us struggle with interruptions. Where I work, it's just a...
July 25, 2011 at 10:27 am
GSquared (7/25/2011)
I make the national average for my experience, but I make a third again as...
July 25, 2011 at 9:22 am
Thank you very much, Sean!
July 25, 2011 at 9:17 am
Sorry, Sean, I'm getting hammered today. OK, here's a couple quick inserts to get the Vouchers and MoneyPools tables populated.
insert into Vouchers
values (10000, 149566, 1, 4000.00, 150.00)
insert into Vouchers
values...
July 22, 2011 at 2:08 pm
cengland0 (7/22/2011)
Rod at work (7/22/2011)
July 22, 2011 at 8:40 am
Good question for a Friday, Steve. My short answer to your question is, no. I don't really know my market value is in my local area. A...
July 22, 2011 at 8:11 am
Correct, the AmountExpended column cannot exceed the VoucherCap.
July 22, 2011 at 8:02 am
Correct, the AmountInvoiced and GrossReceiptsTax, summed together gets added to the voucher and moneypools table. Here are the other 2 tables. Note: I've only included relevant columns:
CREATE TABLE [dbo].[Vouchers](
[VoucherNumber]...
July 21, 2011 at 3:01 pm
Sean Lange (7/21/2011)
July 21, 2011 at 2:46 pm
Elliott Whitlow (7/21/2011)
You certainly can do this row by row, however that method of processing is substantially slower than a set based solution....
July 21, 2011 at 2:36 pm
Viewing 15 posts - 1,681 through 1,695 (of 1,932 total)