The most recent content from our members.
Whenever we have the luxury to create a SQL query, I would looooooooove to have a syntax highlighter (Like the one in Thwack ) would become something like that: This would simplify creations & modifications on the fly without the need to open an SSMS session. That is something I cannot do directly from my station...
I am trying to build custom tables and graphs that will only apply to the particular node that I am on. I have some tabs, one for a general health summary, then one for interfaces. I want to use the PHENOMINAL POWER of the dynamic query builder to build a quick one stop view of all the interfaces that have critical…
Hello, In the past, I wrote a report that uses a SQL-driven query to make a chart for the number of clients connected to each of the wireless access points on the wireless controller. Query: SELECT Detail.[DateTime] AS Timestamp, Status.Status AS 'AP Name', SUM(Detail.[RawStatus]) AS 'Client Count' FROM…
It looks like you're new here. Sign in or register to get started.