Nice to Meet you
Another program is using that SQL to load data, But DB Server more than 1TB.
Last SQL sentence use to " ORDER BY" loading time is too long How To sort in ascending order by timestamp without "ORDER BY" in SQL?
SELECT timestamp
, node
, effect_ion
, effect_value
, priority
FROM "--(*vendor(PML),product(LogServer) Global Event Log @Global *)--"
WHERE (timestamp >= DATEADD(DD,-6,GETDATE()))
And
(priority BETWEEN '253' AND '255')
ORDER BY timestamp DESC