B
Bobby Edward
I am doing a funeral home page (depressing huh?)
They want an obituary page where people can post comments. So, in my db I
have 2 tables (1 to many relationship)...
TABLE1: Obituary (persons info)
TABLE2: ObitComments ("many" table - comments)
There would be an admin page to approve or reject comments, manage
obituaries, etc...
My ISP only allows me a certain # of SQL Server dbs. I would hate to
"waste" one on a small project like this. Any suggestions? How would you
handle it? SQL Express is not supported either.
Thanks!
They want an obituary page where people can post comments. So, in my db I
have 2 tables (1 to many relationship)...
TABLE1: Obituary (persons info)
TABLE2: ObitComments ("many" table - comments)
There would be an admin page to approve or reject comments, manage
obituaries, etc...
My ISP only allows me a certain # of SQL Server dbs. I would hate to
"waste" one on a small project like this. Any suggestions? How would you
handle it? SQL Express is not supported either.
Thanks!