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
精彩评论