How get current date in SQL server 2000
Answer Posted / rajkumar v
select convert( varchar(20), getdate(), 103)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write an sql query to find first weekday of the month?
What is the use of keyword with encryption.
What are the types of dml?
How to read data in a table with "select" statements?
What are the differences between decimal and float in ms sql server?
How to display a past time in days, hours and minutes?
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
Can we use pragma autonomous_transaction in trigger?
How to use user defined functions in expressions?
What do you understand by replication in sql server? Mention the different types of replication in sql server.
Where are sql server user names and passwords stored in sql server?
Explain identity in sql server?
How to check parameter value in stored procedure sql server?
What is the importance of concurrency control?
what is a schema in sql server 2005? : Sql server database administration