开发者

Sql's query analyzer for visual studio

I do a lot of mistakes in sql query in visual studio 2008.开发者_StackOverflow is there any addin, which can analyze my query?


Write them in Query Analyzer first and copy them across (or even better, stick them in stored procedures or write LINQ queries to get SQL strings out of your codebase altogether).


What kind of mistakes do you maken? It is typo's or not knowing what keywords you can use , then you could use a intellisense tool like SQLAssist

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜