Viewing 3 posts - 1 through 3 (of 3 total)
>>that being data-centric is most important
I used to agree with that. I've seen so many bad DB models driven by good UI layout only to have the nice layout...
May 16, 2008 at 7:34 am
#816471
The biggest thing is not to break the application(s).
There are retrofits to fix violations of first normal form (yes, comma-delimitted lists in a single field) that I've allowed...
May 16, 2008 at 7:07 am
#816448
The same caveat re: * applies to views & stored procedures. Yes, voice of experience.
In any code compiled in a SQL Server DB, one should not use *. ...
May 13, 2008 at 12:20 pm
#814724