Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: SQL to trigger an ASP file

    Hi,

    I've implemented something similar to what you're asking for.  I use the Windows Scheduler on our server to launch internet explorer with the URL of an ASP page every day.

    That ASP...

  • RE: IDENTITY Field Problems!

    Thanks, Mike - that's a big help.

    I think I'm looking at modelling this as a Person table with an Identity column as it's primary key, and an Organisation table with...

  • RE: IDENTITY Field Problems!

    Yeah - I thought that too, but it seemed to fit my needs.  Since my original post however, I've worked out that it doesn't!

    So - perhaps you can help with...

  • RE: IDENTITY Field Problems!

    That's the one I was looking for!  Excellent, thanks!

    - Chris

  • RE: IDENTITY Field Problems!

    Hi,

    Thanks for your response.

    I thought of doing something like that - I guess using that method we don't even need the column to be an identity - as we're always...

  • RE: Storing Anything and Everything - Any Ideas?

    It's basically for a web site where people can log in and create their own databse.  It could be for cars, meetings, news items, tooth brushes etc. - we won't know...

  • RE: Storing Anything and Everything - Any Ideas?

    The lists of fields aren't so much pre-defined as decided on once per user, then left alone for that user.

     

    I like the idea about the different data types in different...

  • RE: Data storage strategies - a balancing act

    Well - here's my thoughts (although I haven't thought everything through that well!!).

    I'd have a table to store the events.  I would have a separate (but linked) table which can...

Viewing 8 posts - 1 through 8 (of 8 total)