|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to Insert Summary Info in a table at midnight everyday?I have to populate a summary table everyday.
Need to count the number of (STATUS =)'Opened', 'Testing', 'Closed' and 'Pending' from the Cases table and INSERT these values into the 'Summary' Table at 10:00 PM everyday. How do I schedule an Auto INSERT? Any help will be greatly appriciated You can simply schedule a job using the SQL Agent job scheduler. Look in
BooksOnLine for more details on scheduling or SQL Agent. -- Show quoteAndrew J. Kelly SQL MVP "rabig" <ra***@yahoo.com> wrote in message news:1161137144.561928.202420@i3g2000cwc.googlegroups.com... >I have to populate a summary table everyday. > Need to count the number of (STATUS =)'Opened', 'Testing', 'Closed' and > 'Pending' from the Cases table and INSERT these values into the > 'Summary' Table at 10:00 PM everyday. > How do I schedule an Auto INSERT? Any help will be greatly appriciated > |
|||||||||||||||||||||||