Indexing Service should be started before using the following code. File content search relies on the Microsoft OLE DB Provider for Indexing Service The following query lists all files that are in the path "D:Test"EXEC sp_addlinkedserver MyFileSystem, 'Index Server', 'MSIDXS', 'System' SELECT * FROM OpenQuery(MyFileSystem, 'SELECT Directory,FileName FROM SCOPE('' "D:Test" '')' ) AS Q Note that SQL Server file content search feature has been tested only with all components and all data residing in the same computer Harinatha Reddy Gorla Software Engineer Smart Software Technologies(STPH), Hyderabad, India.
|