-
When I run the following query SELECT LEFT(Message, 39) AS Expr1, COUNT(ID) AS Expr2 FROM Exceptions AS Exceptions_1 GROUP BY LEFT(Message, 39) HAVING (LEFT(Message, 39) LIKE 'The remote name could not be resolved:%') UNION SELECT Message AS Expr1, COUNT(ID) AS Expr2 FROM Exceptions GROUP BY...
-
We want to capture info about AD SPOTS; - on specific list of approx 10,000 domains - capture a screenshot png / jpg - run javascript on each page (browser specific?) - read js and identify ad spot SIZES - identify PLACE on page that the adspot is located - relate this location back to the screenshot...
-
Kevin - I will answer all of your posts. Just got back from band practice - need to get to bed so I'm fresh for work tomorrow. I really appreciate all of the questions and posts! OK - back... 1.) The static objects are artifacts used by helper code that was moved to the Utilities project. They shouldn't...