Viewing 4 posts - 1 through 4 (of 4 total)
Ouch....I guess those Microweenies can't even write an isNumeric function that works....thanks for pointing this out Adam...
June 3, 2005 at 12:53 pm
This was the correct answer:
if (@var LIKE REPLICATE('[0-Z]', LEN(@var)))
print 'yes'
else
print 'no'
The correct answer, in my opinion, is this:
Declare @var as varchar(100)
Set @var = '12312ASD435ASDah4ddASD123123'
If...
June 3, 2005 at 12:23 pm
Send a salesman to PM, for what? SQL Server could never handle that amount of data...ever. Call Oracle.
February 23, 2005 at 8:22 am
Viewing 4 posts - 1 through 4 (of 4 total)