tags:

views:

41

answers:

2

Is there something like lint (syntax checker and validator) for SQL?

+1  A: 

There is a project : SQLLint - Detecting Semantic Errors in SQL Queries, but I'm not sure how good it is.

Preet Sangha
This looks interesting and promising. Thanks for the link.
oninea
A: 

I personally love HeidiSQL editor. It is lightweight and free

Abhishek