Forum Replies Created

Viewing 15 posts - 106 through 120 (of 806 total)

  • RE: conversion column string to date in ssis

    You have to do this in BIDS. I do not believe the import wizard gives you much flexiblity.

    You need to use a derived column and then use split string...

    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 - Copy to multiple XLS based on Parameter table

    Using a data flow and a EXCEL source, import the two tables. Use a merge join to join the two flows into one.

    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: Export into multiple flat file from a single table

    Sorry, is slightly different for components.

    You should do it nin the preexecute of the component.

    Public Overrides Sub PreExecute()

    Dim...

    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 Change Connection String in Connection Manager permanently

    Config files set the variables / properties at runtime. When you open the package with the config file valid, it will alters update the properties. It does not harden the...

    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: No ConnectionString Property in ForEach Loop Container

    The property is on the connection manager, not dataflow.

    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: OLEB Destination Source fails after Sort Task

    If you suspect date columns, they are obviously dates which ssis does not mind but SQL does. I have had this in the past with dates of 1 Jan 1020...

    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: OLEB Destination Source fails after Sort Task

    If you set your dest to be table (not fast load) and redirect any errors, does that give a hint? Other wise the slow method of column by column 🙁

    As...

    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: Retry SSIS package step on package failure

    For the benefit of others, what was the problem?

    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: Can I take data from a Web Service(XML) to a table with no intermediary files?

    You have to have a physical XSD I'm afraid.

    You can set this via a config file or a variable / expression.

    You can also provide an URL for the XML filename...

    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

    For crying out load - use BCP. It is not "not format friendly" what it is, is beyond your currently skill level. This can be changed by doing some reading....

    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 value returned from dtexec "package" run

    I do not believe cmd or ssis swallow any errors. There is something else wrong.

    Changing your print to a select?

    Also, how are you trying to run SSIS without having 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!

  • RE: OLEB Destination Source fails after Sort Task

    It does not look like a SQL dest component that he is using. Judging by the errors and icon.

    But there should be something else in the way off errors. Something...

    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: Export into multiple flat file from a single table

    Look at dts.connections(n)

    You select your connection and change it's values.

    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

    What defines a friendly format? Delimited by fluffy bunnies and pink flowers?

    If you did a bit of reading on BCP, you would find you can format it with whatever 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: data type conversion

    GGAAAARRRRRRRRRR Why the double post

    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 - 106 through 120 (of 806 total)