Viewing 15 posts - 6,856 through 6,870 (of 59,091 total)
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
I agree. It's been a very long time since I worked with Oracle but semi-colon placement was critical.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2020 at 3:11 am
Heh, nothing changes. I find the licks in the article to still be very relevant today and the more than a decade old discussion sound as if it occurred today.
Nothing...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2020 at 2:45 am
That leads us back to the question I asked that hasn't yet been answered... before the OP makes any "plans", the first thing that should be done is an evaluation...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2020 at 1:59 am
Also, when you have columns that have the same names except ending with a 1 or a 2, you may also want to look at normalizing the data into...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2020 at 7:52 pm
Hi Jeff
We have to pull in everything from the documents as we don't know what is needed for reporting purposes (orders from the higher-ups).
This is the only document that...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2020 at 1:50 pm
Have you checked seriously to see if you need a table with than many NVARCHAR(MAX) columns? If so, perhaps you're using the wrong kind of database. Perhaps a "document" database...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2020 at 3:48 am
Viewing 15 posts - 6,856 through 6,870 (of 59,091 total)