Question : Scheduling SQL Server 2008 Express export

My client has a SQL Server 2008 Express database on Amazon EC2, and I'd like to schedule an export of various tables on a daily basis.  

I haven't done anything like this.  I would like to have it run a stored procedure which will create several tables and then export the resulting created tables.  

I would like to have the export go to a MS Access file.  

Is this possible?

Thanks.

Answer : Scheduling SQL Server 2008 Express export

If you are on the Express Edition, you will not have SQL Server Agent, this will help you (using Service Broker) with scheduling

http://www.sqlteam.com/article/scheduling-jobs-in-sql-server-express

HOWEVER, without SSIS, you won't be able to output to excel/access.

You can still use various options like Windows Scheduled Tasks + sqlcmd (command line) to dump a text file at periodic intervals, that is assuming you can get console access.
Random Solutions  
 
programming4us programming4us