Viewing 15 posts - 1,936 through 1,950 (of 59,082 total)
It is not smart enough yet, but compared with Cortana, Siri, and Alexa, this is by far the smartest robot.
While I agree with that, the comparison that just came...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 13, 2023 at 4:50 pm
But I wonder what happens what it get access to the internet ...
Probably the same thing as what has happened to humans (which I already have some good proof...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 13, 2023 at 4:12 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
February 13, 2023 at 12:54 am
Fun fact: Your article reveals an error in how SQL Server casts numeric to float.
STR(.922337203685477580,19,19) should end in 776, but it ends with 777.
Further investigation shows that cast(.922337203685477580 to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 12, 2023 at 11:58 pm
BTW... if you want a super early warning for something that has gone wrong with pages being used in a database, consider setting up a job that checks the suspect_pages...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 12, 2023 at 9:06 pm
Ok.. I've checked the code you provided for both the DBCC CHECKDB and the Backups. There are some serious opportunities for improvement in both...
With regards to the code provided for...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 12, 2023 at 8:21 pm
And thank you for the kind feedback!
--Jeff Moden
Change is inevitable... Change for the better is not.
February 12, 2023 at 1:38 am
Sorry... duplicate post deleted.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 11, 2023 at 11:10 pm
Welcome aboard!
Rather than me explaining the things in the code that I demo, here are some references that do a better job than I could do. Code specific to your...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 11, 2023 at 11:03 pm
Freakin' awesome test post, Jonathan. Well done, good Sir!!! This also proves something else... code written to do a specific task is highly likely to blow generic methods out of...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 11, 2023 at 6:00 pm
I need to split the column 'DiagnosisCodes' into 4 new columns 'Diagnosis1', 'Diagnosis2', 'Diagnosis3' and 'Diagnosis4' for the unique ChartProcedureId's. If they add more DiagnosisCodes, I only need the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 11, 2023 at 5:54 pm
I think you can beat any splitting function by splitting in code with no need for aggregation.
As there are only a maximum of 4 values you can...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 11, 2023 at 5:09 pm
That's one of the reasons why I want to see both the Backup and DBCC commands that are being used. We don't know what the OP is actually using.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 11, 2023 at 5:02 pm
Heh... the previous post was SPAM about a "diet plan" that recommended ingesting cotton balls as part of the diet. I agree that's a bit ridiculous.
In that same vein, you...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 11, 2023 at 4:52 pm
To start with, please post one of the actual backup commands that gets executed. Obfuscate the name of the database and any machine names the command may contain but don't...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 11, 2023 at 3:59 pm
Viewing 15 posts - 1,936 through 1,950 (of 59,082 total)