How get current date in SQL server 2000

Answers were Sorted based on User's Feedback



How get current date in SQL server 2000..

Answer / sangeetha

select getdate()

Is This Answer Correct ?    27 Yes 1 No

How get current date in SQL server 2000..

Answer / shyamsri83

select getdate()

Is This Answer Correct ?    4 Yes 0 No

How get current date in SQL server 2000..

Answer / rajkumar

select getdate()

Is This Answer Correct ?    2 Yes 0 No

How get current date in SQL server 2000..

Answer / rajkumar v

select convert( varchar(20), getdate(), 103)

Is This Answer Correct ?    1 Yes 0 No

How get current date in SQL server 2000..

Answer / saket

now()

Is This Answer Correct ?    1 Yes 2 No

How get current date in SQL server 2000..

Answer / hajee

select sysdate from dual

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SQL Server Interview Questions

How to delete an existing row with delete statements in ms sql server?

0 Answers  


How to handle errors in Stored Procedures.

2 Answers   Accenture,


What are the system database in sql server 2008?

0 Answers  


How to test odbc dsn connection settings?

0 Answers  


When a primary key constraint is included in a table, what other constraints does this imply?

0 Answers  






How can sql server instances be hidden? : sql server security

0 Answers  


1.what is the diff between nolock optimizer and read uncommitted isolation? 2.what is the diff between revoke and deny? 3.what is percieved down time? 4.whether password protection are required for backups?if yes why?if no why? 5.what is fill factor? 6.what is cost analysis? 7.what is mean by piece meal restore? 8.what is 'rowguidcol'? 9.impersonate permission? 10.what is selectivity?

0 Answers  


how to get the rowid/rownumbes of a table in sqlserver

7 Answers   IBM,


Define ACID properties in a Database?

0 Answers   iNautix,


What is a not null constraint?

0 Answers  


How to round a numeric value to a specific precision?

0 Answers  


explain different types of jions with examples briefly?

1 Answers   Zensar,


Categories