Forum Replies Created

Viewing 6 posts - 1 through 7 (of 7 total)

  • RE: Executing DTS package from Stored Procedure

    Thanks to all who contributed.

    I've got it running now by executing a job via stored procedure rather than using DTS package!


    Regards

    Keith Davies
    IT Consultant

  • RE: Executing DTS package from Stored Procedure

    Thanks for the reply, but can't use a dos bat file due to the security set-up - I think this maybe why xp_cmdshell may not be working correctly. The package...


    Regards

    Keith Davies
    IT Consultant

  • RE: IMPORTING AN ASCII TEXT FILE DAILY

    Hi

    Your problem is quite common. I've found using DTS you can do most things you'll want to. These include validating the data, clearing down tables,appending data or updating existing records....


    Regards

    Keith Davies
    IT Consultant

  • RE: How to get the number of records exported

    I assume this is SQL Server 2000. One way is to set up global variables one for success and one for failed rows to count the rows. For each row...


    Regards

    Keith Davies
    IT Consultant

  • RE: Migration of Access 2000 to SQL Server 2000

    As regards using VB or Access as front end, having used both, both have advantages and disadvatages. If your application is an 'internal' one then it's possible you could stick...


    Regards

    Keith Davies
    IT Consultant

  • RE: Multiple Destinations for Source Data

    Hi Taffy - common problem this. Firstly the transorm pump can only take one destination in the actual destination tab. However there ways of sending the data to other destinations....


    Regards

    Keith Davies
    IT Consultant

Viewing 6 posts - 1 through 7 (of 7 total)