Day of Week
To find the day of week, regardless of-SET DATEFIRST -SET DATEFORMAT -SET LANGUAGEThe first one is based on Zellers Congruence.The second one is a SQL server proprietary.
2002-04-05
457 reads
To find the day of week, regardless of-SET DATEFIRST -SET DATEFORMAT -SET LANGUAGEThe first one is based on Zellers Congruence.The second one is a SQL server proprietary.
2002-04-05
457 reads
Shows how to return data with a "rownumber". Some unique column is needed.
2002-04-05
343 reads
How to get current day with the timeportion = 00:00:00.000.Works regardless of locale.
2002-04-05
434 reads
The fastest way of getting LastDayPreviousMonth / FirstDayCurrentMonth
2002-04-04
188 reads
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
Background If you’ve been using Availability Groups, you’re familiar with the replica seeding (sometimes...
Hoping I could find some best practice answers here: We have analysts who need...
I have data in table like this. I want to fill/insert the rows with...
Hello, My company is going about ever increasing our security on all our Servers/databases....