I need to find rows with double byte character in a sql 2000 table?

that is it....
I would love to find something like
select * from table where field like ''
Thanks for your help

Serge M2008-06-05T10:38:22Z

Favorite Answer

select * from table where field like N'%<your character>%'

khestal2008-06-04T22:01:41Z

you can try with sp_help

being sp_help table_name

It will display the type of char each field has, then you can select field1,field2 from table_name where fieldx like ''