Friday, March 02, 2018

How to Use SQL Complete for T-SQL Code

DZone Database Zone
How to Use SQL Complete for T-SQL Code
How to Use SQL Complete for T-SQL Code

I was recently working on a project with several stored procedures, functions, and scripts in T-SQL, and I was wondering if there were tools that could help me code faster and generate code automatically.

After Googling and downloading some tools, I decided to check SQL Complete. The experience was fantastic — I could code faster, easily modify and refactor code, and check function definitions. And it generated a lot of code automatically. I reduced typo errors and synaxis errors and I could focus on the logic of the code instead of small format details that the tool could handle easily.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...