Hi,
I do a lot of mistakes in sql query in visual studio 2008. is there any addin, which can analyze my query?
Hi,
I do a lot of mistakes in sql query in visual studio 2008. 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).