cancel
Showing results for 
Search instead for 
Did you mean: 

Convert Char to Date in SQL Server

Former Member
0 Kudos

Hello Experts,

I am trying to convert Char to Date but getting error in Universe designer. Can anybody advise please?

Thanks,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try with CAST() and CONVERT() functions. For more information refer use this url : http://msdn.microsoft.com/en-us/library/ms187928.aspx.

It is more easy to get solution if you can post your query.

Cheers,

Suresh Babu Aluri.

Former Member
0 Kudos

Thank you..

Answers (1)

Answers (1)

Former Member
0 Kudos

The cast() or convert() functions would be your best bet. Please post the syntax you have tried and it will be easier to debug. More details on these two functions can be found on the Microsoft site here:

http://msdn.microsoft.com/en-us/library/aa226054(SQL.80).aspx