Comments
-
That's correct, I'd like to query the SQL table, not any Orion object. So the table is called dbo.VIM_DatastoreInfo and this is my SQL query: select datastorename, FreeSpaceGB from dbo.VIM_DatastoreInfo where freespacegb < 50 and freespacepercentage < 25 and datediff(hh, [DateTimeStamp], getdate()) < 24 I would like…