Skip to content

Commit 31a4577

Browse files
author
Tara Raj
authored
Update usage_guide.md links
1 parent 66560b9 commit 31a4577

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/usage_guide.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Usage Guide
22
Contents:
33

4-
[Options](#Options)
4+
[Options](#options)
55

6-
[Examples](#Examples)
6+
[Examples](#examples)
77

8-
[Environment Variables](#Environment-Variables)
8+
[Environment Variables](#environment-variables)
99

1010
## Description
1111
mssql-scripter is the multiplatform command line equivalent of the widely used Generate Scripts Wizard experience in SSMS.
1212

1313
You can use mssql-scripter on Linux, macOS, and Windows to generate data definition language (DDL) and data manipulation language (DML) T-SQL scripts for database objects in SQL Server running anywhere, Azure SQL Database, and Azure SQL Data Warehouse. You can save the generated T-SQL script to a .sql file or pipe it to standard *nix utilities (for example, sed, awk, grep) for further transformations. You can edit the generated script or check it into source control and subsequently execute the script in your existing SQL database deployment processes and DevOps pipelines with standard multiplatform SQL command line tools such as sqlcmd.
1414

15-
## Options
15+
## Options
1616
For option parameters, pass in '-h':
1717

1818
$ mssql-scripter -h
@@ -145,7 +145,7 @@ Below are example commands that run against the AdventureWorks database. Here is
145145

146146
[Dump datbase object data](#dump-database-object-data)
147147

148-
[Dump datbase object schema and data](#dump-database-object-schema-and-data)
148+
[Dump database object schema and data](#dump-the-database-object-schema-and-data)
149149

150150
[Include database objects](#include-database-objects)
151151

0 commit comments

Comments
 (0)