Viewing 15 posts - 7,321 through 7,335 (of 59,072 total)
If I chose to save the employee number as a varchar, I could store '' (empty), which I would prefer.
DON'T do it is the correct answer. All columns...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2020 at 4:07 am
Well, the big company meeting announcing what changes will be made was held this morning. I will still have a job, but everyone making over 60k is...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2020 at 4:02 am
It's interesting. A friend was over last night. He has 400+ reports under him. Had to let 10% go at the beginning of the year. Easy to do. Got...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2020 at 4:00 am
>> Employee numbers are not numbers!
Heh... I'll go ahead and disagree with you again, Joe. There's no reason why "identifiers" cannot be numbers.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2020 at 3:54 am
Ralph Kimball has a method of not having any nulls in dimension tables. Instead, on the dimension table there are rows with negative keys: -1 for unknown, -2 for...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2020 at 3:50 am
Sorry for my blanket statement about NULLs - EndDate and Payment are good examples of when not to use them.
I am afraid I disagree with you about codes. Sooner...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2020 at 3:44 am
Ok... I got cricket's on that question... Here's what I'm talking about...
In the article, it first shows Step 1 as a T-SQL query to get the data "into" the Power...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2020 at 1:20 am
Well, the big company meeting announcing what changes will be made was held this morning. I will still have a job, but everyone making over 60k is getting an...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2020 at 6:30 pm
Wow. My joke really hit with a thud. I'm surprised no one pulled out the Pork Chop Launcher on me. @=)
Nah... I was too busy laughing with you to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2020 at 6:27 pm
Sensitive data should absolutely not be in use in dev & test servers that means the data needs to me masked in dev?
Yes!
General Data Protection Regulation, California Citizens...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2020 at 6:22 pm
No need to pile on for the following but, because of things like this, security breeches in the world just don't surprise me anymore.
How do these people get their...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2020 at 5:21 pm
So, how's everyone surviving the shut in?
We've got a nice day on tap here, and while I'm putting in a couple extra hours this afternoon, I think I still...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2020 at 5:18 pm
I think you also find that the Date data coming from an AS400 or IBM PowerSystem will contain all 0's for "null" dates.
Also, don't use VARCHAR(10) to hold string representations...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2020 at 4:56 pm
It is best to store integers as integers, dates as dates etc. There is nothing wrong with having nulls.
While I totally agree with the first statement there, I seriously...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2020 at 4:42 pm
Before answering your question, first you need to priorities why you need compression. If the answer is you need to save space, then you will benefit from index compression....
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2020 at 3:49 pm
Viewing 15 posts - 7,321 through 7,335 (of 59,072 total)