2012年2月13日星期一

Batch Job

Hi,

I want to schedule a daily job using sql server to update the info. in a sql server table. This is very new to me. Could you please forward me some helpful resources.

Thanks,

First, what version of SQL Server? Second, did you install Books Online? If so, look up scheduled jobs.

Jeff

|||It is SQL Server 2000. Can you guys forward me to any website that has the details.|||You can create a job which runs a T-SQL script to do the update, and schedule the job to run.?Use?SQL?Book?Online?if?you?have. Here is a link for this:
Scheduling Jobs

没有评论:

发表评论