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
 General SQL Server Forums
 New to SQL Server Programming
 Delete records upon logout

Author  Topic 

pkamoske
Starting Member

1 Post

Posted - 2007-11-28 : 14:40:52
In SQL Server 2005 is there a way to delete records from a table when the user logs out of the software? Other db products allow you to create a trigger on the logout event. Does SQL Server have an equivalent?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-11-28 : 14:55:45
No. You would need to add this functionality to your application.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -