Skip to content

Commit adac183

Browse files
bharadwaj-adityaAditya Bharadwaj
andauthored
SQL server documentation fixes (GoogleCloudPlatform#304)
* SQL server documentation fixes * SQL server documentation fixes Co-authored-by: Aditya Bharadwaj <adibh@google.com>
1 parent 8674f85 commit adac183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/sqlserver/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ HarbourBridge can be run directly on a SQL Server database (via go's database/sq
1616
The following examples assume a `harbourbridge` alias has been setup as described
1717
in the [Installing HarbourBridge](https://github.com/cloudspannerecosystem/harbourbridge#installing-harbourbridge) section of the main README.
1818

19-
### Directly connecting to a Sql server database
19+
### Directly connecting to a SQL Server database
2020

21-
In this case, HarbourBridge connects directly to the Sql server database to
21+
In this case, HarbourBridge connects directly to the SQL Server database to
2222
retrieve table schema and data. Set the `-source=sqlserver` and corresponding
2323
source profile connection parameters `host`, `port`, `user`, `db_name` and
2424
`password`.

0 commit comments

Comments
 (0)