I am receiving future dates in LastBatch column when i run EXEC sp_who2
on SQL Server.
for example most of the SPIDs have 5/14 as LastBatch date. (which means 2014)
And my first 20 row has 04/28 as LastBatch date. (which means 2028)
Any idea why i am seeing future dates in this column?
Is it normal?