Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

need 3rd day of Calendar month - date precision to exclude minutes

$
0
0

I need query (in my case an INSERT) to run only if today's date is 3rd day of Calendar Month?

how to get date precisions for to exclude minutes on right side of the IF?

[code language="sql"]
 IF     CONVERT(VARC


Viewing all articles
Browse latest Browse all 3145

Trending Articles