Hello, Thanks in advance.
I'm converting an access front end to our SQL Server backend over to .net and as part of this process, I'm creating all the queries on the server. We have triggers on most of our tables that say who last updated the record and when.
I use SPROC's for everything.
If a user CHANGES a record on SQL server, it correctly lists their name on the table.
If a user INSERTS a record on SQL server, it lists dbo as their name on the table.
Any idea how to get it to always show the users name?
Thanks!
Kimberly
I'm converting an access front end to our SQL Server backend over to .net and as part of this process, I'm creating all the queries on the server. We have triggers on most of our tables that say who last updated the record and when.
I use SPROC's for everything.
If a user CHANGES a record on SQL server, it correctly lists their name on the table.
If a user INSERTS a record on SQL server, it lists dbo as their name on the table.
Any idea how to get it to always show the users name?
Thanks!
Kimberly