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 添加注释,但 SSRS 2008R 似乎删除了它们。
用过的
/*......*/
用于阻止评论,但它们在保存后被删除。
SSRS 是否支持 SQL 注释?
有什么办法可以保留评论吗?
在 BIDS 中编辑 SQL 时,如果要控制文本的格式,请不要使用默认的查询设计器窗格。切换到“编辑为文本”模式并避免切换出去。然后将保留注释和文本格式。
默认窗格中的图形 UI 将自由更改 SQL 语句。我真的不喜欢那个东西,并将我接触的每个数据集都切换为“编辑为文本”。
然后我在 SSMS 中进行大量 SQL 编辑,安装 SQL Prompt,然后粘贴到 BIDS 对话框中。