|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
write a program torun evryday at 9.00pm
I have to write a program tht will run 7 days per week at 9.00pm and append the data to the 3 tables in SQL 2000.
Now i am not sure how to go about it. I am at lost how to go about it using VB6.0 and write a stored proc tht will run 7 days per week at 9.00pm and also append to the 3 tables? Pls can someone guide me and give a similar sample code? |
|
#2
|
|||
|
|||
|
Why can't you just add to Windows scheduled tasks?
__
|
|
#3
|
||||
|
||||
|
1) Create a console application that connects to the database and appends the data.
2) Create a new scheduled task to execute the .exe file. |
|
#4
|
|||
|
|||
|
I'd probably do it all within sql server using the sql server agent to schedule the job.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > write a program torun evryday at 9.00pm |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|