How to change datatype of (now.date) from date to string

Hi @mu_nazza

Use convert([columnname], ‘System.String’) in the select statement while specifying the column

Refer this link: