Viewing 15 posts - 8,851 through 8,865 (of 59,091 total)
p.s. The essential key for me was learning how to make a shedload of test data in virtually any form I needed it. When it come to performance, you need...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 2:15 pm
Totally agree with Grant. I don't care for the certification alphabet soup a lot of people have after their names because too many of them have gamed the system to...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 2:03 pm
That's all good but you made it sound like you were suggesting that keys (in general) were allowed to be mutable. There are some rare cases where AKs (Alternate Keys)...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 6:47 am
Ok... my previous post with the code and some example code on how to use it are done. Read the comments in the demo code near the end.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 6:26 am
Thanks Jeff,
I'll have a read & give it a try.
Thanks again
I hit submit by accident. I left a message at the top of the previous post. Please have a...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 6:08 am
Ok, first you need to follow the link to the "fnTally" function in my signature lines below this post. It's a high performance iTVF (inline Table Valued Fuction) that we...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 5:52 am
First of all, using a loop in a stored procedure is one of the slowest things you can do. Only an rCTE (recursive CTE) would make it slower.
My suggestion is...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 5:36 am
Remember that it's a script and not an article. It's not designed to teach either how it works or potential usage. It's simply a script in a repository for people...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 3:18 am
A Microsoft certification may be worth more if that's what you want to cut your teeth on. Combine that with an internship to get some "experience" documented on your resume...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 3:15 am
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
Viewing 15 posts - 8,851 through 8,865 (of 59,091 total)