I'm trying to come up with a report that shows the last time windows updates were installed on a system. I've been messing around with the newest date for Quickfix but I cant seem to get a working report. Has anyone come up with a report that does this?
leblanc.daniel.4@hydro.qc.ca wrote: I am also getting the same message of error, i am using SQL Express
There was an error parsing the query. [ Token line number = 1,Token line offset = 193,Token in error = Select ]
You are likely using SQL Compact, not SQL Express. These are two completely different database servers. We posted a SQL Compact compatible report in this topic a while back.
SQL Compact is a simplified database server. Anything that works in SQL Compact will generally work in SQL Server as well. The reverse however is not always the case.
Caleb wrote: When I use the code for my report, it returns webservers, monitors and Linux installs. How do I only show Windows devices?
Thanks!
The report referred to in our last post only lists Windows computers. You can tell because there's Inner Joins to tables that only store Windows computer data. Please ensure that you are running the correct report.
Caleb wrote: When I use the code for my report, it returns webservers, monitors and Linux installs. How do I only show Windows devices?
Thanks!
The report referred to in our last post only lists Windows computers. You can tell because there's Inner Joins to tables that only store Windows computer data. Please ensure that you are running the correct report.
Thank you, that report works. I figured that report was only for SQL Compact, did see the compatible part
leblanc.daniel.4@hydro.qc.ca wrote: I am also getting the same message of error, i am using SQL Express
There was an error parsing the query. [ Token line number = 1,Token line offset = 193,Token in error = Select ]
You are likely using SQL Compact, not SQL Express. These are two completely different database servers. We posted a SQL Compact compatible report in this topic a while back.