Viewing 15 posts - 5,416 through 5,430 (of 59,068 total)
Hello,
Here is the situation.
April 1, 2021 at 8:48 pm
By the way, today is Steve Jones birthday!!
Happy Birthday!!!
Are you old enough to know better yet??
If that's true, Happy Birthday, Steve!
April 1, 2021 at 8:44 pm
Hi folks
I can't find anywhere else to ask this, so here it is. SQL Server 2017 Standard Edition is restricted to 24 cores. Does this mean that the licencing...
April 1, 2021 at 8:43 pm
Sorry, I just have to ask: why would logical file name(s_ need to be preserved? Are they hard-coded in some existing statements? That seems dangerous, what if files are...
April 1, 2021 at 5:43 pm
Saints be praised. I'm allowed up to a 15 minute outage at 9 tonight. I couldn't use Scott's suggestion 100% because I can't have two files with the same logical...
March 31, 2021 at 11:35 pm
Thanks to both of you. I'll take a look. I really appreciate it.
March 31, 2021 at 8:07 pm
How do I integrate your
CROSS APPLY dbo.itvfGetSeconds(Call_Time) ctsec CROSS APPLY dbo.itvfGetSeconds(Talk_Time) ttsec
code with the needed code below?:
FROM a2wh.dbo.CallLogCommon com with (NOLOCK)
JOIN a2wh.dbo.Campaigns ud with (NOLOCK)
ON com.[campaign]...
March 30, 2021 at 3:23 pm
Another thing is, what is the allowable latency for the data? Does it actually have to be up-to-the-second accurate or is it something that you can download once overnight and...
March 30, 2021 at 1:29 pm
Thanks for the observations you made on this, Pete. It might be worthy of a new "Feedback" item as a "bug".
And, yeah... I can see people doing this... there have...
March 30, 2021 at 1:25 pm
I agree. Validating dates and times from possibly free-form sources is a real pita, especially in the presence of only "implied" specs. The OP never stated if the inputs always...
March 30, 2021 at 1:03 pm
The problem is, that's not a function. That's a script. Convert it to a function while I'm writing a similar one. 😀
And you seem to be saying that 'SELECT *...
March 30, 2021 at 3:53 am
Ok... the premise of this thread is that we want to use "Better Practices". 😀 We not only want good code, but we want it to be simple and a...
March 30, 2021 at 2:39 am
Dave,
I'm a bit confused by the functionality you express in your code. You're subtracting Talk_Time from the Call_Time. Perhaps things have changed a bit but, IIRC, Talk_Time is the duration...
March 29, 2021 at 9:42 pm
Judging by the way it's being used, the dbo.fnGetSeconds function appears to be a scalar function. That's really not a good thing. If you would post the complete code for...
March 29, 2021 at 5:50 pm
Viewing 15 posts - 5,416 through 5,430 (of 59,068 total)