Showing posts with label select month name. Show all posts
Showing posts with label select month name. Show all posts

Saturday, October 20, 2012

print month name

simple DATENAME function can be used to print month name 

 select DATENAME(month,getdate())


ASP.NET Core

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