Forum Replies Created

Viewing 15 posts - 16 through 30 (of 37 total)

  • RE: Stripping Out Quotes

    In my case I just needed to replace the quote with a space.

    The replace worked fine.

     

    Thanks

  • RE: Sql Server SP to Access

    I need to use access and recreate the SP that I have in SqlServer.

  • RE: Sql Server SP to Access

    The file is access because its an MDB...

     

    OK how about this. Is it possible to create a temporary table in access like in Sql.

    In Sql we use the ##tbl_name....

  • RE: Sql Server SP to Access

    I really am not sure. Access is new to me. I have not worked with Access much.

     

     

  • RE: Test Error

    Mine is a diffrent error. Everything works fine...but when I go into the transformation properties and click the test button I get an error.

     

    For your case are you pointing to...

  • RE: Test Error

    I have not changed anything on the UDL. Its type Sql Server.

     

     

  • RE: Test Error

    its very simple.

     

    I have:

    1 text file source, 1 udl and a transformation task between the text file and the UDL.

    Then I map the column from the text file to the...

  • RE: Test Error

    The text file is always there it never gets deleted.

    Thanks

     

  • RE: Update Using A Subqury

    In the select statement I changed the table name where your retrieving the date.

    Thanks Again

     

     

    UPDATE AE SET AE.count_fact = dtCounts.count_fact

    FROM #tmp_ar_exception AE INNER JOIN

    (

    SELECT DISTINCT #tmp_ar_exception.dt_id, COUNT(F_AR_Detail.date_id) AS count_fact FROM...

  • RE: Update Using A Subqury

    I changed it a little and it worked your a genuis coming up witht that code....thanks man

  • RE: Update Using A Subqury

    Thats really close, but It only updates one record not the two records it suppose to. Ill work on the code you supplied and see what I come up with.

     

     

     

     

  • RE: Update Using A Subqury

    I dont have a rule for one record.... I need to use both values that were returned by somehow use them one at a time to update. 

  • RE: Reading Files From A Directory

    thats even better. thanks dude.

     

     

  • RE: Reading Dyanmic File Names

    thanks for all the info....I think Meghana's script can help alot.

     

     

  • RE: Reading Dyanmic File Names

    This looks really good, but It has to be dynamic. I have to load and leave.

    Thanks for the heads up.

Viewing 15 posts - 16 through 30 (of 37 total)