How get current date in SQL server 2000
Answer Posted / gautam k panjikar
getdate()
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
Does windows server 2016 come with sql server?
What is the definition for sql server 2000?
What is the difference between getdate and sysdatetime?
What are the 2 types of classifications of constraints in the sql server?
What is the purpose of forms?
How you can move data or databases between servers and databases in sql server?
How can you tell if a database object is invalid?
What are data driven subscriptions?
Explain about analysis services?
Tell me about normalization in DBMS.
Differentiate between a local and a global temporary table?
Explain different forms of normalization?
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What is service broker?