I do a lot of mistakes in sql query in visual studio 2008. is there any addin, which can analyze my query?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).