Comments
-
sugar coating persona, for what? Post an article about, programming, scripting, debugging, not about I want this for free, if you do, ask your mom or dad to buy it as a gift.
-
A lot of so called geeks come on to the blogs, post nonsense articles, rack up points, like attention seekers. First of all, if she needs to get a surface pro, work two jobs and buy one. Second, I am neither shafted by MS, I dislike working at MS, as well as MS products. You seem to assume everyone wants something free,…
-
I replied with my opinion. Its unfortunate that you didnt get my constructive criticism.
-
Is it possible to suppress them via SQL somewhere in the Alert configuration or SAM settings. Any Solarwinds mastermind here? Alright, since Solarwinds team is not responding to above questions, I found my own way to do this. I did SQL trace on the calls coming from Orion Web Console, I was able to find EventTypes table,…
-
mate, would you elaborate more your s**t ps statement: P.S. Please don’t tell me you are rolling out Surface Books ... unless you have a vacancy on your team. You obviously missed the backend MS's best practices of 2015. Let me shed some light on kangaroo head: -8000 Nokia employees lost jobs -Some of them are on…
-
late reply, you can still try, hoow about this: SELECT caar.GroupName AS Group_Name, caar.GroupStatusDescription AS Group_Status, caar.GroupPercentAvailability AS Group_Availability, caar.GroupMemberName AS Group_Member_Name, caar.GroupMemberStatusDescription AS Group_Member_Status, caar.GroupMemberPercentAvailability AS…
-
Here is what I came up with: SELECT DISTINCT ae.[AuditEventID] ,DATEADD(hh, -8, ae.[TimeLoggedUtc]) TimeLogged ,ae.[AccountID] ,ae.[ActionTypeID] ,ae.[AuditEventMessage] ,n.NodeID ,n.SysName, n.IP_Address ,e.Message EventMessage ,DATEADD(hh, -8, n.UnManageFrom) ,DATEADD(hh, -8, n.UnmanageUntil) ,a.Message AlertMessage FROM…