Viewing 15 posts - 6,781 through 6,795 (of 59,072 total)
marty.seed wrote:How does that help?
Because it gives you the distance from every building to every other building.
And, if you use the right measurements, it gives you the actual driving...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2020 at 10:06 pm
What version of T-SQL are you actually using? I ask because there's no such thing as "VARCHR" in T-SQL. There is "VARCHAR" but it has two "A"s in it instead...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2020 at 4:52 pm
Confusing pricing, limited hardware choices, and a feature mix that is different.
The king is dead, long live the king!
In our case, a feature mix that is inadequate when it...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2020 at 4:48 pm
Luis
You have the same column on the left and right of the equality
WHERE fldinfo=ISNULL(@parameter,fldinfo)
...
Happy to stand corrected.
It's actually because of the function usage on a column. Every row must...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2020 at 1:35 pm
I think Phil is showing a restore of the database from the snapshot, essentially rewinding time.
Correct. To be honest, I just assumed that the OP had worded their...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2020 at 1:23 pm
😀
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2020 at 1:21 pm
Hi Jeff, thanks for your reply. The dates will not changes each year they will remain the same. What are your thoughts based on this? Thanks.
My thoughts on this...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 12, 2020 at 10:24 pm
I forget which movie I saw it in but the quote was "A man's gotta know his limits". To convert that to something more appropriate to this thread, "A DBA's...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 11, 2020 at 4:58 pm
If I am reading your function correctly - all it is doing is splitting the delimited string and returning the values as rows. There is no reason to do...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 11, 2020 at 3:52 pm
So I have a table called charges that stores rent and service charges for properties. Some properties pay rent monthly and others in English quarter days which are (March...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 11, 2020 at 3:48 pm
I'm jumping in early, as I haven't yet read Leonard Lobel's blog post. As a developer I am very interested in NoSQL databases, and in particular CosmosDB. However, there's...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 10, 2020 at 6:58 pm
Hi,
I tend to copy data from Table1 to Table2.
Table1 will always being refresh & truncate, because it will subsequent load new record into it.
Table2 will be permanent main table.
As...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 10, 2020 at 3:06 pm
I could not think of a higher compliment and I'm humbled by your words. Thank you again, good Sir!
--Jeff Moden
Change is inevitable... Change for the better is not.
July 10, 2020 at 2:50 pm
Well, my career progressed from card decks (80 column, then 96 column) and MICR sort machines, then flat files that we had to write sort utilities to reorder, through...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 10, 2020 at 2:46 pm
"Cracking" (groan) article. One for the briefcase, thank you.
Thanks for the feedback, David. Really appreciate it.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 10, 2020 at 2:05 pm
Viewing 15 posts - 6,781 through 6,795 (of 59,072 total)