Forum Replies Created

Viewing 15 posts - 76 through 90 (of 806 total)

  • RE: data conversion

    It's weird that it is coming back as NText. What are the values in the first row of the document? Should normally come back as unicode. (DT_WSTR)

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Excel Columns skipping

    I would rather do it the other way. Use a Excel connection.

    Here's why:

    You are invoking SSIS who runs a SLQ task who asks SQL to open the excel file who...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Data Flow Task Hangs

    Can you use Union all as a destination or Konesans Trash Destination.

    Is it infact the destination that has the problem or something from your source?

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: How to define/changeconnection string runtime

    SSIS Config files. Menu > SSIS > COnfig...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Excel Columns skipping

    You are using SQL to read from excel. The Excel source reads directly from the file, not via SQL.

    Either change your source to be oledb source and use your existing...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Insert / Deletes

    With that amount of rows, I would load all the delete ID's into a table using a dataflow, then using a sql task, I would run a SQL script that...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: TXT file for each table

    My first thought would be to create a copy of your database(s) and write a script to create triggers on all tables. Write out any changes from database A to...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: SSIS Excel

    Odd. What was the full error message? The above seems truncated.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: error when using legacy DTS inside 2005

    Either look in BOL on how to change select permissions or to to the security section on this site and ask there as it is not now a ssis issue.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: file rename and move

    bang.prashant (8/19/2008)


    hi

    it is better if you would develop package and give it to me.

    ...

    you can send ssis package to my id bang dot prashant at gmail dot com

    thanks

    bang

    That is...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Insert / Deletes

    Well, so far you are on the right track.

    Deletes:

    You would have to use a OLEDB Command for that. Depending on number of rows (How many are the BTW) this...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: create dtsconfig

    A config file is just that: SSIS configuration settings.

    To create one,: Menu > SSIS > Configuration. Click add and follow the wizard.

    It does not add it to your solution. You...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: file rename and move

    Sure:

    Variable Expressions: here are 31,500 details: http://www.google.co.uk/search?hl=en&rlz=1B3GGGL_enGB259GB259&q=ssis+variable+expressions&btnG=Search&meta=

    3rd result is a good one.

    As for renaming:http://www.google.co.uk/search?q=ssis+rename+file+%22file+system+task%22&sourceid=navclient-ff&ie=UTF-8&rlz=1B3GGGL_enGB259GB259&aq=t

    In particular, http://rafael-salas.blogspot.com/2007/03/ssis-file-system-task-move-and-rename.html

    A little leg work... A quick google.

    If you still have trouble, post back.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: error when using legacy DTS inside 2005

    It means you do not have permissions. What was the error? (Detailed please)

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: error when using legacy DTS inside 2005

    Are you connecting to SQL 2k with the same credentials? eg sa?

    can you select * From sysjobs on the smdb from within ssis?

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

Viewing 15 posts - 76 through 90 (of 806 total)