How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / jayesh l lolariya
select getdate(); in sql server 2000
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is an expression in ms sql server?
How to drop an existing stored procedure in ms sql server?
What are recommended options to be used while using db mirroring? : sql server database administration
Do you know query execution plan?
What do you mean by the term 'normalization'?
What is the difference between ddl and dml?
To automatically record the time on which the data was modified in a table, which data type should you choose for the column?
Can sub report data source be different from that of the parent report?
What is create statement?
What is log shipping? Can we do logshipping with SQL Server 7.0 ?
Is INSTEAD OF trigger directly applicable to Table ?
How to retrieve field values using mssql_result()?
Why people hate cursor?
How to remove duplicate rows from table except one?
What is transaction server implicit?