system date format is "yy-mm-dd"
"select getdate()" ----> 2009-01-24 20:03:28.513
if i write "select dateadd(dd,2,getdate())
".it returns "2009-01-26 19:59:38.340"...my question is dat
could it be possible to retrive da date in da format "26
jan 2009 ...."??
Answer Posted / senthil kumar.m
select convert(varchar,getdate(),106)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what are the critical issues you have resloved in your company
What is serializable?
What is store procedure? When do you use?
Define right outer join?
What are different types of collation sensitivity?
What do you understand by SQL*Net?
What is store procedure? How do they work? When do you use?
What are the requirements for sql server 2016?
What is a performance monitor?
Is there any difference between the primary key and unique key?
How do I create an extended event in sql server?
Using the customer, and order table in northwind database, please write a query to produce xml?
What are the mathematical functions supported by sql server 2005?
How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?
How to test odbc dsn connection settings?