Viewing 15 posts - 1,441 through 1,455 (of 8,760 total)
May 7, 2018 at 1:00 am
May 7, 2018 at 12:51 am
May 6, 2018 at 11:36 pm
I was told in my company (one of the IT Architects that work with me) ...
May 6, 2018 at 9:09 am
I can understand some beings like banana flies which life spans around a week to have only limited temporal conception but this one is just too much
May 6, 2018 at 8:56 am
May 6, 2018 at 8:52 am
May 6, 2018 at 8:33 am
May 6, 2018 at 7:54 am
If you need to include holidays on top of the weekends, you will need to incorporate a calendar table.
😎
May 6, 2018 at 7:39 am
May 5, 2018 at 3:47 am
Just wondering how much the bank has spent so far on making this "savings"? Somehow the project cost figures are nowhere to be found.
😎
May 5, 2018 at 3:40 am
May 5, 2018 at 3:25 am
ID StartDay EndDay
1...
May 5, 2018 at 3:15 am
ringovski - Friday, May 4, 2018 4:45 PMThanks for the reply, but how do i apply your cte's to my statement?
The CTE...
May 5, 2018 at 12:57 am
This query filters out the weekends
😎
USE TEEST;
GO
SET NOCOUNT ON;
DECLARE @SAMPLE_SIZE INT = 100;
;WITH T(N) AS (SELECT X.N...
May 4, 2018 at 1:37 am
Viewing 15 posts - 1,441 through 1,455 (of 8,760 total)