views:

85

answers:

1

How to get last crawl time of document in Sharepoint 2007?

I want to know in which table I will get this information ?

A: 

With the help of below query you can get last crawl time of document.

SELECT LastTouchStart
FROM MSSCrawlURL
WHERE (DisplayURL = '<displayURL>')
Ravi Khambhati