Viewing 15 posts - 7,171 through 7,185 (of 59,091 total)
I have no need for such a thing but the following Google search turned up several.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 5, 2020 at 3:27 pm
You might consider using an expression like this, which would work with BETWEEN
100 * YEAR(observ_date) + MONTH(observ_date)
e.g. today's value would be 202005
That would make for a non-SARGable WHERE clause.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 5, 2020 at 3:10 pm
To be honest and except for the use of getting/reserving a number prior to storing an item in a table, most of the reasons the given for using sequences are...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 5, 2020 at 3:06 pm
stupid question time. when you guys deal with X12 spec files, is there a reasonable argument *against* loading them into tables named for loops/segments/ref numbers?
I get that they are...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 5, 2020 at 2:54 pm
Lynn,
Thank you for the very kind words. If someone with your knowledge has claimed that I'm their mentor, then I'm truly humbled. To be honest, you're as much...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 5, 2020 at 2:49 pm
An alternative is like below. Which performs better depends on total data volume and index(es) present:
Edit: I'm at work so I have only a limited time to review all...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 5, 2020 at 2:27 pm
I don't trust any upgrade. That's why we deploy to Dev, then Staging, and then Prod over a decent period of time. Even then, though, MS fins a way to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 5, 2020 at 2:23 pm
"The loudest critics are always those who have the least education, knowledge, experience, and judgement to do the job themselves."
No, but that's a convenient way to dismiss people giving...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 5, 2020 at 2:08 pm
Scott... can you post the code that would return what the OP asked for? Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2020 at 7:11 pm
what exactly are you trying to do?
Is it a one time conversion or a view that will be available for querying on the fly going forward?
and do you have...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2020 at 2:08 pm
I agree with the others... you need two tables. One for the transaction HEADER and one for the transaction DETAIL.
I'll also add that even though some folks may provide a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2020 at 12:27 pm
Allow me to rephrase Problem #1: The log backups intermittently fail to RESTORE.
I have a second server we are trying to get setup to be an off-site log shipping...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2020 at 9:19 pm
Lynn,
Thank you for the very kind words. If someone with your knowledge has claimed that I'm their mentor, then I'm truly humbled. To be honest, you're as much of a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2020 at 8:54 pm
Thank you for the kind feedback. Helluva first post, eh? 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2020 at 8:39 pm
Ah... there's apparently a name for the false or simply untrue memories that people have that have become "The Truth" for them. The first part of the article below is...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 3, 2020 at 6:13 pm
Viewing 15 posts - 7,171 through 7,185 (of 59,091 total)