문제

Is there a freely available GUI tool that will allow interaction with Microsoft SQL Server (via T-SQL) that provides an auto-format feature?

I constantly find myself writing queries in SQL Query Analyzer (Microsoft’s standard GUI tool for T-SQL) and cutting/pasting the whole thing into SQLyog (a GUI tool for MySQL), where I can press F12 and have it reformatted into an easily readable, industry standard format. I then cut/paste this back into Query Analyzer to execute. I do this all the time at work and haven’t been able to find an alternative.

I realize that SQLyog is no longer free software, but what I’m looking for is a specific alternative to a MS SQL Server interface (with auto-formatting). Thanks in advance for your help.

도움이 되었습니까?

해결책

Yes. The SSMS Tools Pack.

다른 팁

If you want to use "SQL Query Analyzer" which is SQL Server 2000 then you have only Red Gate as an option AFAIK.

For SSMS/SQL Server 2005+ there is the SSMS tools pack as mentioned

Edit: SQuirreL has formatting and other plugins that will be better than SSMS tools pack

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top