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.
我有一个 .NET 程序,它获取查询并检查它。这个查询可能非常大,运行它需要很多时间。所以我需要运行 Check Splling 而不运行它。谢谢。
因为我的查询可能非常大并且运行它需要很多时间。我的程序有两种模式:
1- 测试模式:用于测试输入查询 2- 此查询将在稍后运行,当我想执行此查询时。
我猜你的意思不是拼写检查器,而是语法检查,在这种情况下,你应该看看SQL 解析器库。
除其他外,允许:
离线 SQL 语法检查 验证语法而不连接到数据库