How to Avoid Incorrect Results When Using T-SQL Trigonometric Functions in SQL Server
Learn how to avoid common pitfalls when using T-SQL trigonometric functions in SQL Server.
2025-01-13
2,821 reads
Learn how to avoid common pitfalls when using T-SQL trigonometric functions in SQL Server.
2025-01-13
2,821 reads
There have been a number of changes to the T-SQL language that are very specialized. Steve asks if you use any in your code?
2025-01-10
183 reads
Learn about SQL Server OPTION RECOMPILE and if used on simple, frequently executed queries if it causes excessive CPU usage.
2025-01-08
Learn how to effectively attach and detach databases in SQL Server, exploring the differences between these methods and traditional backup and restore procedures. Streamline your database management tasks with clear, step-by-step instructions.
2024-12-30
1,312 reads
2024-12-27
616 reads
I was asked recently why Halloween Protection was needed for data modification statements that include a self-join of the target table. This gives me a chance to explain, while also covering some interesting product bug history from the SQL Server 7 and 2000 days.
2024-12-18
2024-12-18
1,350 reads
2024-12-16
1,737 reads
2024-12-09
595 reads
2024-12-06
597 reads
Want to boost your SQL game? Check out this free course, SQL Subqueries: Real-World...
By Steve Jones
The more I work with the Data API Builder (DAB), the more I lean...
By Steve Jones
It’s time for the first T-SQL Tuesday blog of 2025, with an invite from...
We are self hosting sql servers, we are not using Azure for sql servers....
Hi everyone, Trying to get this data to the following format but I can't...
I am trying to implement a SSRS reporting dashboard similar to the SQL-performance-dashboard-reports that...
When does a column declared as SPARSE use no storage?
See possible answers