Viewing 15 posts - 6,031 through 6,045 (of 59,072 total)
I would like to know the difference of usage and syntax of if statement between T-SQL vs PL-SQL.
I noticed the T-SQL often uses Begin end after If statement, but...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2020 at 4:43 am
Use LIKE with leading and trailing wildcards with the understanding that it will always cause a table or index scan (i.e. Non-SARGable query criteria). If you want a coded answer,...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2020 at 4:41 am
We reject: kings, presidents and voting. We believe in: rough consensus and running code.
How is "voting" different from "consensus"?
Heh... its easy. Voting is structured... concensus is a lynch mob....
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2020 at 4:38 am
From the article:
One of the main things that many scientists and governments have desired to help control the spread of disease is contact tracing.
I wish they had the same thing...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2020 at 4:37 am
Now we know why I've never bothered with certifications. It's like trying to take a bite out of a rolling donut. And the one cert that I trusted (MCM), they...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2020 at 4:26 am
Why Microsoft released a less performant FORMAT function to make SQL server look bad? I am sure Microsoft released it from requests by SQL server community.
If it's so...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 24, 2020 at 4:24 am
Perhaps paging using OFFSET/FETCH in the ORDER BY clause will work better than using ROW_NUMBER().
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 5:40 pm
Joe's response brings up an excellent point... why not simply buy a proven product that does all of what you've asked plus so much more? For example (although I've...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 4:49 pm
are you producing striped backup files ? ( Backup database - working with a striped media set ) That may also help to reduce the time needed. (...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 3:07 pm
But I still can't fathom why you want to send out notices just as their policies expire. What is the business case for that? What is the insured supposed...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 2:39 pm
Thanks, I'm going to try removing the nonclustered indices. But my problem, I think it is that it is not possible to shrink the mdf file below its initial...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 2:30 pm
You might want to try out table/index pagecompression to reduce the size
Totally agreed, especially for a database that is becoming "Read Only". Still, row and page compression will not...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 2:19 pm
Ok. Thank you, Grant.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 1:40 pm
I previously provided you with a link to the Temporal Tables documentation and it has examples, etc, with different links for different things. Of course, if you want the quick'n'dirty...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 5:42 am
I've found that too many people apply too much consensus and not enough test code. It's one of the main problems in a lot of IT shops. There's also the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 4:46 am
Viewing 15 posts - 6,031 through 6,045 (of 59,072 total)