sql server2005用汉字做查询条件,没有查询结果??如: select * from tab where name= '张三 ' 怎么解决?我在自己的机器上就可以查询出来。放到虚拟主机就不行[解决办法]select * from tab where name=N '张三 ' 加N试试