I would like to have the value of a field to be set the return value of
System.Web.Security.Membership.GeneratePassword(12,4)
every time a a row is inserted.
Can you guide with this?
Do you have some similar sample code?
Thank you very much
Maybe you can try CLR integration in SQL2005
But if you just want some random string, why not try?T-SQL new_id() funciton?sql
No comments:
Post a Comment