How can I find, with Transact SQL, or something else, the connection id, if this exists, or something unique of the connection.
I want to connect from PHP using mssql_pconnect, and to record with triggers, each modiffication that connection has made to the table.
I want to connect from PHP using mssql_pconnect, and to record with triggers, each modiffication that connection has made to the table.