I want to allow users to be able to delete a record for 2 or 5 minutes. If they add something completely wrong or twice or so. I already have a trigger on delete that doesn't allow deletion, unless by me. The database is normally accessed through an application over which I have no control. I have a smalldatetime field that must be filled on creation. Should I write a trigger on create or can I do something with default values?
And then someting with datediff I think?
Or something different?
I run SQLExpress 9.0.2047.
-warner-
And then someting with datediff I think?
Or something different?
I run SQLExpress 9.0.2047.
-warner-