Viewing 15 posts - 7,276 through 7,290 (of 59,072 total)
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2020 at 2:30 am
I'm not actually the one to ask about such things because the folks I work with found a way to do what they call "San Replication" (the network guys at...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2020 at 12:49 am
To answer the question "can a Cust_num have more that one Co_num or not?" yes, in our case customers can have multiple Co_num , so need to figure a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2020 at 12:08 am
Shifting gears a bit, it sounds to me like the SSNs in these 45 tables are in clear text. If that's true, please inform management that's freakin' insanely stupid and...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 11, 2020 at 8:16 pm
Hi Williams,
Thanks for making your time for reply!!
why do you need a copy of the data in the secondary database?
My reply:-Actually my task was to update the data across...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 11, 2020 at 8:09 pm
Viewing 15 posts - 7,276 through 7,290 (of 59,072 total)