Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: flavin
  • Content: Threads
  • Order by date
  1. flavin

    Using OPENQUERY with EXCEL LinkedServer

    Hi, I have created a linked server for an Excel worksheet as EXEC sp_addlinkedserver 'ExcelSource', 'Jet 4.0', 'Microsoft.Jet.OLEDB.4.0', 'c:\aflavin\ExcelFies\SampleDatabase.xls', NULL, 'Excel 5.0' GO When trying to create a SP to pull all data from the file Server: Msg...
  2. flavin

    Using OPENQUERY with LinkedServer (Excel)

    Hi, I have created a linked server for an Excel worksheet as EXEC sp_addlinkedserver 'ExcelSource', 'Jet 4.0', 'Microsoft.Jet.OLEDB.4.0', 'c:\aflavin\ExcelFies\SampleDatabase.xls', NULL, 'Excel 5.0' GO I now need to write a Stored Procedure that pulls all the data in the excel...

Part and Inventory Search

Back
Top