Get dates from week number in T-SQL

In Microsoft SQL Server, I have a week number
for example;










SELECT DATEPART(wk, GETDATE())  -- today 05.11.2009
result : 45

Hiç yorum yok:

BlackListIP control on Serenity platform (.NET Core)

 In the Serenity platform, if you want to block IPs that belong to people you do not want to come from outside in the .net core web project,...