Is there a style check tool for T-SQL, just like FxCop to .net?
Posted
by Ken Yao
on Stack Overflow
See other posts from Stack Overflow
or by Ken Yao
Published on 2009-02-06T07:05:35Z
Indexed on
2010/04/09
20:03 UTC
Read the original article
Hit count: 380
I'm looking for a tool to enforce coding styles, validation check for T-SQL script. And it recommends best-practice when appliable.
In .net code domain, the tool for this purpose is FxCop. Is there a counterpart for T-SQL? It will be best it is free or open source tool.
Anyone can shed some light?
© Stack Overflow or respective owner