Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)

  • RE: Store result in Variable

    Thom A - Wednesday, September 5, 2018 4:36 AM

    You mean?
    SET @v_result = cast(DATEDIFF(s, @v_time, @v_date) as bigint);

    As easy as that!!

    Thanks...

  • RE: Skip rows when import a Flat File

    Luis Cazares - Wednesday, January 3, 2018 8:37 AM

    Vitor da Fonseca - Wednesday, January 3, 2018 8:25...

  • RE: Skip rows when import a Flat File

    Luis Cazares - Wednesday, January 3, 2018 7:02 AM

    Vitor da Fonseca - Wednesday, January 3, 2018 5:58...

  • RE: Call sp from a Case statement

    anthony.green - Monday, December 4, 2017 7:08 AM

    Vitor da Fonseca - Monday, December 4, 2017 7:01 AM

  • RE: Call sp from a Case statement

    Not as simple as that, sorry
    Two distinct jobs which one with different steps, that is why I am having difficulties: crying:

  • RE: Call sp from a Case statement

    The SP delete all records from the table "Imart.ChurnRate" and then inserts information from two other different tables with these column names:

    BASE.SUBS_WEEK_AND_YEAR, DAY_ID, DATE, CHURN.BB_PACKAGE ,CHURN.DTH_CUSTOMER_TYPE, CURRWK, LASTWK,...

  • RE: Call sp from a Case statement

    Hi, Many thanks for your reply. What I'm trying to do is running a script/code which I put in a ‘Stored Procedure’ after the other two jobs have completed successfully
    ...

  • RE: Subtract Dates

    Thanks,

    I won't have time to check it today, but I will check it tomorrow, and will let you know.

    Many Thanks,

  • RE: Subtract Dates

    Hi,

    I been using 'Simple Date in month to date',

    also used

    AND(Simple Date >= DATE(YEAR(TODAY()), MONTH(TODAY()), 1), Simple Date < DATEADD(DAY, 1, TODAY()))

    but what I really would like is that...

  • RE: Parameters - Date displayed in US Format

    Thank You for the help, seems to work

  • RE: Parameters - Date displayed in US Format

    Apologies, if I not explain correctly the issue, which is:

    I am using Visual Studio 2005, and I can buid the query, I set up the parameters Start Date and End...

  • RE: Formulas and Formats

    Thanks, I will be posting the query there.

Viewing 12 posts - 1 through 12 (of 12 total)