Re: Update Status Field after Expiry Date
- From: "--CELKO--" <jcelko212@xxxxxxxxxxxxx>
- Date: 26 Mar 2007 18:38:39 -0700
Consider the following table <<
Please post DDL, so that people do not have to guess what the keys,
constraints, Declarative Referential Integrity, data types, etc. in
your schema are. Sample data is also a good idea, along with clear
specifications. It is very hard to debug code when you do not let us
see it. Here is my guess, unsupporteed by anythign you told us
CREATE TABLE Customers -- plutal names for sets, please
( cust_id char(10)
accountExpiryDate datetime
accountStatus bit
Now, I want to update the accountStatus to False as soon as the
current date becomes accountExpiryDate.
I think it can be done using "SQL Agent" but my webhost doesnt provide
me access to that. I have access only to the Query Analyzer.
Thanks
Shane
.
- References:
- Update Status Field after Expiry Date
- From: shane . taylor81
- Update Status Field after Expiry Date
- Prev by Date: Re: SQLAgent 2005 SP1 failed to run .bat file.
- Next by Date: Re: Update Status Field after Expiry Date
- Previous by thread: Re: Update Status Field after Expiry Date
- Next by thread: Re: Update Status Field after Expiry Date
- Index(es):
Relevant Pages
|