Hi folks
I know just enough about MS-SQL to be dangerous, so feel free to warn
me off this it's too much for a non-expert.
We are using SQL 2000 as the back-end for website. We would like to
create a duplicate of the database (on the same server). Then we'd use
them like this:
Database A: read-write DB accessed by web administrator
Database B: read-only 'live' DB accessed by the web server
The smarts: setting up a way to maintain Database A, have it be
accessible internally (maybe different IP, maybe different port) and
when a change is approved, have that change replicate to Database B to
be visible on the website.
I'm wondering if it's something I can do myself with the right
reading, or I'm going to have to hire some SQL know-how to help me
out.
Dave