How can u convert the Date to String?
Answer Posted / sivakumar
Select convert(varchar(20),getdate()) As Date
Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is a mutating table error and how can you get around it?
How many databases Microsoft SQL server provides?
How to create view in stored procedure sql server?
What is an expression in ms sql server?
How to declare a cursor with "declare ... Cursor" in ms sql server?
Tell me what is fill factor?
How do I find the sql server version?
What part does database design plays a role in performance of an sql server-based application?
What are the different types of triggers in SQL SERVER?
Which autogrowth database setting is good?
What is the purpose of update statistics and scope_identity() function?
Which rendering formats are affected by the pagesize properties?
Explain optimistic and pessimistic concurrency?
What do you understand by a view?
What is bcp? When does it use?