• Budd - Friday, June 22, 2018 6:58 AM

    So why is it that with all the Implicit conversions that SQL can do, something, that to me seems so simple, has never been made addressed ?

    This has nothing to do with implicit conversions. This is assigning a value to a type larger that it allows. If this were a column, you should have to implicitly change the column definition, that's just a recipe for disaster.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2