Viewing 15 posts - 4,411 through 4,425 (of 59,087 total)
Thanks to all
Adelia,
Don't go yet. I asked you some questions about datatypes that you've not answered yet. If you let me know that the datatypes of the start and...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 2, 2021 at 2:14 pm
I'd say it depends on how often you need to show the resolution duration. That's a rather complex calc to do repeatedly..
I have to disagree. If you...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 1, 2021 at 11:49 pm
Regarding calculated column VS persisted triggered data, I don't have enough knowledge so I would like to read more. I was expecting the indexes to come to play already...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 1, 2021 at 11:33 pm
I'd say it depends on how often you need to show the resolution duration. That's a rather complex calc to do repeatedly..
I have to disagree. If you use the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 1, 2021 at 3:31 pm
One would hope response time wouldn't change... though I've seen companies where even that might not be true.
I could see resolution time changing (e.g., help desk declares it resolved,...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 1, 2021 at 3:26 pm
Strong suggestion, don't store the response time. Store the start and stop times and then calculate the response times when you retrieve the data.
I have to ask,...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 1, 2021 at 3:14 pm
Strong suggestion, don't store the response time. Store the start and stop times and then calculate the response times when you retrieve the data.
I have to ask, what is...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 1, 2021 at 2:31 pm
This will shock most but I've had to climb this hill many times in the past. These are "durations". Don't store them as date and time datatypes. Before I can...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 1, 2021 at 2:26 pm
I've got to ask, as well. Why the requirement of doing the transfer with (ugh!) XML? That is, quite possibly, the absolute slowest and "pipe heavy" method that you could...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 1, 2021 at 2:13 pm
Sorry... posted in the wrong spot. Deleted this post.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 1, 2021 at 2:04 am
UPDATE:
Like the rest of the world, I had been duped into thinking that Random GUIDs are bad. The two most cited reasons are that they're 4 times bigger than an...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 1, 2021 at 2:00 am
Has anyone done this on servers with numerous applications accessing them? How do you handle applications slowing down due to the loss of indexes? And how does Always On...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 31, 2021 at 11:19 pm
Ah.... sorry.... What do you want the output to look like for the test data you provided? I ask because you have multiple clients and you've not identified what you...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 30, 2021 at 1:58 am
Heh... you really should trying running your own code before you post it. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
October 30, 2021 at 1:44 am
A numbers splitter is a really nice solution. I thought the question was already answered. What else could be done with a numbers splitter?
Converting Integers that look like dates...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 30, 2021 at 1:30 am
Viewing 15 posts - 4,411 through 4,425 (of 59,087 total)