You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,6 +48,8 @@ All switched **must** be prefixed with a single hyphen. e.g. `-append -overwrit
48
48
|`pointfromtext`| Use PointFromText attempts to convert `SqlGeography``POINT(x y)` values using `PointFromText('POINT(x y)')` WKT (well-known-text) conversion |
49
49
|`noautocommit`| Instructs the dump file to commit all lines at once. May speed up processing time. Ignored if `-format` is not provided. |
50
50
|`condense`| Condense multiple INSERT INTO statements into single statements. Significant performance boost; debugging becomes difficult. |
51
+
|`lock`| Add table lock instructions to dump file. Recommended to combine with `-noautocommit`. | N/A |
52
+
|`delete`|**Use with caution.** Adds a `DELETE FROM <table>;` to the beginning of the dump file. | N/A |
51
53
|`debug`| Prints way more characters to your screen than you'd like to. If something didn't work in the way you expected, or you want to submit a bug, run your statement with the debug switch. |
52
54
|`version`| Prints the version information and exits. |
53
55
|`help` or `?`| Prints this short help. Ignores all other parameters. |
0 commit comments