File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments