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