开发者

SQL Server 2008 R2 Query Designer: How to get a "picture" from a SQL statement?

开发者 https://www.devze.com 2023-01-16 04:14 出处:网络
I am using the SQL Server 2008 R2 \"Query Desi开发者_运维百科gner\" to design my SQL statements.

I am using the SQL Server 2008 R2 "Query Desi开发者_运维百科gner" to design my SQL statements. np at all.

But can this also made backwards?

Means how to get a "picture" like the Designer does from a SQL statement?


If I understand you correctly, you wish to see the Sql Statement in the Query Designer.

You can either paste the query in a new query window, highlight it and then select Query->Design Query in Editor,

Or you can just past the query into the Editor Sql Section (Box at the bottom of the Sql Design editor.

0

精彩评论

暂无评论...
验证码 换一张
取 消