Делаю так
- Код: Выделить всё
sp_addlinkedserver N'MyxlsServer', N'Jet 4.0',
N'Microsoft.Jet.OLEDB.4.0',
N'\\10.0.0.252\VShare\_User\ExcelTemplates\JourAssembly.xls', NULL, N'Excel 5.0'
потом пытаюсь выполнить запрос, а он ошибку выдает
[OLE/DB provider returned message: Cannot start your application. The workgroup information file is missing or opened exclusively by another user.]
Файл есть, и он не открыт

запрос:
- Код: Выделить всё
Select * from Excel...JourAssembly