How can u convert the Date to String?
Answer Posted / deepak rohilla
select convert(varchar(20),getdate())
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
List the advantages of using stored procedures?
Explain an incremental backup?
What are the drawbacks of reporting in ssrs?
How to insert data with null values?
What is truncate table?
What is table value parameters (tvp)?
How can we delete a table in sql server?
What is the command to change the recovery model?
What is meant by dirty read?
Which are the third-party tools used in sql server and why would you use them?
How can I create a new template for import ? : sql server management studio
How will you decide the active and passive nodes?
How to create a view using data from another view?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
How to Update from select query in sql server?