Sunday, February 19, 2012

Design Question

We have a third-party application that I want to extend. It used MS SQL as
a backend and I want to add new custom tables to the db. Is it bad practice
to add custom tables to the live db? Or should I create a seperate db to
hold these tables and synch the tables?
ThanksDo not add tables to the 3:rd party database. They won't like it. Also, you
never know what a future
upgrade program might do. Use your own database.
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
"Jake" <Jake@.noemail.com> wrote in message news:%23CAiYGNpFHA.3940@.TK2MSFTNGP14.phx.gbl...[
color=darkred]
> We have a third-party application that I want to extend. It used MS SQL a
s a backend and I want
> to add new custom tables to the db. Is it bad practice to add custom tabl
es to the live db? Or
> should I create a seperate db to hold these tables and synch the tables?
> Thanks
>[/color]

No comments:

Post a Comment