Viewing 15 posts - 6,826 through 6,840 (of 59,072 total)
See the 2nd link in my signature line below on the information you should provide on performance related problems. Thanks.
Okay thanks I'll follow this guideline going forward. Could...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 4, 2020 at 2:00 am
Developers think its always DBA's fault bcz the query is running slow . Initially they were pulling data to temp tables which we corrected into physical tables and drop...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 3, 2020 at 12:15 am
See the 2nd link in my signature line below on the information you should provide on performance related problems. Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 2, 2020 at 5:04 pm
Our developers are running a huge select query pulling millions of records for a datawarehouse and when examined the query shown no issues in the Executionplan .
Heh... you've correctly...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 2, 2020 at 4:58 pm
@as1981 ,
Apologies for missing your question on this.
Yes, it's possible to work it out from historical information as you've said but it's still pretty much of a SWAG simply because...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 1, 2020 at 7:47 pm
I don't know if it will help in this case but you CAN write a unique index with an "Ignore Duplicates" attribute that will simply not insert duplicates and won't...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 30, 2020 at 8:49 pm
WHERE SUBSTRING([column],CHARINDEX('^',[column],PATINDEX('%PQ5|1|[0-9]%',[column])),4) = '^^^^'If you look at the following post where the OP finally posted some semblance of the data he's actually trying to filter, you'll...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 29, 2020 at 3:41 pm
A moment of silence, please.
I heard from his family and Mike Vessey, https://www.sqlservercentral.com/author/mvdba, passed away on 25 Jun 2020. I was pleased to meet Mike and host him...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 29, 2020 at 3:36 pm
Look at the code... I had to write it without being able to run it. You have the advantage of testing. 😀 Look at the ON clause... see the mistake...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 27, 2020 at 11:01 pm
well, that is way over my head. I have a lot to learn. I understand the Joins and the Alias but is there a way to do it with...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 27, 2020 at 10:26 pm
I still don't have test data and don't have the time today to make some but this should be close...
WITH cteShift AS
(
SELECT ShiftStartDT...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2020 at 11:14 pm
Understood... back in a few...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2020 at 10:11 pm
Just posting some solution that you can think of doensot make you pro and doesnot make ignorant.
When someone posts on forum it means that they can't get through documentation(which...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2020 at 7:06 pm
It's difficult to tell if you just want a sum by week (observing the times of the shifts) or if you want the sums by shift. If the former, the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2020 at 7:01 pm
Post deleted because the op seemed offended by advice on how to post such problems.,
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2020 at 5:47 pm
Viewing 15 posts - 6,826 through 6,840 (of 59,072 total)