August 17, 2013 at 10:38 pm
Dear,
I have done modifications in a table directly from Edit mode of SQL Server. Now is it possible to know the which login is used to done the modifications.
Please help me to know it.
Regards,
Akbar
August 17, 2013 at 11:18 pm
You would need a trigger and, probably, the ORIGINAL_LOGIN() function to capture the login of the person making the direct changes.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply