SqlSmash: Write and Understand Maintainable Code Faster
New from Smashing Jedis LLC
September 5, 2014
Smashing Jedis LLC is a company that is privately held and makes tools that developers can use to streamline their performance at work and in coding.
Related: T-SQL Unscrambler Automatically Documents Legacy Code for SQL Server
Recently, the company released SqlSmash, a plugin created specifically to boost productivity for SQL developers. The plugin is designed for SQL Server Management Studio (SSMS), and it will enable faster nagivation and coding. The new release provides a handful of capabilities for developers, including:
Navigation to specific objects through the task bar, which will then provide the option to summarize or define the highlighted object in the script.
Formatting the SQL script to prioritize specific commands and sections
Execution of specific queries based on the location of the cursor
Searching for specific text pieces or object references in all or specified databases
Metadata on an object when you hover over it with the cursor.
SqlSmash is compatible with SQL Server 2005-2014 and Azures SQL. Watch the demo video on the SqlSmash website to see in detail how the plugin works.
About the Author
You May Also Like