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 normalization? Explain different forms of normalization?
What are the differences between substr and charindex in sql server.
Explain the different index configurations a table can have?
What is the difference between system objects and user objects?
What is row_number () and partition by in sql server?
What is merge?
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
Explain use of expression builder.
Your company has 50 branches all over the country all the branches, including the head office have sql server as the database every night all 50 branches upload certain information to the head office which replication topology is best suited for the above scenario?
Determine when to use stored procedure to complete sql server tasks?
Write a SQL command to insert and update only a particular field?
What do you understand by replication in sql server? Mention the different types of replication in sql server.
How do I partition a table in sql server?
Do you know data definition language, data control language and data manipulation language?
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture