How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / rajiv rohilla
In Access We USE 'Select Date()'
In Sql server 2000 'Select getdate()'
In Oracle 'Select SysDate() from dual'
| Is This Answer Correct ? | 43 Yes | 13 No |
Post New Answer View All Answers
What is sql server schema compare? How we can compare two database schemas?
Name the different type of indexes in sql?
Mention the differences between sql server and mysql.
What is data source view or dsv? : sql server analysis services, ssas
hi, the following are the outputs of sp_spaceused and sp_tempdbspace sp_spaceused ------------ database size unallocated size tempdb 77752.95 MB 28026.99 MB sp_tempdbspace ------------- database size spaceused tempdb 77752.945312 1.007812 the unused space in sp_spaceused is nearly 28 Gb and in sp_tempdbspace is nearly 76 Gb cany any one explain about this output and why its giving different results.
What are data resources?
What is data block and how to define data block size?
What are out-of-range errors with date and time literals?
Explain the difference between HTTP and HTTPS in database?
What are basics of policy management?
How many types of the database links?
What is the difference between seek predicate and predicate?
Does sql server use t sql?
What are the steps to take to improve performance of a poor performing query? : sql server database administration
What is the use of commit?