Implicit conversion from data type varchar to money is not allowed
Error Message:
Implicit conversion from data type varchar to money is not allowed. Use the CONVERT function to run this query.
Solution: Convert is not going to work, use cast
CAST(“Column Name” AS VARCHAR)
October 19, 2008 | Filed Under MS SQL
Related Post
Comments
Leave a Reply