Trial License & SQL Server 2005 Import (SSIS) or DTS

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 15 Aug 2007 06:38

zc, please describe the problem in detail.
Do you need any guidance on how to create your own wrapper?

zc
Posts: 2
Joined: Tue 14 Aug 2007 21:53

Post by zc » Mon 20 Aug 2007 22:07

I work in SQL Server 2005 creating new SSIS packages (I am not a .Net programmer).

I have no problem creating an SSIS package using Visual Studio and then running it from Visual Studio. Once I have created and tested the package, I now need to schedule it to run daily. To do this, I imported the package source into SQL Server 2005 MSDB. From here, I would like to execute the package.

Am I correct in saying that it is not possible to schedule a SSIS package in SQL Server 2005?

Thanks

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 21 Aug 2007 14:06

Am I correct in saying that it is not possible to schedule a SSIS package in SQL Server 2005?
Yes, you are correct. Without programming it is not possible.

Post Reply