Forum Replies Created

Viewing 15 posts - 31 through 45 (of 138 total)

  • RE: convert string to date SSIS 2008 R2

    Glad you were able to get it working.

  • RE: Question about dynamic OLE DB connections

    Resender (9/26/2013)

    Last week I made a package in which it worked no problem & converted into a template.

    This week whenever I try and test it I get an error that...

  • RE: Struggling with this Data Mart

    I'm fairly new to this, also. A reference I've found very helpful is Star Schema Complete Reference by Christopher Adamson. It's been a good companion to Kimball's Toolkit....

  • RE: dynamic filename in SSIS flat file source

    Shaun2012 (9/19/2013)


    i am geting lost no idea how to do it.. im new in it..

    The article suggested by Chrissy321 should walk you through how to do a dynamic expression for...

  • RE: convert string to date SSIS 2008 R2

    axes2000 (9/19/2013)


    hi all,

    I never found the SSIS 2008 R2 section so I am posting this here since it really is of somewhat general interest:

    how do I convert a date in...

  • RE: SSIS package - Send email if dates are off

    Glad to hear you got it working. Thanks for reporting back your approach.

  • RE: SSIS package - Send email if dates are off

    J M-314995 (9/5/2013)


    After nightly system processing, 7 date fields need to be "todays" date and 2 of the date fields need to be "yesterdays" date. If all 7 don't...

  • RE: How to find the properties of a flat file(.txt) when defining ssis connection manager

    tinnusqlserver (9/8/2013)


    Please Advise!!

    I have to import data from a .txt file using SSIS package into sql server.

    HOW CAN WE FIND(KNOW) THE

    a) Format

    b) Text Qualifier

    c) Header row delimiter

    d) Row Delimiter

    e) Column...

  • RE: One or two fact tables?

    Koen Verbeeck (8/9/2013)


    kl25 (8/8/2013)


    Koen Verbeeck (8/8/2013)


    OK, now that I see the data, I think you should have 2 fact tables, because indeed they are at two different grains.

    Interesting topic. ...

  • RE: One or two fact tables?

    Koen Verbeeck (8/8/2013)


    OK, now that I see the data, I think you should have 2 fact tables, because indeed they are at two different grains.

    Interesting topic. I've been struggling...

  • RE: Solution sought. Advice needed. SSIS?

    RedBirdOBX (8/6/2013)


    Interesting!! Thanks. I will look into....

    A couple of cautions. I wouldn't recommend just leaving the package as you find it from the wizard. Update names, use...

  • RE: Solution sought. Advice needed. SSIS?

    RedBirdOBX (8/6/2013)


    Every day, I connect to both our internal DB and our external (web site) DB using SSMS. I then go through Import/Export Wizard and simply import the data...

  • RE: SSIS - Exec SP in Data flow

    ugh3012 (8/5/2013)


    I have a SP that does bunch of stuff. It ends with a select statement from a temp table. How do I invoke that SP and send the output...

  • RE: FTP is not sending user define varible

    dineshvishe3 (7/25/2013)


    I want time stamp should attached to file and that file should be send by FTP.

    Is it possible that there is a lag between when the file is created...

  • RE: FTP is not sending user define varible

    Final:-D:\test20130724_230456_662000000.xls which having expression

    "D:\\test"+Replace(Replace(Replace(Replace((DT_WSTR,50)(getdate()),"-","")," ","_"),":",""),".","_")+".xls"

    But [Connection manager "FTP Connection Manager"] Error: An error occurred in the requested FTP operation. Detailed error description: The filename, directory name, or volume label...

Viewing 15 posts - 31 through 45 (of 138 total)