Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

enter image description here

Hi All,

I am getting this notification very often on SQL SERVER MANAGEMENT STUDIO.

Did any body got the same notification and any any solution to resolve this.

Thanks for your time!!

share|improve this question
1  
What did you do to cause this message to happen? What version of SSMS? – Thomas Stringer Jan 28 at 22:00
i copied some text from notepad and tried to paste it in the ssms editor. – oOo Testing1 oOo Jan 28 at 22:03
1  
SSMS is not very good with huge files. Do you need it in SSMS particularly or can you execute it with sqlcmd? – Martin Smith Jan 28 at 22:10
2  
To quote: "Patient: 'Doctor, it hurts when I do x.' Doctor: 'Don't do x.'" – Mark Storey-Smith Jan 28 at 22:29
2  
If your query text is big enough that it chokes SSMS, that's a sign it is begging for some optimization (and possibly that you need more resources on your machine). Instead of using vague and hard-to-define words like huge, can you tell us the actual size of the file, an the amount of RAM on your machine? – Aaron Bertrand Jan 29 at 1:52
show 3 more comments

closed as not a real question by Mark Storey-Smith, dezso, Thomas Stringer, RolandoMySQLDBA, Paul White Jan 29 at 15:45

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.