찾기 및 바꾸기 (crlt + H) 에서
찾을 내용에 \nprint 'processed ([0-9])* total records' 입력 후 모두 바꾸기 하면 된다.
I would not remove the GO statements that break up large batches. There are various reasons for breaking large inserts
- size (duration) of transactions
- memory requirements
- transaction log management
- mirror synchronicity
- error isolation (by batch)
- etc...
As for removing the status updates, that can be done easily. Press Ctrl-H
or from the menu, Edit -> Find and Replace -> Quick Replace
, fill it in as shown in the image below making sure to tick "Use" Regular Expressions, then click on "Replace All" to zap them all.
'Course > MS-SQL' 카테고리의 다른 글
[MS SQL] 테이블 정의서 내용 추출하기 (0) | 2016.07.15 |
---|---|
PHP | MSSQL and SQLSRV Function 비교 (0) | 2016.07.06 |
MSSQL CONVERT 시 varchar 잘림 문제 (0) | 2016.06.23 |
text 형식의 필드 검색 방법 (0) | 2016.06.22 |
[MS-SQL] 암호화 (SHA1, MD5, ...) (0) | 2016.01.22 |