Viewing 15 posts - 2,056 through 2,070 (of 2,766 total)
I'll have to keep this conference in mind. Even though I spend a lot of time here on SSC, SQL Server is not my primary focus. I'm primarily...
October 28, 2010 at 2:25 pm
Tim Mitchell (10/28/2010)
October 28, 2010 at 10:13 am
Seconded about http://www.baseball1.com/ -- I've used this site frequently. In fact, I use the data from this site to practice my own SQL and development skills. So I...
October 28, 2010 at 9:41 am
GilaMonster (10/28/2010)
Schedules have start and end times. Booking slots have start and...
October 28, 2010 at 8:55 am
silfolion009 (10/28/2010)
October 28, 2010 at 8:47 am
I would remove ALL references to dates/times in the room and subject tables, and put them in the schedule table, maybe something like this:
room
r_no
(remove these)
r_starttime
r_endtime
r_day
r_type
(Note: if you're dealing with multiple...
October 28, 2010 at 8:17 am
What if it's a rental or a "shared" car arrangement (e.g. Zipcar)?
October 28, 2010 at 8:00 am
Daniel Bowlin (10/28/2010)
sleep
You're not asleep at the wheel, are you, Dan? 😀
October 28, 2010 at 7:06 am
crainlee2 (10/27/2010)
Actual unemployment in the United States is somewhere over 20% and less than 25%. During the Great Depression of the 1930's, unemployment was ~25%.
Where did you get these...
October 28, 2010 at 7:02 am
First question right off the bat: how much do you know about data normalization? (To anyone else reading this: does anyone have any articles about normalizing data they can...
October 28, 2010 at 6:57 am
WOTD: Indian Summer (came to work without my jacket for the first time in a couple of weeks)
October 27, 2010 at 7:02 am
Trey Staker (10/26/2010)
I'm not a .net expert but this link to microsoft's site says it maps to the Time data type available in 2008 and 2008r2http://msdn.microsoft.com/en-us/library/ms131092(SQL.100).aspx
Okay, this looks good. ...
October 26, 2010 at 5:10 pm
Hey, if any of you guys know anything about .NET data types, I could use some help with a question over here . . .
October 26, 2010 at 4:48 pm
Michael Valentine Jones (10/26/2010)
4. At halftime of the football game, we walked over and watched the soccer team's game on the next field.
Speaking as someone who has collegiate marching band...
October 26, 2010 at 2:11 pm
Viewing 15 posts - 2,056 through 2,070 (of 2,766 total)