How about a custom metric or alert to return data in character value as opposed to just numeric scalar or NULL
I want to have a function much like profiler to collect login data, who logged on & be able to filter on the data collection, for instance, if I only want to see when domain\me connects to the sql server, I would like to track that information. I am aware this can be done with profiler, but I would really like to have the ability to use one tool.
4
votes
jude
shared this idea
-
Anonymous commented
Good idea, I'm voting for it!
But in this specific case couldn't you make the metric return 0/1 depending on whether you are logged in or not?