HOWTO: Import FileSystem Data Using DTS and Index ServerID: Q201785
|
This article describes how to import FileSystem data into SQL Server 7.0 using SQL Data Transformation Services (DTS) and Index Server OLE DB provider.
DTS Import Wizard does not show Index Server OLE DB Provider in the list of sources. However, you can specify a distributed query with Index Server OLE DB provider as the source of your data.
SELECT a.*
FROM OpenRowset('MSIDXS','Web';''; '', 'Select Directory, FileName, size, Create, Write
from SCOPE()
where CONTAINS(''"Index Server" ~ "SQL Server"'')> 0
and FileName LIKE ''%.htm%'' ') AS a
For more details on setting up and using Distributed Queries, please see:
SQL 7.0 Books Online: sp_addlinkedserver; OpenQuery; OpenRowset;
For more information on using MSDIXS provider, refer to the Index Server documentation in the Windows NT 4.0 Option Pack documentation.
Additional query words:
Keywords : kbDatabase kbIdxServ kbOLEDB kbSQLServ
Version : WINDOWS:2.0; winnt:7.0
Platform : WINDOWS winnt
Issue type : kbhowto
Last Reviewed: February 11, 1999