I have an online relational database, not a real busy one, but users have the ability to add or update their own data via forms, etc.
I need to add a new table, tied one-to-many to the UserID of one of the main tables.
My question: If I connect to the online database using SQL Server Management Studio and add the table and relationship while the site is up and running, is this safe to do?
Go to the complete details ...