Complex Constrained Security
Setting up your authorization and security can be fairly easy, but perhaps we ought to consider more complex scenarios.
2019-02-06
65 reads
Setting up your authorization and security can be fairly easy, but perhaps we ought to consider more complex scenarios.
2019-02-06
65 reads
I never knew this, but stored procedures have versions.
I was browsing the CREATE PROCEDURE doc page, and stumbled upon this...
2019-02-06
1,051 reads
2019-02-06
695 reads
Disaster recovery planning can be hard, and we often forget about some of the non technical issues.
2019-02-05
70 reads
2019-02-05
708 reads
Learn how to get started writing code modules inside of your SQL Server database,
2019-02-04
7,154 reads
By the time you read this, I’ll have decided, but I just finished the first book and need to pick...
2019-02-04
681 reads
2019-02-04
1,270 reads
2019-02-04
80 reads
2019-02-04
718 reads
By Steve Jones
A customer was trying to compare two tables and capture a state as a...
By Zikato
When I'm looking at a query, I bet it's bad if I see... a...
By Steve Jones
This month is a milestone for T-SQL Tuesday. It’s number 200, which doesn’t sound...
Comments posted to this topic are about the item A Quick Second Opinion
Comments posted to this topic are about the item Five Intelligent Query Processing Features...
Comments posted to this topic are about the item Checking the Error Log I
On my SQL Server 2025, I want to search the error log from my T-SQL code for potential issues and then inform an administrator. What is the current way to easily query the error log?
See possible answers