I am using stored procedures to create a new user in my data base. I want the "CreatedDate" field filled in automatically, but I am not sure of the best way to do this.
I am very new to SQL. Is there a way to set the default value for the field to the date?

Any help is appreciated