T-SQL Comment Best Practices for SQL Server
Learn different ways to add comments to your T-SQL code when working with SQL Server along with several examples.
2022-07-18
Learn different ways to add comments to your T-SQL code when working with SQL Server along with several examples.
2022-07-18
2022-07-15
540 reads
2022-07-11
571 reads
In this article we cover different ways to convert a SQL Server numeric value into a string value.
2022-07-08
2022-07-04
452 reads
Learn about the T-SQL function, AVG(), and see how it is used in a few different cases.
2022-07-01
2,485 reads
2022-06-24
493 reads
This article shows how you can randomize dates in T-SQL, but keep the month and year the same while the day varies.
2022-06-24
1,633 reads
2022-06-17
524 reads
2022-06-15
420 reads
By Steve Jones
A new feature added to Redgate Monitor Enterprise automatically. CIS compliance is something many...
By Steve Jones
This is my last week of the year working (I guess I come back...
By Steve Jones
suente– n. the state of being so familiar with someone that you can be...
I am not understanding why this command completes "successfully" and it seems correct to...
get-ChildItem C:\ -recurse -erroraction silentlycontinue | sort length -descending | select -first 10 FullName,length...
Which of these indexes is superseded by another?
See possible answers