Saturday, October 20, 2012

print month name

simple DATENAME function can be used to print month name 

 select DATENAME(month,getdate())


No comments:

Post a Comment

ASP.NET Core

 Certainly! Here are 10 advanced .NET Core interview questions covering various topics: 1. **ASP.NET Core Middleware Pipeline**: Explain the...