Viewing 5 posts - 1 through 5 (of 5 total)
SELECT * FROM [case] WHERE caseno LIKE '%]%'
Ran this with no results found, and now that I think about it this
I found this field has the - in it as...
July 21, 2004 at 9:57 am
I think it has an occasional alpha character. Thank You.
July 20, 2004 at 12:21 pm
Apparently, the orginal question should have been:
How do we turn on implicit conversions in/on SQL Server 2000?
Thank You
July 20, 2004 at 10:08 am
thank you for the information. I am curious why do you think in SQL Server 7.0 it allowed the no quotes for that type of field?
Thanks Again,
Sincerely,
Kim Powell
July 20, 2004 at 8:47 am
VarChar(12) is the data type for the column/field on both servers
and SQL Server 2000 DBCC USEROPTIONS (cannot get to server 7):
Set Option Value
textsize ...
July 19, 2004 at 2:56 pm
Viewing 5 posts - 1 through 5 (of 5 total)