Viewing 15 posts - 8,041 through 8,055 (of 59,072 total)
I just had a sudden flashback to the two threads on "bankers rounding". 😀 I'll get the popcorn. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2019 at 6:42 pm
p.s. even that later definition (the one inferred by the supposed correct answer) may be incorrect. We would also need to know if a partridge in a pear tree would...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2019 at 5:25 pm
This is where a good analyst would ask for a more explicit meaning of what constitutes a "gift" or "present" and how they can be taken as some as being...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2019 at 5:14 pm
Merry Christmas to you, as well. I thought I'd be about the only one in the world to be posting today. 😀
Thanks for the feedback on the name-splitter function. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2019 at 4:15 pm
saving on space happens only if you have repeating data in the storage.
Which is a violation of normalisation rules.
You've just described the very nature of history/audit tables. They are...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2019 at 3:58 pm
Second, aggregates. Analysis. These are where they shine. If you're not seeing GROUP BY in the queries, I wouldn't suggest using them.
So, not good for general history/audit tables (which...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2019 at 5:42 am
Do you have any names that look like the following and, if so, what do you want to do with them? Eliminate the periods and stop at the first space...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2019 at 5:35 am
Thanks for feedback responses everyone and yes its better to work backwards from answer and possibly explain your code syntax logic. I just learning sql. Did not know what...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2019 at 4:49 am
Of course, that recommendation also comes with the warning that if the hashbytes are different, then the rows are guaranteed to be different. However (and you...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2019 at 4:46 am
I beg to differ on the "As compared to the rebuild index operation, reorganize index is less resource-consuming operation" assertion. That is not a clear-cut assertion either way. From...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 24, 2019 at 4:51 am
Hi Mala,
First of all, great article. It can be used both as a great introduction to graph tables and to solve a fairly common problem. Your order of revelation and...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 24, 2019 at 3:52 am
I'll second Andrew's take on this. Focusing on T-SQL until you've really learned the licks is the right thing to do and it will help you quite a bit when...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 24, 2019 at 3:08 am
Yes sorry.... I have a tendency of assuming folks can read my mind. What I want to do is to get the first 5 letters of the first name...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 24, 2019 at 1:00 am
Although I believe in Christmas spirit, I don't think giving them the answer is really going to help them in the long run. :/
I don't think you can...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 24, 2019 at 12:47 am
If the ultimate use for the CSV file will be to load into an Excel spreadsheet, you can also make a "Refreshable Spreadsheet" that calls a stored procedure to get...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2019 at 8:23 pm
Viewing 15 posts - 8,041 through 8,055 (of 59,072 total)