Ways to validate T-SQL queries?

前端 未结 6 1932
逝去的感伤
逝去的感伤 2021-01-03 10:48

I have access to an Access database and within that database are fields filled with TSQL queries. These queries are processed by T-SQL on a server. So when I write these SQL

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-03 11:41

    Is SQL Server Management Studio Express (free download) able to connect to regular SQL Server instances? If so, perhaps you could test the queries there. Even if you could not connect to the actual server, you might be able to create a test version of your database in Express that would at least allow you to catch syntax and naming problems.

提交回复
热议问题