Recently we started monitoring the SQL Profiler
to capture queries executed in server.
Strangely we observed the below query executed for every single minute in Database.
SELECT table_id,
item_guid,
oplsn_fseqno,
oplsn_bOffset,
oplsn_slotid
FROM [Databasename].[sys].[filetable_updates_2105058535] WITH (readpast)
ORDER BY table_id
When I tried to execute manually, it throwing error saying
Msg 208, Level 16, State 1, Line 1 Invalid object name 'Databasename.sys.filetable_updates_2105058535'.
It is using sys
schema not dbo
Can somebody give insight of this process. Is this something to worry about I searched through forum didn't get any answer. Sometimes it is executing more than twice for a minute