Viewing 15 posts - 31 through 45 (of 1,229 total)
I do wonder
WHEN order_phone = ' ' , what happens if the value is ' ' (3 spaces) ? The LEN function will still give you zero so that is...
March 27, 2025 at 8:49 pm
One thing about the CHOOSE function is that it seems to provide a tempting way to avoid having a normalised database with its lookup tables. I would be picky about...
March 5, 2025 at 11:55 pm
Jeff. I'll take a crack at your question:
In your example, are you assuming the date column is indexed and would be used? What if that is not the...
December 13, 2024 at 7:07 am
Jeff. I'll take a crack at your question:
In your example, are you assuming the date column is indexed and would be used? What if that is not the...
December 13, 2024 at 7:06 am
Jeff. I'll take a crack at your question:
In your example, are you assuming the date column is indexed and would be used? What if that is not the case, the...
December 10, 2024 at 8:13 am
I have to add that if blocking and query speed is an issue there are deeper problems going on with the system in use. The use of nolock as a...
December 9, 2024 at 8:46 am
Thank you for the article and taking the time to put it together. I do have a couple of notes :
November 11, 2024 at 6:24 am
Thank you for the nice introduction. Has there been any investigation into the response times to queries , DML, and DDL operations when TDE is operating on a database versus...
October 9, 2024 at 7:19 am
"Avoid using Encrypting File System (EFS) and file-system compression because they cause asynchronous I/O to become synchronous and therefore slower. For more information, see the Asynchronous disk I/O appears as...
September 25, 2024 at 8:19 am
DBCC SHRINKFILE ?
You want to do this on the primary. I know growing them will propagate the same to the secondary nodes, but have not done a shrink before. You...
September 25, 2024 at 8:08 am
For readability I suggest indents , but more importantly this looks like it could use EXISTS clauses and not sure why the same values criteria appear more than once.
September 25, 2024 at 8:03 am
This is a very relevant article and far too often code is written in such a way that Log space is consumed as a result of attempting to delete...
September 4, 2024 at 10:36 pm
We had the same problem today.
I wrote a script that does the following:
September 4, 2024 at 10:30 pm
I used to look at job requirements as rigid in that the company knew exactly what they wanted. Over time I saw it for being more of a ask/bid model....
September 4, 2024 at 10:02 pm
"Enter the subscription, resource group, cluster and administrator account details."
---- these items are not predefined and just thrown into the context. This read assumes prior knowledge of cloud service architecture....
July 30, 2024 at 7:24 am
Viewing 15 posts - 31 through 45 (of 1,229 total)