开发者

stored procedure for Arabic letters

I was facing a little problem in how to write a stored procedure for Arabic characters

my goal is:

I'm having temp table and main table in sql server !! from through some files data Will inserted into temp table from that table I need开发者_开发知识库 to validate in that table only one column data will be insert some times by English Text or Arabic Text

temp details data will be passed to main table at that position I need to write a stored procedure if that field data which contains Arabic Data means then I need to update a column in main table flag to 1

so how can I match in stored procedure that data was in


Well, If I understood you correctly, you want to identify whether the column data is non-English unicode or is it just English characters. If that's what you're trying to do, check out a solution at: http://www.sqlservercentral.com/Forums/Topic1061981-338-1.aspx#bm1062095

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜