How get current date in SQL server 2000
Answer Posted / mt
select getdate();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between function and stored procedure in sql server?
What are the different types of join?
Where is my database stored on the hard disk in ms sql server?
How do I open port 1433?
How important do you consider cursors or while loops for a transactional database?
Explain about service Broker functions?
How to provide values to stored procedure parameters in ms sql server?
What do you understand by a stored procedure?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
Can we delete data from a view?
How to receive returning result from a query?
What is Federation Root Database?
What is the use of “join” in sql server?
What languages bi uses to achieve the goal?
What is the difference between for xml raw and for xml auto?