The following proc is producing the runtime error 2147217913 - the conversion of char data type to a datetime data type resulted in an out of range datetime value.
if @LicenseIssueDate > convert(datetime,'11/30/' + convert(char(4),@LicenseYear))
Hardware: NT.40 sp6a server software: ms sql 7.0 sp2.
I scripted out a working copy of the whole database. Then went to another machine and ran the script, to create the database tables and proc's. This is the only problem that i ran into after i started using the newly created databse.
if @LicenseIssueDate > convert(datetime,'11/30/' + convert(char(4),@LicenseYear))
Hardware: NT.40 sp6a server software: ms sql 7.0 sp2.
I scripted out a working copy of the whole database. Then went to another machine and ran the script, to create the database tables and proc's. This is the only problem that i ran into after i started using the newly created databse.