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 are the tools available in market as an alternative to sql server reporting services?
While migrating Microsoft SQL Server 2008 database to SQL Azure, what can be done to ensure the database connectivity does not degrade?
What is self contained scalar sub query?
How many replicas are maintained for each sql azure db?
What is an index in sql?
what is a transaction? : Sql server database administration
How do clustered indexes store data?
Why use cursor in sql server?
Can we update data in a view?
What are the steps to take to improve performance of a poor performing query? : sql server database administration
Explain the first normal form(1nf)?
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
How much space does sql server 2016 take?
What is difference between views and stored procedures?
What is a primary key?