Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我面临一个关于 SQL Server 2005 中的全文目录搜索目录的问题。我创建了一个全文目录,它工作正常,但它不适用于特殊字符,我可以搜索除特殊字符之外的任何字符串。
我试图搜索数据库的文本是“2-(二甲氨基)乙醇”。
谁能帮我?
你在使用 nvarchar(max) 吗?或者你使用什么字段类型?因为使用 nvarchar 和 UTF-8 编码应该不会有问题。