Forum Replies Created

Viewing 15 posts - 10,786 through 10,800 (of 11,676 total)

  • RE: Passing a table between Data Flows

    Where is that SQL Task with the update located? Between the two dataflows?

    If yes, then your situation is normal 🙂

    You can keep everything in one dataflow, but then you must...

  • RE: Build date table

    Good question, but an even better follow-up discussion.

    Thanks for the code examples!

  • RE: Nulls

    I like the point the question tries to make (which is a very important one), but the explanation is lacking. Some links would have been nice and an explanation of...

  • RE: Error during Denali set-up

    Thanks for the answer. The problem is that set-up fails directly after the set-up rules, so I haven't seen a UI yet where I can choose settings.

    I've searched the logs...

  • RE: Nonclustered Indexes

    WilliamD- (12/7/2010)


    Slightly misleading wording. It should read "how many columns can be used in a nonclustered index key". The important part is to make clear that you are...

  • RE: Nonclustered Indexes

    Nice and easy. Thanks!

  • RE: Delete Old files in the destination folder

    Paul_Blackwell (12/6/2010)


    Abhas,

    You can use the Execute Process Task and File System Task to perform your operations. Create the necessary variables so that you can configure your package and applying...

  • RE: Count number of rows in all tables..

    coolakhil4u6 (12/5/2010)


    If I just use the SQL Query straight out what is the use of using SSIS??? so I want to do it SSIS totally... any ideas

    That is like trying...

  • RE: zip folder

    I have never done it before, but I'm pretty sure you can unzip files with a script task. There will already exist some .NET code on how to do this...

  • RE: Text File source to OLE DB Destination

    As other have already pointed out, you really need a question if you want an answer to your problem.

    Please read the following blog post:

    Need an Answer?

  • RE: Copy Column task in SSIS

    No. It just copies columns.

  • RE: Data Type Help

    What is the error that you get?

    Are you sure that all strings can be converted to a numeric format?

    Normally you could use the Conversion component or the Derived Column Transformation.

  • RE: sys.syscomments

    The question on itself is OK, but why a question about a deprecated SQL Server 2000 system table? (as BOL clearly states here)

    I would have prefered the same question but...

  • RE: sp_tables

    payalvyas11 (11/30/2010)


    I too answered incorrectly after reading the documentation of msdn. The statment "any object that can appear in a FROM clause, except synonym objects", made me assume that user...

Viewing 15 posts - 10,786 through 10,800 (of 11,676 total)