How get current date in SQL server 2000
Answer Posted / rajkumar v
select convert(varchar,getdate(),105)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to write a query with an inner join in ms sql server?
What does it mean to manipulate data?
How to test a dml trigger in ms sql server?
Define tempdb database?
How would you choose between a clustered and a non-clustered index?
explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?
What is the order by used for?
How to use column default values in insert statements in ms sql server?
How fixed length strings are truncated and padded?
What is enhanced database mirroring in sql server 2008?
How to list all tables in the database using odbc_tables()?
Why Master database is required?
What command must you use to include the not null constraint after a table has already been created?
Where are sql server user names and passwords stored in sql server?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?