Viewing 15 posts - 1 through 15 (of 330 total)
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
The question is asked clearly: "What is the limit for rows in a Table Valued Constructor?". The documentation states that there is a limit. So there is nothing left to...
November 15, 2022 at 2:31 pm
I agree with Mark. QotD's explanation is incorrect. Both the reference attached to the explanation and the reference given by Mark clearly state that...
October 15, 2022 at 7:02 pm
Viewing 15 posts - 1 through 15 (of 330 total)