Viewing 15 posts - 8,836 through 8,850 (of 59,067 total)
I've never had to do such a thing before and so I have to admit that I had to look this one up. Learned something new. Thanks for the great...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 1:33 am
IMHO, you are on the right path. I'm currently doing exactly what you described. Importing flat, delimited files to a 'staging' table where all fields are defined as...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 10:49 pm
No. No duplicate login names or account numbers and, in many cases, no reuse of such things either because that would actually entail a dupe even if all but one...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 10:43 pm
Thanks for the feedback, Michael.
My fnTally script was published. I have a link for it in my signature line below.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 10:38 pm
Heh... technically, the question answer is still incorrect because you CAN add dates and times... if the answer was that you cannot add DATETIME2s, then the answer would have been...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 6:33 pm
The login name can change. It's not an immutable item. And, I disagree... a "Business Key" is not the same as a "Natural Key".
Agreed that login name isn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 6:29 pm
IMHO, you are on the right path. I'm currently doing exactly what you described. Importing flat, delimited files to a 'staging' table where all fields are defined as VARCHAR(500),...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 4:28 pm
Hi Alex,
Its is a full backup. Don't know the reason why , when backup is in progress , it was showing the backup file size as 822 GB...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 4:23 pm
You would be so much better served listening to Jeff and skipping the rebuilding of indexes. Maintaining statistics on indexes is vital, but defragmenting indexes is an idea that...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 4:20 pm
I have a question for all you folks claiming that every table must have a natural key. What would you use for a natural key for either an...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 3:18 pm
I have a question for all you folks claiming that every table must have a natural key. What would you use for a natural key for either an...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 3:06 pm
I hate these types of things even on YouTube even if it's a worthwhile lesson. The computer generated voice is rather monotonous and makes a lot of mistakes in pronunciation,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2019 at 12:40 am
You say it was a BIG prod release... how much of it involved expansion of data and the addition of a lot of indexes, especially clustered indexes and large covering...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2019 at 4:21 pm
Jeff,
That is true, but since the OP explicitly asked about bridge tables in data warehouses, I figured I'd give them the best resources I know of instead of telling...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2019 at 3:47 pm
I have a question for all you folks claiming that every table must have a natural key. What would you use for a natural key for either an Employee table...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2019 at 2:33 pm
Viewing 15 posts - 8,836 through 8,850 (of 59,067 total)