Viewing 12 posts - 1 through 12 (of 12 total)
Thom A - Wednesday, September 5, 2018 4:36 AMYou mean?SET @v_result = cast(DATEDIFF(s, @v_time, @v_date) as bigint);
As easy as that!!
Thanks...
September 5, 2018 at 4:57 am
January 3, 2018 at 9:01 am
January 3, 2018 at 8:25 am
December 4, 2017 at 7:33 am
Not as simple as that, sorry
Two distinct jobs which one with different steps, that is why I am having difficulties: crying:
December 4, 2017 at 7:01 am
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,...
December 4, 2017 at 6:45 am
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
...
December 4, 2017 at 6:08 am
Thanks,
I won't have time to check it today, but I will check it tomorrow, and will let you know.
Many Thanks,
March 2, 2009 at 9:03 am
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...
March 2, 2009 at 7:56 am
Thank You for the help, seems to work
February 26, 2009 at 4:16 am
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...
February 25, 2009 at 6:30 am
Viewing 12 posts - 1 through 12 (of 12 total)