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.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Who changed??(TRIGGER and asp.net membership)

Author  Topic 

hamedrash
Starting Member

1 Post

Posted - 2013-10-20 : 02:02:58
Hi

I use the asp.net membership,and my user id's are in ((aspnet_Users)) in sql server 2008.

I have a trigger on one of my table's that save change's to another table.(UPDATE and INSERT)

Except my change's,I want save GUID (USER ID) of the user that do this update or insert.

Thanks...

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-10-20 : 03:51:38
GUID as UserID? do you've master table where you maintain these IDs for users?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -