I'm trying to update a text field with the value in a date field but without any slashes appearing in the text field.
When I try this as the update statement convert(varchar(10),transaction_date,101), I get results like:
03/20/2008
What I really want are results like:
03202008
Is there an easy way to do that?
Thanks!
Roger