RiddleMeThis
MIS
When and why would you ever use 'cast' over 'convert'?
I presume there is a slight difference in speed as cast doesn't do quite as much as convert, but surely the difference would be so small that it is insignificant.
Would you only use cast to make scripts more portable for other SQL environments like Oracle, or does cast have a technical advantage over convert in some situation that im unaware of?
I presume there is a slight difference in speed as cast doesn't do quite as much as convert, but surely the difference would be so small that it is insignificant.
Would you only use cast to make scripts more portable for other SQL environments like Oracle, or does cast have a technical advantage over convert in some situation that im unaware of?