all groups > sql server programming > may 2007 >
You're in the

sql server programming

group:

Can I write a batch job for MS SQL in MS SQL 2005 express?


Can I write a batch job for MS SQL in MS SQL 2005 express? Fendi Baba
5/3/2007 10:38:25 PM
sql server programming:
I am new to MS SQL. Can I write a batch job which will execute the sql
statement nightly?

How do I do this?
Re: Can I write a batch job for MS SQL in MS SQL 2005 express? Damien
5/4/2007 12:17:03 AM
On May 4, 7:13 am, "David Portas"
[quoted text, click to view]

Agent isn't available in express. I think people generally write
scripts and then use the windows scheduler to run batch jobs on
express.
Re: Can I write a batch job for MS SQL in MS SQL 2005 express? David Portas
5/4/2007 1:03:27 AM
[quoted text, click to view]

True. I didn't spot "Express" in the title.

Service Broker CONVERSATION TIMER is another way to schedule an event
in Express.

--
David Portas, SQL Server MVP

Whenever possible please post enough code to reproduce your problem.
Including CREATE TABLE and INSERT statements usually helps.
State what version of SQL Server you are using and specify the content
of any error messages.

SQL Server Books Online:
http://msdn2.microsoft.com/library/ms130214(en-US,SQL.90).aspx
--
Re: Can I write a batch job for MS SQL in MS SQL 2005 express? David Portas
5/4/2007 7:13:01 AM
[quoted text, click to view]

sp_add_job

Read about SQL Server Agent in Books Online.

--
David Portas, SQL Server MVP

Whenever possible please post enough code to reproduce your problem.
Including CREATE TABLE and INSERT statements usually helps.
State what version of SQL Server you are using and specify the content
of any error messages.

SQL Server Books Online:
http://msdn2.microsoft.com/library/ms130214(en-US,SQL.90).aspx
--

Re: Can I write a batch job for MS SQL in MS SQL 2005 express? Fendi Baba
5/4/2007 7:53:42 AM
On May 4, 4:03 pm, David Portas
[quoted text, click to view]

Thanks, I tried on a regular MS SQL server management studio and its
pretty straight forward.
AddThis Social Bookmark Button