Quantcast
Channel: Answers for "Update Status Field After Expiry Date"
Browsing latest articles
Browse All 4 View Live

Answer by Cyborg

if the data is huge and non-deterministic, I Prefer SQL Job that runs daily to update the "Status" column. In your case one option is to to make the "Status" column "Computed", But this may require a...

View Article



Answer by Magnus Ahlkvist

I'm not sure I understand why you'd want Sql Agent job or a cursor. UPDATE [user] SET Status=0 WHERE ExpiryDate

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images