SQL Server error code
SQL Server error 7308
SQL Server raises error 7308 at severity 16, which marks a problem with the query or data that you can correct.
OLE DB provider '%ls' cannot be used for distributed queries because the provider is configured to run in single-threaded apartment mode.
| Msg | 7308 |
|---|---|
| Name | RMT_STA_DISABLED |
| Severity | 16 |
| Group | 7000–7999 |
What it means
You have used an OLE DB provider that is configured to run in single-threaded apartment (STA) mode. OLE DB providers that run in single-threaded apartment (STA) mode cannot be used for distributed queries.