Forum Replies Created

Viewing 15 posts - 11,716 through 11,730 (of 13,849 total)

  • RE: SSIS HELP!

    I disagree. It seems relatively straightforward to me.

    You need two derived columns - Add1 and Add2 say.

    Add1 will be Left(Address, 30)

    and Add2 will be characters 31-60 (use a substring function...

  • RE: CSV Import Problem

    GN-340682 (11/26/2010)


    Hi John,

    Thanks for the reply.

    I've tried that. It just pushes the problem on. It seems that if I do that when it gets to the next numeric field it's...

  • RE: SQL Agent not running on FTP

    Adiga (11/25/2010)


    However it looks like the SQL Server Agent startup account does not have access to the path specified. Can you double check if the SQL Server Agent is starting...

  • RE: SQL Agent not running on FTP

    Well done. I have no idea either 🙂

  • RE: SQL Agent not running on FTP

    Does the path include drive letters? If so, can you use a UNC path instead?

  • RE: SQL Agent not running on FTP

    Do you mean that the SQL Server Agent service is using your own personal credentials to run?

  • RE: Add a package variable to the data flow

    No problem, thanks for posting back.

  • RE: Add a package variable to the data flow

    Delete that green arrow.

    Then connect source to derived column and derived column to destination (use green connectors).

    Then amend your mappings. The new derived column should be available as an extra...

  • RE: Add a package variable to the data flow

    Add a derived column transformation into your data flow - set its value as required and then map it to the desired destination column, same as all your other columns....

  • RE: SSIS Transfer Object Task

    I'm sorry, I don't know what else to suggest.

    This link suggests that what you are trying to do should work just fine.

  • RE: Creating Db Tables with Foreach Loop

    Maybe it's worth trying this with an Expression instead and seeing what happens.

  • RE: Windows Phone 7

    Steve, you make no mention of the BlackBerry in your article. While it may not be quite as much fun to use as Android, iPhone, WP7, it's a pretty efficient...

  • RE: SSIS Transfer Object Task

    That won't make your problem go away.

    This sounds like a job for backup/restore to me 🙂

  • RE: SSIS Transfer Object Task

    The rest of this thread is about transferring objects between a 2005 database and a 2008 database - that makes two databases. So I mean the other one, presumably on...

  • RE: Import data into .csv file

    Assuming you're using a dataflow to get data from A to B, you can use a Conditional Split to redirect your '0' data out to a CSV file while your...

Viewing 15 posts - 11,716 through 11,730 (of 13,849 total)