How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / parmanand
Access 2000 , i have tried.
select date() as CurrDate
select now() as CurrNow 'This will also work but it will
give you time also.
Output
CurrDate
----------
11/17/2009
CurrNow
----------
11/17/2009 11:00:34 PM
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How column data types are determined in a view?
How to add more data to the testing table in ms sql server?
What is the difference between dropping a database and taking a database offline?
Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security
wat wil hapn if we give the both read and deny read permission to user?
Issues related in upgrading SQL Server 2000 to 2005 / 2008
Write a sql query to get zero records from a table having n number of records?
How can you hide the sql server instances?
What is Federation and Federation Member?
What is meant by referential integrity?
How to loop through the result set with @@fetch_status?
What is serializable?
How do you clear a log file?
Explain the concepts and capabilities of sql server?
what are triggers? : Sql server database administration