Goal: transform and move data from an MS Access database to a shared SQLServer 2005 database located on a web hosting site whenever the MS Access database is updated.
background: I have a shared SQLServer 2000 and SQLServer2005 database on a web hosting server. I have been running DTS from Access to transform and upload the data to the SQLServer 2000 database by adding a reference to DTS Package object library and running it from Access. Everything works fine.....
Now I'm trying to upgrade from DTS to SSIS. I rewrote all my DTS packages to SSIS packages using the developer edition of SQL Server 2005. Now the Hosting company is telling me I can only run the SSIS on their job agent at certain preset times. I thought maybe I could run them from a stored procedure, but I don't have permission to use the xp_cmdshell. I asked if there was a way to trigger the job agent and they said I didn't have permission.
It's very clear that the web hosting company is not familiar with SSIS or DTS. Does anybody have any suggestions? It took me a long time to get use to SSIS, now I really like it, and would like to keep using it, but not when my hosting cost is going to triple because I would need a dedicated server.
Thanks in advance.
background: I have a shared SQLServer 2000 and SQLServer2005 database on a web hosting server. I have been running DTS from Access to transform and upload the data to the SQLServer 2000 database by adding a reference to DTS Package object library and running it from Access. Everything works fine.....
Now I'm trying to upgrade from DTS to SSIS. I rewrote all my DTS packages to SSIS packages using the developer edition of SQL Server 2005. Now the Hosting company is telling me I can only run the SSIS on their job agent at certain preset times. I thought maybe I could run them from a stored procedure, but I don't have permission to use the xp_cmdshell. I asked if there was a way to trigger the job agent and they said I didn't have permission.
It's very clear that the web hosting company is not familiar with SSIS or DTS. Does anybody have any suggestions? It took me a long time to get use to SSIS, now I really like it, and would like to keep using it, but not when my hosting cost is going to triple because I would need a dedicated server.
Thanks in advance.