Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
shah.syedarif
Starting Member
2 Posts |
Posted - 2013-07-28 : 05:52:14
|
Hi,I have created a trigger to audit changes to table rows from my web application. My web application is using a single db user to do updates to the database. However, many different users can log in to the website and do the updates and inserts. Therefore, the db user will always be same but web users will be differentI want to have some way to capture the logged in user to the website who is making the changes to the rows so that I can audit the changes along with the web user that is making the changes.Can someone please guide me how can I capture the web session in my sql trigger so that I know who is making the changes. Can I configure the web.config file so that the session info is also passed on to the sql server trigger or if there is some other way, please let me knowRegardsArif |
|
jackv
Master Smack Fu Yak Hacker
2179 Posts |
Posted - 2013-07-29 : 03:26:55
|
If you created another column either in the data table(s) or an audit table, and passed in the web user value - then you could save the information. Therefore treating the web user value like any other value. Jack Vamvas--------------------http://www.sqlserver-dba.com |
|
|
shah.syedarif
Starting Member
2 Posts |
Posted - 2013-07-29 : 06:48:48
|
Hi,Is there anyway to get the user information from web session without having to explicitly pass the user information? I read somewhere that we could use context_info, or app_name etc..but I dont know how to use these. |
|
|
mianasad111
Starting Member
1 Post |
Posted - 2013-08-01 : 03:52:47
|
I am extremely impressed with your writing skills and also with the layout on your blog. [url=http://www.rozee4all.com/]Saudi Arabia Jobs[/url]Is this a paid theme or did you customize it yourself? Either way keep up the nice quality writing, [url=http://www.rozee4all.com/]Jobs Portal[/url] it’s rare to see a nice blog like this one these days |
|
|
|
|
|