It depends.
If you want to store the integer value converted to character then you can't, since the value '94' has two character.
But if you want to store the ASCII character for value=94 (^) then you could use
SELECT CHAR(ASCII(0x5e))
Lutz
A pessimist is an optimist with experience. How to get fast answers to your question[/url]
How to post performance related questions[/url]
Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]