Viewing 15 posts - 1 through 15 (of 332 total)
None of the references in the Explanation contain the keyword decimal.
The description of the Identity function states in the introduction that "IDENTITY
is used only in a SELECT statement with an...
April 11, 2026 at 2:44 pm
God, how time flies, when Steve wrote about SQL Server on Linux 21 years ago, they wrote that Steve Jones has a side career as a carnival fortune teller. And...
April 1, 2026 at 3:06 pm
Quite a tricky question without a clear explanation, which is not clearly given in the given Learn MS reference. The AI ??assistant had it right away... 🙂
March 2, 2026 at 4:42 pm
Thanks Steve, a simple excellent question for learning what's new. 🙂
November 26, 2025 at 2:12 pm
Function PWDCOMPARE returns 1 if the HASH of the clear_text_password matches the password_hash parameter, and 0 if it does not. So, two password hashes are actually compared.
October 14, 2025 at 6:34 pm
I researched this for quite some time until I found a clear explanation
in SET IDENTITY_INSERT (Transact-SQL). Thanks for this question Steve.
October 4, 2025 at 6:34 pm
This topic is described in the documentation in Use index rebuild to recover from data corruption
August 8, 2025 at 2:31 pm
Implicit conversions generally do not prevent an index seek. If a VARCHAR procedure parameter were to be compared to an NVARCHAR column, SQL Server must implicitly convert the column...
July 13, 2025 at 2:10 pm
It is also possible to use the DMV sys.dm_db_index_usage_stats, e.g. like this:
Run the following query to see how often each index in the current database
has been used...
July 9, 2025 at 4:38 pm
Quoting from the reference given in the explanation:
"The SQL Server Browser service lets users connect to instances of the Database Engine that aren't listening on port 1433 without knowing the...
April 15, 2025 at 9:09 pm
Thanks for this question Steve, I had to at least find a link to the SQL Server previous versions documentation. By the way, the link to SQL...
April 16, 2024 at 12:48 pm
Yes, me too. Using XE takes a lot more work.
December 17, 2023 at 8:44 pm
Thanks for this question. I learned how to Find File Growths with Extended Events. Both references: system health session, and Finding File Growths mentioned in the explanation prove that it...
December 17, 2023 at 6:10 pm
Viewing 15 posts - 1 through 15 (of 332 total)