Forum Moderators: phranque
I'm developing on a SQL Server 2000 database and am having problems with a stored procedure. I need to set an input to a default value that will match all numbers in the range of tinyint. Using the wildcards %,_ and [^0] results in an error:
syntax error converting the varchar value '[^0]' to a column of data type tinyint.