Hi,
If I am using a connection pool, is there a way to log different application name in master..sysprocesses each time an application uses a connection from connection pool.
By setting Application Name property, all the pooled connections are showing same program name in master..sysprocesses.
Is there a way to pass program name while re-using a connection from connection pool?
Thanks.