Migration Successful

Dear All; I have successfully migrated my domain from www.nithinmohantk.info to www.nitrix-reloaded.com . There will be minor setback you might encounter while browsing my blog. Please mail me back if you encounter any. any efforts, helps or suggestions are greatly appreciated. Enjoy your stay!! Nithin

Read more β†’

DATENAME() function in SQ Server

SQL has a DateName function, however it takes a datetime as a parameter, not a number Usage is as follows DATENAME(month,date) returns Month Name Sample Query SELECT DATENAME(month, GETDATE()) AS ‘Month Name’—————————— Output: January   Suppose i want to print previous month date, how can i do. There is a quick way. print(DATENAME(month,DATEADD (month , […]

Read more β†’