Viewing 15 posts - 5,176 through 5,190 (of 59,089 total)
Tried TRUNCATE - no errors. Tried DELETE - 0 rows affected.
But I probably found the reason, this is likely to be a cloned database, that was created with DBCC...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2021 at 10:49 pm
I tried, but we are still having records that are unmatched.
Then you have actually having records that don't match because the function is not capable of creating different outputs...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2021 at 6:36 pm
Another way... the formula in the CROSS APPLY converts the substring to a DATETIME2 just in case you want to see how to do that. The WHERE clause ensures that...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2021 at 4:05 pm
This seems to be really destructive. Are you just trying to do "Data Masking"?
If you really do want what you've stated, then it's real simple (using the test table...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2021 at 1:30 pm
I don't know of any such change. I'm thinking that there would be a million person march on Redmond if there were. Have you checked the raw data to see...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2021 at 1:03 pm
Considering that my last name contains only 5 letters and you couldn't even spell that right, I suspect a PICNIC problem on your part. The code runs nasty fast in...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2021 at 12:58 pm
Hang in there. I made some good progress (fully testing along the way) but I had another late work night and it's time for bed (01:49 AM). I'll work on...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 8, 2021 at 5:50 am
We're just guessing here... post the actual code for get_OrderVerified
--Jeff Moden
Change is inevitable... Change for the better is not.
June 7, 2021 at 5:19 pm
I'm still getting the "Invalid length parameter passed to the LEFT or SUBSTRING function." error.
See the first link in my signature line below and provide the readily consumable format...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 7, 2021 at 5:14 pm
Perhaps this diagram will help illustrate the situation. In any of the given scenarios I need to find ALL related nodes given the ID of any node in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 7, 2021 at 5:10 pm
IMHO, the only thing that has changed in the "blame game" or even the "tech blame game" is that a whole lot more of it is seen by the public...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 7, 2021 at 3:49 pm
I wish that people would start writing articles on "Scaling QUALITY". Actually, a lot of folks need to start on the 101 version of that. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
June 7, 2021 at 3:46 pm
One more shot in the dark. I'm actually following a thread of something kind of similar on another thread.
Since the tables are supposed to be empty and rowless, try doing...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 7, 2021 at 3:43 pm
I was thinking on the table and I would like to make separate columns for Oven and Line..
Funny thing there... I figured that early on (part of "column normalization)...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 7, 2021 at 3:29 pm
Ok... We need some details...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 6, 2021 at 1:15 pm
Viewing 15 posts - 5,176 through 5,190 (of 59,089 total)