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


Please Help Members By Posting Answers For Below Questions

Does the order of columns in update statements matter?

670


How do you create an execution plan?

662


What are the approximate numeric data types?

706


what is normalization? : Sql server database administration

741


What is a livelock?

719






1.how to find the dead lock in sql server? 2.How to fine the memory leaks in sql server? 3.suppose transaction log file increasing what action will take ?

1727


How does recursive cte works in sql server?

711


What is the difference between deallocate cursor and close cursor?

915


When cursors are useful?

742


How retrieve field names from the table in SQL through JAVA code?

1575


What is partition index in sql server?

798


Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication

780


What are indexes in sql?

769


How to loop through result set objects using mssql_fetch_array()?

750


What are partitioned views and distributed partitioned views?

798