SQL Help...command line

Soldato
Joined
7 Feb 2004
Posts
9,511
I am in need of some help running a report.

I need to know of an SQL command that enables me to view Devices that have not responded for a period of 72 hours over a period of 3 months.

So over a three month period I need to know if X stopped for more than 72 hours.

Thanks
 
I am in need of some help running a report.

I need to know of an SQL command that enables me to view Devices that have not responded for a period of 72 hours over a period of 3 months.

So over a three month period I need to know if X stopped for more than 72 hours.

Thanks
You do realise that it's impossible for anyone who doesn't know your data model (ie all of us on here) to answer that?
 
The names of the tables involved and their columns plus how they interconnect.

By Envision do you mean RSA enVision?

Yes RSA Envision.

How adaptable is that for searching. Can you search for text within a column?

Say I have a line of data:

This is my data.

Can I look for just lines that have "my data"
 
I've not got any direct experience of the product but I'd be surprised if it didn't have the capability to do what you want. According to the website there's a reporting engine attached to enVision, does that not do what you want without having to resort to SQL?
 
I've not got any direct experience of the product but I'd be surprised if it didn't have the capability to do what you want. According to the website there's a reporting engine attached to enVision, does that not do what you want without having to resort to SQL?

No it is ok but when you need to gather specific information you have to use SQL.
 
Have you written SQL against this system before? It strikes me that enVision is not the sort of product that you'd put into a small organisation, do you have a team who supports enVision that could help?
 
Have you written SQL against this system before? It strikes me that enVision is not the sort of product that you'd put into a small organisation, do you have a team who supports enVision that could help?

We aren't a small orgainisation. We have engineers but they aren't always willing to help out.
 
Back
Top Bottom