Viewing 15 posts - 2,356 through 2,370 (of 26,490 total)
November 27, 2017 at 9:13 am
November 25, 2017 at 12:13 pm
Oh, yes, be sure to normalize your tables, at least 3NF.
November 22, 2017 at 4:07 pm
I would stay away from GUIDs as a primary key, especially if it gets defined as the clustered index. For me there needs to be a good reason for using...
November 22, 2017 at 4:04 pm
November 22, 2017 at 3:34 pm
November 22, 2017 at 3:14 pm
Was I taught wrong regarding normalization? I was taught that you normalize to a point, say 3NF, then de-normalize where appropriating knowing the trade-offs and possible issues that you would...
November 22, 2017 at 1:37 pm
Or, have a calendar table and reference it by the date and have it break the dates into constituent parts.
November 22, 2017 at 12:37 pm
I'd rather store the date as a date and use computed columns if I need the month, day, or year separately on a regular basis.
November 22, 2017 at 12:05 pm
November 22, 2017 at 11:33 am
November 22, 2017 at 8:55 am
Viewing 15 posts - 2,356 through 2,370 (of 26,490 total)