Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Import excel file to sql server table

    Hi,

    I faced a similar problem. I was using DTS to import data from excel to SQL. It was giving error because of an Identity column in my table. It got...

  • RE: Logging in DTS

    Hi Greg,

    I found out why that message was popping on click of parameters.

    I had to add

    SELECT @@ROWCOUNT AS RowsAffected

    Thanks for your help 🙂

  • RE: Logging in DTS

    Hi Greg,

    In the Execute SQL Task Properties dialog box, when i establish the right existing connection and click on Parameters button, it pops a message saying that

    'The SQL Statement...

  • RE: Logging in DTS

    Thanks for the response.

    I'm not very sure how to write a global variable into a file either. It's a start though.

    It would be great if you could provide me with...

Viewing 4 posts - 1 through 4 (of 4 total)