Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

SQL server DTS - > Linux

  • 16-07-2008 6:12pm
    #1
    Registered Users, Registered Users 2 Posts: 528 ✭✭✭


    Hi all,

    We have windows/IIS machines with SQL Server.

    At some point we will need to move to Linux.

    The concern I have is with the DTS packages that we would need to port to their equivalent in Linux.

    What is the equivalent of a DTS package on Linux? What do you use to achieve the same type of automated tasks + scheduling capabilities?


Comments

  • Registered Users, Registered Users 2 Posts: 2,800 ✭✭✭voxpop


    Maybe a cron job running SQL.


    DTS is a feature of SQL server 2000 and below, i.e. its a database feature so finding a linux replacement depends on the database you are going to use.


  • Registered Users, Registered Users 2 Posts: 528 ✭✭✭Drexl Spivey


    thx

    I guess my question is: is there any RDBMS on Linux that has a feature that is like Microsoft DTS?

    I suppose we gonna use MySQL but if another rdbms is better suited for the job we can go for it.

    Thank you.


Advertisement