...
> Friend,
> Today i have new issue, I want to track, Which 'Application User' has
> make some changes in database.
> Here i have a user table, contain userid and there password
> information for an application.
> for any updation i have also loged in a log table.
> Now I also want to trace, that changes was made on that machine id.
> I am record in log table through trigger, and in a trigger, we can't
> pass any parameter.
> So i want to get the machine id at my sql server.