我有一個Azure SQL數據庫,並嘗試過全文搜索。 可以搜索完整的句子嗎? E.g.查詢與LIKE操作符的作品(但可能不會快,全文搜索): SELECT Sentence
FROM Sentences
WHERE 'This is a whole sentence for example.' LIKE '%'+Sentence+'%'
將返回:「整個句子」 我需要這樣的東西,與全文檢索:
我試圖連接到蔚藍我的SQL服務器,並列出從.NET應用程序的DBS,但我不斷收到 ForbiddenError: The server failed to authenticate the request. Verify that the certificate is valid and is associated with this subscription. 即使我想使用帶有TokenClou