How to add default value for nvarchar in SQL

Viewed 46

I am trying to make default value for a nvarchar column as a new GUID in SQL Server. But When I am trying to insert null value its still getting inserted as null and not a new GUID. Can someone please help.

enter image description here

0 Answers
Related