Hi. Please help.
I'm trying to write some TSQL that will add default values to already
existing fields in a table. Though I've see how its done using DEFAULT
objects and dependencies, I'd rather be able to see visually the default
values when I go into Enterprise Manager. In other words, I want to
store the defaults WITH THE TABLE, not with some obscure object that has
to be 'sp_bindefault'ed, and thus becomes difficult to maintain.
Any advice?
Thanks in advance
-Steve B
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.