Forum Replies Created

Viewing 15 posts - 2,056 through 2,070 (of 2,766 total)

  • RE: The Hybrid

    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...

  • RE: Baseball Statistics

    Tim Mitchell (10/28/2010)


    Good find, thanks for sharing. Have you found the data on this site to be up to date? (That's a question from the baseball fan in...

  • RE: Baseball Statistics

    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...

  • RE: Scheduling System Database

    GilaMonster (10/28/2010)


    Rooms don't have start and end times (unless they only physically exist for certain times and vanish at others)

    Schedules have start and end times. Booking slots have start and...

  • RE: Scheduling System Database

    silfolion009 (10/28/2010)


    i put start time end time and day in rooms and subjects because the system will automatically look for the appropriate rooms in every subjects. w/out time conflicts.. meaning...

  • RE: Scheduling System Database

    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...

  • RE: many-to-many overkill: why not one-to-many???

    What if it's a rental or a "shared" car arrangement (e.g. Zipcar)?

  • RE: Today's Random Word!

    Daniel Bowlin (10/28/2010)


    sleep

    You're not asleep at the wheel, are you, Dan? 😀

  • RE: Is this "global recession" over?

    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...

  • RE: Scheduling System Database

    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...

  • RE: Today's Random Word!

    Bubble Yum

  • RE: Today's Random Word!

    WOTD: Indian Summer (came to work without my jacket for the first time in a couple of weeks)

  • RE: TimeSpan compatibility

    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 2008r2

    http://msdn.microsoft.com/en-us/library/ms131092(SQL.100).aspx

    Okay, this looks good. ...

  • RE: Are the posted questions getting worse?

    Hey, if any of you guys know anything about .NET data types, I could use some help with a question over here . . .

  • RE: Cheap Fun

    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...

Viewing 15 posts - 2,056 through 2,070 (of 2,766 total)