Forum Replies Created

Viewing 15 posts - 11,041 through 11,055 (of 13,877 total)

  • RE: SSIS access denied problem

    I can't see any reason why this would help in this case, but I have generally had more success using UNC paths rather than mapped drives for jobs like this.

  • RE: Appending 00 for column values

    Thanks Phil, well now I am beginning to know enough about SSIS to be a danger to myself and anyone around me.

    No problem!

  • RE: Appending 00 for column values

    Hehe.

    Here's how it's done in SSIS.

    1) Add a data flow task.

    2) Add an OLEDB source connection to the DF.

    3) In the connection manager settings for the OLEDB source, select 'SQL...

  • RE: Eliminate Loop and take a set-based approach

    Thanks for the extra detail - makes more sense now.

    If you want to avoid loops, you'll need to use the power of the database - and as the data is...

  • RE: Eliminate Loop and take a set-based approach

    I'll start off by saying that I am almost certain that no WHILE loop will be required here.

    But in order to get to a solution, I'll need to ask a...

  • RE: How to get query result in .CSV file with UTF-8 format.

    It seems that you are not the first to come across this problem. Take a look here and see whether it might be relevant.

  • RE: ssis and ssrs interview questions

    Jeff Moden (11/11/2011)


    Gosh... I went back and looked at one of the links for SQL Server questions and answers. Part of the reason that I recommend NOT using such...

  • RE: Loop Keyword in SQL SERVER-BY-SHUBHAM SAXENA @INVENTIVE INFORMATICS

    Not sure I understand. How is this related to SSIS?

  • RE: ETL Design

    Note to OP: sorry for hijacking your thread 🙂

    Morocco is hectic and chaotic. An interesting place, with some excellent people and many more who are just trying to separate me...

  • RE: ETL Design

    Koen Verbeeck (11/10/2011)


    Phil Parkin (11/10/2011)


    kramaswamy (11/8/2011)


    IF there isn't a huge amount of logic being used to transfer the data, maybe you could use a foreach loop, and have a table...

  • RE: ETL Design

    kramaswamy (11/8/2011)


    IF there isn't a huge amount of logic being used to transfer the data, maybe you could use a foreach loop, and have a table which has the names...

  • RE: Advice on update

    luismarinaray (11/2/2011)


    Hi,

    How do you update a group of records with the following "features",

    By each group, update every record, with a counter which has to begin from 1 for each group.

    I...

  • RE: Subquery With Aggregates and Pivot

    Many of the headings are dynamic based on the current date, e,g, 2010 (Last Year), Year To Date (2011 YTD), Month to Date (MTD), Last Month (Sep 2011), etc.

    I'll just...

  • RE: SSIS - FTP TASK - DYNAMIC FILENAME

    No problem and good luck. Please post back when you get the problem resolved.

  • RE: SSIS - FTP TASK - DYNAMIC FILENAME

    OK, that is weird. If it were me, I'd start thinking about deleting that FTP task and putting in another (with exactly the same settings/config, of course). Sometimes, it's as...

Viewing 15 posts - 11,041 through 11,055 (of 13,877 total)