Viewing 15 posts - 7,261 through 7,275 (of 59,072 total)
As a desperate try, we removed the index and suddenly the truncation error went away.
Lordy. Thanks for the feedback on that. It's very timely as I was going to...
April 16, 2020 at 3:04 am
DevOps is a culture, but the culture isn't to write sloppy code faster. It's to release the changes, backwards compatible, quicker.
While I agree about the culture part of that,...
April 15, 2020 at 7:23 pm
You say you tested and nothing exceeded 6 characters in the source table. If you use LEN() to do the test, you did it wrong. Use DATALENGTH() instead and see...
April 15, 2020 at 7:15 pm
Heh... this quote says it all about many situations...
"Lord give me patience because... If you give me strength, I'm gonna need bail money to go with it".
April 15, 2020 at 7:04 pm
That's kind of what I'm talking about. It's difficult for many people (especially managers) to understand that, many times, the key to increasing velocity and efficiency is to slow down...
April 15, 2020 at 12:40 pm
You should read and understand the documentation on any functionality before you try to use it.
https://docs.microsoft.com/en-us/sql/t-sql/queries/top-transact-sql?view=sql-server-ver15
April 15, 2020 at 2:51 am
Heh... so many companies seem to have adopted the attitude of "We have to so something... even if it's wrong" and then they bitch about a slow release cadence with...
April 15, 2020 at 2:40 am
If you're going to split the data on the way in, even if it's just two columns, you're going to need a "Format File" to do it. If no one...
April 13, 2020 at 4:13 pm
Actually, Joe, I care very much about having a "corrected [sic] data model" and that's why I'm suggesting that having a NULL EndDate is the wrong way to do things. ...
April 13, 2020 at 3:55 pm
Man... I followed the first link and clicked through a couple of links to get to the following...
I have to say (again) that I absolutely hate Microsoft documentation. They...
April 13, 2020 at 3:46 pm
Understood but many such "in-house-only" application and other data has been compromised both when someone gets into the nickers of your "in-house" domain and from "inside-jobs" done by less than...
April 13, 2020 at 1:57 pm
It would be handy if you posted the links you found as clickable links instead of a graphic. 😉
April 12, 2020 at 10:03 pm
Just like the other post, I'll remind you again that you need to tell management to get their act together and stop storing SSNs in clear text. You will never...
April 12, 2020 at 9:58 pm
That's why I don't use PIVOT code. You should see the trainwreck when you need more than one PIVOT in the same query (for example: Qty and Amount for each...
April 12, 2020 at 6:10 pm
Looking at what Frederico has done in code, I'd probably do it the same way IF the Promise Number and Location are unique within a row set group and that...
April 12, 2020 at 2:30 am
Viewing 15 posts - 7,261 through 7,275 (of 59,072 total)