I'm bumping into somenull fields in a SQL2005 db.
Some report Null and others have values like 1.00 or 713.00.
I'd like a bullet proof way to convert the 'Null's to 0 and the '1.00' and '713.00' values into Money types.
|
|
I'm bumping into some Some report
|
|||
|
|
|
|
I've set invalid strings to be 0, but you could easily change that behavior. |
||
|
|
|
You can convert from
|
||
|
|
|
|
To cast from text to money and handle nulls, try this:
See An alternative when things are more complex is |
|||
|
|
|
|
I'm not sure what the performance will be like, but 2005 introduced the That being said, you could just use this:
|
||
|
|