Skip to content

Commit 3d044db

Browse files
committed
README.md: Update description of start for SQL Server
1 parent 46cc31e commit 3d044db

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,10 @@ DRIVERNAME can be omitted when DATASOURCENAME contains DRIVERNAME.
146146
### SQL Server
147147

148148
$ sqlbless sqlserver sqlserver://@localhost?database=master
149-
$ sqlbless sqlserver://@localhost?database=master
150-
( Windows authentication )
149+
150+
( Windows authentication )
151+
152+
$ sqlbless sqlserver "Server=localhost\SQLEXPRESS;Database=master;Trusted_Connection=True;protocol=lpc"
151153

152154
- The driver used is https://github.com/microsoft/go-mssqldb
153155

README_ja.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,10 @@ DRIVERNAME は、DATASOURCENAME の中に含まれている場合は省略可能
145145
### SQL Server
146146

147147
$ sqlbless sqlserver sqlserver://@localhost?database=master
148-
$ sqlbless sqlserver://@localhost?database=master
149-
( Windows authentication )
148+
149+
( Windows authentication )
150+
151+
$ sqlbless sqlserver "Server=localhost\SQLEXPRESS;Database=master;Trusted_Connection=True;protocol=lpc"
150152

151153
- 使用ドライバー https://github.com/microsoft/go-mssqldb
152154

0 commit comments

Comments
 (0)