Visual Studio 2010 DON'T CLEAR Query if doesn't succed or syntax error

1

0

In VS2010 when you perform a query against database if the query itself has any syntax error the VS by default clears all text from screen. This makes you to type again the text and resolve syntax.

I'd like that VS warns you that the query has syntax error, right, but doesn't clear the typed query.

Is is possible? thank you!!

a_maar

Posted 2012-08-17T09:01:31.277

Reputation: 209

1Yes- Click on "ignore" and it won't clear the query? or is that SSMS? Yea maybe you should use that as it designed for database maintenance – Piotr Kula – 2012-08-17T10:30:08.780

No, is the Visual Studio 2010 -> Server Explorer. I have 4gb RAM. Usually with VS2010 + Chrome + IE8 + Outlook. Does the SSMS eat much RAM? – a_maar – 2012-08-17T11:13:54.973

1

Yes.. Use SSMS- It can do it whats you askings in the question & more...

– Piotr Kula – 2012-08-17T11:15:33.950

No answers