Executing a huge sql script
Chris Kings-Lynne <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <a63bc55c022740bfad10d1fbc014fbb6@HKXPR02MB007.apcprd02.prod.outlook.com> |
Hi Guys, I'm trying to execute a huge sql script via tsql and although it can execute from management studio, tsql just fails halfway though. There's no error, nothing. It just finishes its 10th set of 1000 inserts (with GO between) and simply chooses not to continue on with the next lot, in the same file. Is this something worth looking into? I could replace all the literal strings in my file with garbage for testing? The sql file is about 10MB or so. Chris