I am using SQLDMO and ASP.NET to examine database tables. I would like to be able to determine if a particlar column has a default value, and perhaps, what that default value is.
I already have a column object, how do I get the default value? For example, my dateadd field has a default value of getdate()
Thanks