T-SQL coding

Some Tips on Using GETDATE

GETDATE…such an easy function. You can use it whenever you need the current date and time. I often tell developers that you should always declare a variable and set that variable to GETDATE, then reference that variable in your code. Why? Most of the time when I see the GETDATE function in code, I see… Continue reading Some Tips on Using GETDATE