Securing All Your Connections
Microsoft is recommending more security for SQL Servers, including dev and test instances. Do you agree this is a good idea? Would you implement this?
2023-06-28
162 reads
Microsoft is recommending more security for SQL Servers, including dev and test instances. Do you agree this is a good idea? Would you implement this?
2023-06-28
162 reads
2023-05-08
546 reads
2023-02-06 (first published: 2023-02-01)
861 reads
2022-08-15
351 reads
2022-08-01
559 reads
2022-07-25
490 reads
2022-07-18
434 reads
2022-04-22
444 reads
While analyzing SQL Server's network protocol, I came across a weird fact: when a database client logs in using SQL Server authentication (as opposed to Windows authentication), it has to send the user's password to the server, in blatant violation of common security guidelines. At first, I couldn't believe it; SQL Server generally does an […]
2022-03-02
4,986 reads
2021-10-18
354 reads
By Steve Jones
Recently a customer asked how they could get index changes to be captured in...
By Steve Jones
giltwrights – n. the imaginary committee of elders that keeps a running log of...
By DataOnWheels
Hey folks, fun personal post today. A few weeks ago, I got married! My...
This is something I've never seen before and I can't think of the right...
Hi All, I need some assistance and not sure how to achieve the expected...
Comments posted to this topic are about the item SQL Window Functions Series: LAG()...