[Emerald] Limited useage accounts 40 hours per month

Ken ( (no email) )
Thu, 9 Sep 1999 10:41:51 -0500

This is a multi-part message in MIME format.

------=_NextPart_000_0043_01BEFAAF.ED12B6C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Would the following work? This is a 40 hour a month plan.
Crate a schedualed task to run on the first of the month using tsql
With the comand set to the following statement

update subaccounts set timeleft=3D2400 where accounttype=3D'Starter 40'

And schedual it to run on the 1st of the month.

Kenneth Jaeger

------=_NextPart_000_0043_01BEFAAF.ED12B6C0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">

Would the following work? This is a =40 hour a=20month plan.
Crate a schedualed task to run on =the first of=20the month using tsql
With the comand set to the following =statement
 
update subaccounts set =timeleft=3D2400 where=20accounttype=3D'Starter 40'
 
And schedual it to run on the 1st of =the=20month.
 
Kenneth =Jaeger
------=_NextPart_000_0043_01BEFAAF.ED12B6C0--