I have a "slightly" large sql script saved as a text file. It stacks at 8.92 GB, so it's a bit of a beast.
I need to do a search and replace in this file (in particular, change all NOT NULL to NULL, so that all fields are NULL), and then do the black thing. Does anyone have any suggestions for a text editor that would be capable of this?
Another way I see to solve the problem is to write a program that reads a piece, replaces the material I need, and then saves it in a new file, but I would prefer to use some standard way to do this.
It also does not solve the problem of opening the beast in the sql server management studio to do the dirty thing ...
Any ideas?
Thanks Eric
source
share