Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading script in Query analyzer gives error not enough storage...

Status
Not open for further replies.

sonname

Programmer
May 18, 2001
115
0
0
US
I have a rather large sql script(277,553 KB) that I am trying to open in query analyzer and I get the error "The operation could not be completed. Not enough storage available to complete this operation". I'm pretty sure it is because the script is too large because when I seperate the file into smaller chunks it opens up fine. Is there a limit to the amount of script that sql can load? Is there anything that can be done to increase the amount that it can open? Thanks
 
>> Is there a limit to the amount of script that sql can load?

hmm, on first thoughts this looks like a memory issue. how much RAM is available in the system in which you are opening query analyser???

Known is handfull, Unknown is worldfull
 
whoa!
no idea immediately on this :(...

Known is handfull, Unknown is worldfull
 
sonname, do you receive any other error messages along with what you originally posted?

[monkey][snake] <.
 
I get a Microsoft SQL Server Management Studio dialog box that says "The operation could not be completed. Not enough storage is available to complete this operation".
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top