Comments
Sort by recent activity
Thank you for taking a look. But I am not sure if you understood the issue correctly.
I am not defining the default to be of string type value 'system_user'
I am defining the default to be of value returned by the sql server function system_user
and therefore the below definition -
[User_Created] [varchar](100) NOT NULL DEFAULT system_user / comments
Thank you for taking a look. But I am not sure if you understood the issue correctly.
I am not defining the default to be of string type value 'system_user'
I am defining the default to be of value...