Raw Materials - The Low Bid
When a job is too simple to be done in-house, how far down the phylogenetic tree should you go?
2011-09-06 (first published: 2009-09-16)
7,673 reads
When a job is too simple to be done in-house, how far down the phylogenetic tree should you go?
2011-09-06 (first published: 2009-09-16)
7,673 reads
2011-09-01 (first published: 2009-09-09)
11,449 reads
Total Information Awareness can destroy your sanity. Get used to it.
2011-08-30 (first published: 2009-09-02)
11,275 reads
2011-08-25 (first published: 2009-08-26)
11,042 reads
2011-08-23 (first published: 2009-08-19)
11,021 reads
2011-08-18 (first published: 2009-08-12)
9,513 reads
2011-08-16 (first published: 2009-08-05)
9,031 reads
2011-08-11 (first published: 2009-07-29)
9,848 reads
Revenge is a dish best served cold, but body temperature's OK, too.
2011-08-09 (first published: 2009-07-22)
9,343 reads
2011-08-04 (first published: 2009-07-15)
10,126 reads
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Comments posted to this topic are about the item Displaying Money
Comments posted to this topic are about the item The Slow Growing Problems
Comments posted to this topic are about the item Calculating the Harmonic Mean in...
I want to get the currency sign displayed with my amount stored in a money type. Does this work?
DECLARE @Amount MONEY; SET @Amount = '?1500'; SELECT CAST( @Amount AS VARCHAR(30)) AS EurosSee possible answers