You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even added to a stand alone transform file and organized it is unwieldy. We have hundreds of sql instances.
What i would propose is to strip the imdtance is off the event class key and create a sql instance event detail.
Then i could use that instance field to constrict a component or eventkey for clearing but still be able to simplify the transforms by having normal event class keys.
Today sql server event class keys get created with the sql instance id appended on.
This is a pain because i have to use a default mapping to catch them all then a huge ugly transform to do things.
Otherwise is have something like:
SqlInstance1_eventSource1_eventid
sqlinstance2_eventSource1_eventid1
The text was updated successfully, but these errors were encountered: