Schedule the backup job in Express Edition:
Everyone knows that, you cannot schedule a job in Express edition, as Express edition does not have Sql Agent. Today found very interesting information, you can schedule the backup job or any sql activity scheduled using different techniques as
>>Windows Scheduler
>> SMO
>> Microsoft Tool
>> Third party tool
I liked the windows scheduler Program->Accessories -> System Tools->Scheduled Tasks
Reference :
http://www.mssqltips.com/tip.asp?tip=1174
Thanx.
Vinay