How get current date in SQL server 2000
Answer Posted / anto
select getdate()
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is intellisense?
What Are the Main Features of SQL Azure?
In what sequence sql statement is processed?
Explain about Views?
What are the disadvantages of using the stored procedures?
How to update values in a table with update statements in ms sql server?
Write the SQL query to drop, truncate and delete table.
How can delete duplicate records in cte in sql server?
What are alternate keys?
Why is normalisation important?
What is the purpose of update statistics and scope_identity() function?
What are different replication agents and what's their purpose? : sql server replication
What are different types of collation sensitivity?
Why we use trigger in sql server with example?
How to recreate an existing index in ms sql server?