Viewing 15 posts - 4,666 through 4,680 (of 59,089 total)
It's all Steve Jones. His idea. His execution. He deserves all the credit.
Not to mention being the prime driver of this whole site! +1 Billion to Steve!
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2021 at 12:16 am
Did any of those solutions help you or is there something else that you need help with on this problem?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2021 at 12:12 am
BWAAAA-HAAAA-HAAAA!!! I've found that "Penalty of Death" will sometimes work! 😀
I agree with Ant-Green's statement. All of our data is encrypted and that means everything and not just SQL Server...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 15, 2021 at 12:08 am
@jeff - while concat_ws deals well with nulls on this case it could also cause a collision on a case where one row has null vs one with ''...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2021 at 11:53 pm
P.S. I will also be presenting on the topic of Module Signing at the upcoming PASS Data Community Summit 2021: Module Signing: Use Certificates to...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2021 at 10:50 pm
Interesting. Thank you for taking the time to post the feedback.
Out of curiosity, when is the last time the SQL Server Service was restarted?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2021 at 10:36 pm
Steve,
I'm pretty sure that most folks will recommend against the use of the Lightweight Pooling option for most things. The reason I mentioned it was to make sure it wasn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 14, 2021 at 12:39 am
I agree with Brian. The code you posted doesn't even contain the "product_month" column and so I also wonder if you have the correct code posted or if you've just...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2021 at 11:17 pm
It could be a settings difference between VS and SSIS. For example, VS could be using connections that use one type of setting for ANSI NULLs and SSIS could be...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2021 at 10:27 pm
Been there and done that. Totally understood.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2021 at 4:58 pm
Only based on history, I've seen a lot of times where someone swears nothing was changed with anything having to do with the front end only to find out later...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2021 at 1:18 pm
Wouldn't it have been nice if MS had made the "datepart" of all these temporal functions so they could have take a variable? Lordy.
I do like that code, Jonathan.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2021 at 4:14 am
Nicely done, Alan. Your code runs faster than GetNums and fnTally because it only uses 2 CROSS JOINs instead of 31 and 3 respectively. It also doesn't have the habit...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 13, 2021 at 3:24 am
I know this sounds a bit stupid but I can't see what you see. My first check would be to see if the "missing" databases actually exist any more. My...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 12, 2021 at 7:08 pm
The answer to your question is most likely "YES" but you've not provided enough information to go any further than that. Please see the first link in my signature line...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 12, 2021 at 6:04 pm
Viewing 15 posts - 4,666 through 4,680 (of 59,089 total)