Viewing 15 posts - 1 through 15 (of 1,201 total)
In an environment where you are doing lots of inserts and with a uniqueIdentifier type, first consider that you are not using the 100% fill factor. From there you can...
March 27, 2025 at 9:04 pm
In an environment where you are doing lots of inserts and with a uniqueIdentifier type, first consider that you are not using the 100% fill factor. From there you can...
March 27, 2025 at 9:03 pm
"The SQL service frequently locks up without any apparent reason, causing all databases to drop."
What to you mean by locks up? and do you mean the databases drop from the...
March 27, 2025 at 8:52 pm
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
Viewing 15 posts - 1 through 15 (of 1,201 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy