Viewing 15 posts - 406 through 420 (of 8,760 total)
Just wanted to reiterate my initial question to the OP, is the format fixed?
😎
The reason for asking is that if the format is fixed, one can easily half the work...
October 7, 2020 at 4:23 pm
Just found this and, being an older person, I'm loving it.
I can see where this is going;)
😎
October 2, 2020 at 4:04 pm
Hi all,
I have some data which is provided, unfortunately I have no control over the format.
One crazy column contains some data i need to split into two columns, i...
October 1, 2020 at 12:04 pm
Honestly, this is why I personally find it easier to just store anything in UTC if I'm ever working with time sensitive data, or multiple timezones (and I include...
September 28, 2020 at 4:29 pm
So, it uses the same kind of lookup table but stored in Windows Registry.
Not sure how gods is it in terms of performance, but it does not eliminate the...
September 28, 2020 at 3:37 pm
Eirikur Eiriksson wrote:My "favourite" response ever for that question is "do you mean now?"
We're in now now
As of 2020-09-25 16:42 BST, you owe me a keyboard!
😎
Should have learned to have...
September 25, 2020 at 3:46 pm
"How do you get the current date and time using T-SQL question that 20 out of 22 candidates couldn't answer before I stopped counting. It's NOT a...
September 25, 2020 at 2:25 pm
Ok here are two recent winning recursive cte's. Be gentle when evaluating the opposing answers 🙂
https://stackoverflow.com/questions/63922869/get-an-interval-of-dates-from-a-range-of-dates/63923536
https://stackoverflow.com/questions/63919706/fill-missing-months-on-a-date-query/63920844
As a bonus, here losing while using an ordinal splitter
https://stackoverflow.com/questions/63886788/extracting-date-from-text-in-sql-using-cursor/63887736
Thank you for posting...
September 20, 2020 at 1:15 pm
What is the minimal way to create a tally table/tvf/cte and to describe its advantages (if any) versus recursive cte's? For the past several weeks I've observed most (all)...
September 19, 2020 at 4:36 pm
This is an illustration, not real code. Presumably, you might have lots of other code that checks for the need to rollback.
However, I'm not sure SET and SELECT impact...
September 8, 2020 at 3:59 pm
Hi inayatkhan,
and thank you for providing the data and the results for your question, much appreciated!
😎
Unfortunately, I'm struggling with the logic as nothing is inserted into the #Summary table? Can...
September 8, 2020 at 3:46 pm
Thanks Steve, good question.
My take on it is that "begin tran --- rollback" = "Oops"
😎
On a more serious note, many do not understand the difference between SET and SELECT in...
September 8, 2020 at 3:27 pm
My guess is that "if at one stop i have more than one address then i have siblings" is lost in translation, and I think you need to read...
September 4, 2020 at 4:05 pm
OK the thing behind it is COVID-19.
The customers are students boarding a bus so if at one stop i have more than one address then i have siblings and...
September 1, 2020 at 3:00 pm
Honestly, I have to wonder what the end objective is here. If anyone thinks that they can just dictate a specific bus seat for a specific child or set...
September 1, 2020 at 2:36 pm
Viewing 15 posts - 406 through 420 (of 8,760 total)