Connection pool doesn't register program name

  • 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.

  • AFAIK, Connection pooling is based on exact match of connection string.

    If you use different application name, new connection pool will be created.

    I think this is by design.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply