Viewing 15 posts - 8,836 through 8,850 (of 59,078 total)
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.
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...
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...
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...
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...
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...
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...
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...
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...
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.
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...
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...
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),...
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...
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...
August 12, 2019 at 4:20 pm
Viewing 15 posts - 8,836 through 8,850 (of 59,078 total)