Skip to content

Commit e7be0e2

Browse files
committed
pr feedback
1 parent 98121a7 commit e7be0e2

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

support/sql/database-engine/startup-shutdown/sql-server-agent-crashes-upon-start.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,47 @@ For info on the ODBC driver requirements for different versions of SQL Server, s
9595
1. Command prompt:
9696

9797
```cli
98-
odbcconf /L
98+
odbcad32.exe
9999
```
100100
101+
This command will open the _ODBC data source Administrator_ window, then go to the **Drivers** tab and check if the ODBC driver is missing.
102+
101103
1. PowerShell:
102104
103105
```powershell
104106
Get-OdbcDriver
105107
```
106108
109+
This command will return an output similar to the following:
110+
111+
```output
112+
Name : SQL Server
113+
Platform : 64-bit
114+
Attribute : {APILevel, FileUsage, Driver, ConnectFunctions...}
115+
116+
Name : SQL Server Native Client 11.0
117+
Platform : 64-bit
118+
Attribute : {Driver, APILevel, FileUsage, Setup...}
119+
120+
Name : Microsoft Access Driver (*.mdb, *.accdb)
121+
Platform : 64-bit
122+
Attribute : {Driver, APILevel, FileExtns, FileUsage...}
123+
124+
Name : Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)
125+
Platform : 64-bit
126+
Attribute : {Driver, APILevel, FileExtns, FileUsage...}
127+
128+
Name : Microsoft Access Text Driver (*.txt, *.csv)
129+
Platform : 64-bit
130+
Attribute : {Driver, APILevel, FileExtns, FileUsage...}
131+
132+
Name : Microsoft Access dBASE Driver (*.dbf, *.ndx, *.mdx)
133+
Platform : 64-bit
134+
Attribute : {Driver, APILevel, FileExtns, FileUsage...}
135+
```
136+
137+
If the ODBC driver is not listed in the output of the `Get-OdbcDriver` command, then the driver is missing.
138+
107139
1. Confirm that the ODBC driver for SQL Server is missing. <!-- Need to confirm with SME what the user should look for to confirm the driver is missing -->
108140
1. If the driver is missing, continue to the next step.
109141
1. If the driver isn't missing, see [Cause 1](#cause-1-multiple-job-entries).

0 commit comments

Comments
 (0)