Tagged Questions

19
votes
12answers
121k views

How to convert DateTime to VarChar

I am working on a query in Sql Server 2005 where I need to convert a value in DateTime variable into a varchar variable in 'yyyy-mm-dd' format (without time part). Please help, thanks.
3
votes
7answers
13k views

Custom Date/Time formatting in SQL Server

I am trying to write a stored procedure which selects columns from a table and adds 2 extra columns to the ResultSet. These 2 extra columns are the result of conversions on a field in the table which ...
0
votes
2answers
147 views

convert bigint to nvarchar by format

How can I convert bigint to nvarchar using the following scheme: 1 converts to 0001 123 converts to 0123