![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Need help here. We need to have two database servers in separate facilities kept up to date. With a disaster we start using the second one. SQL replication won't do it because not all tables have primary keys. Data mirror won't work for the same reason. Likewise Lakeview Tech. Anyone have any thoughts on how we can do this? Livevault is one thought we have. Doesn't EMC have something for hardware based replication? -- burt_king (AT) yahoo (DOT) com -- burt_king (AT) yahoo (DOT) com |
#3
| |||
| |||
|
|
Look at DoubleTake - its much cheaper than RepliStore - EMC's offering. You may also be able to add primary keys - there must be a candidate key somewhere otherwise how will you know what row to update or delete? You may be able to have the application talk to a view which looks the same as the current tables, and then have the base tables of the view with PKs (this only works is the tables are small). Merge replication or snapshot replication may also work for you. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "burt_king" <burt_king (AT) yahoo (DOT) com> wrote in message news:CB4727D8-9B79-418E-9B94-20DC557C6876 (AT) microsoft (DOT) com... Need help here. We need to have two database servers in separate facilities kept up to date. With a disaster we start using the second one. SQL replication won't do it because not all tables have primary keys. Data mirror won't work for the same reason. Likewise Lakeview Tech. Anyone have any thoughts on how we can do this? Livevault is one thought we have. Doesn't EMC have something for hardware based replication? -- burt_king (AT) yahoo (DOT) com -- burt_king (AT) yahoo (DOT) com |
#4
| |||
| |||
|
|
Purchase the application thus we're not going to modify it. -- burt_king (AT) yahoo (DOT) com "Hilary Cotter" wrote: Look at DoubleTake - its much cheaper than RepliStore - EMC's offering. You may also be able to add primary keys - there must be a candidate key somewhere otherwise how will you know what row to update or delete? You may be able to have the application talk to a view which looks the same as the current tables, and then have the base tables of the view with PKs (this only works is the tables are small). Merge replication or snapshot replication may also work for you. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "burt_king" <burt_king (AT) yahoo (DOT) com> wrote in message news:CB4727D8-9B79-418E-9B94-20DC557C6876 (AT) microsoft (DOT) com... Need help here. We need to have two database servers in separate facilities kept up to date. With a disaster we start using the second one. SQL replication won't do it because not all tables have primary keys. Data mirror won't work for the same reason. Likewise Lakeview Tech. Anyone have any thoughts on how we can do this? Livevault is one thought we have. Doesn't EMC have something for hardware based replication? -- burt_king (AT) yahoo (DOT) com -- burt_king (AT) yahoo (DOT) com |
#5
| |||
| |||
|
|
Many apps are insensitive to adding a pk. I'd try it and see what happens. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "burt_king" <burt_king (AT) yahoo (DOT) com> wrote in message news:F749126B-198C-4DDB-96DD-C6C3ACB5EED3 (AT) microsoft (DOT) com... Purchase the application thus we're not going to modify it. -- burt_king (AT) yahoo (DOT) com "Hilary Cotter" wrote: Look at DoubleTake - its much cheaper than RepliStore - EMC's offering. You may also be able to add primary keys - there must be a candidate key somewhere otherwise how will you know what row to update or delete? You may be able to have the application talk to a view which looks the same as the current tables, and then have the base tables of the view with PKs (this only works is the tables are small). Merge replication or snapshot replication may also work for you. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "burt_king" <burt_king (AT) yahoo (DOT) com> wrote in message news:CB4727D8-9B79-418E-9B94-20DC557C6876 (AT) microsoft (DOT) com... Need help here. We need to have two database servers in separate facilities kept up to date. With a disaster we start using the second one. SQL replication won't do it because not all tables have primary keys. Data mirror won't work for the same reason. Likewise Lakeview Tech. Anyone have any thoughts on how we can do this? Livevault is one thought we have. Doesn't EMC have something for hardware based replication? -- burt_king (AT) yahoo (DOT) com -- burt_king (AT) yahoo (DOT) com |
#6
| |||
| |||
|
|
Consider snapshot replication, or log shipping then. These are no cost solutions. Data Mirror, DoubleTake are other solutions. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "burt_king" <burt_king (AT) yahoo (DOT) com> wrote in message news:A0128A6B-C4F3-43EB-800F-80800A0BF310 (AT) microsoft (DOT) com... Not a chance we're adding primary keys. Upgrades in the future could be disasterous. Never gonna happen as long as there's O2 in my lungs. -- burt_king (AT) yahoo (DOT) com "Hilary Cotter" wrote: Many apps are insensitive to adding a pk. I'd try it and see what happens. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "burt_king" <burt_king (AT) yahoo (DOT) com> wrote in message news:F749126B-198C-4DDB-96DD-C6C3ACB5EED3 (AT) microsoft (DOT) com... Purchase the application thus we're not going to modify it. -- burt_king (AT) yahoo (DOT) com "Hilary Cotter" wrote: Look at DoubleTake - its much cheaper than RepliStore - EMC's offering. You may also be able to add primary keys - there must be a candidate key somewhere otherwise how will you know what row to update or delete? You may be able to have the application talk to a view which looks the same as the current tables, and then have the base tables of the view with PKs (this only works is the tables are small). Merge replication or snapshot replication may also work for you. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "burt_king" <burt_king (AT) yahoo (DOT) com> wrote in message news:CB4727D8-9B79-418E-9B94-20DC557C6876 (AT) microsoft (DOT) com... Need help here. We need to have two database servers in separate facilities kept up to date. With a disaster we start using the second one. SQL replication won't do it because not all tables have primary keys. Data mirror won't work for the same reason. Likewise Lakeview Tech. Anyone have any thoughts on how we can do this? Livevault is one thought we have. Doesn't EMC have something for hardware based replication? -- burt_king (AT) yahoo (DOT) com -- burt_king (AT) yahoo (DOT) com |
#7
| |||
| |||
|
|
I hate to jump into the middle of a thread, but this sounds like a problem that I've already messed up. <g> On the suggestion of a consultant, we set up SQL2000 to replicate to a backup server. What I didn't know, was that SQL would install rowguid columns in each table. This has been a real problem. The thirdparty application that we use as the frontend calls their fields by column number, not name. Likewise, the first upgrade that I tried to install was disasterous. I somehow am lucky enough to have the system stable at the moment, but can't install any upgrades. We are now looking at Doubletake, but I am not able to remove the rowguid columns from the tables. I found some info on a website called www.replicationanswers.com. It removes the rowguid columns, but the application won't run, probably due to missing indexes and contraints. Anyone have an idea how to get back to 'normal' so that we can try out DoubleTake? Help! John "Hilary Cotter" <hilary.cotter (AT) gmail (DOT) com> wrote in message news:%23z%23JoAdIGHA.1032 (AT) TK2MSFTNGP11 (DOT) phx.gbl... Consider snapshot replication, or log shipping then. These are no cost solutions. Data Mirror, DoubleTake are other solutions. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "burt_king" <burt_king (AT) yahoo (DOT) com> wrote in message news:A0128A6B-C4F3-43EB-800F-80800A0BF310 (AT) microsoft (DOT) com... Not a chance we're adding primary keys. Upgrades in the future could be disasterous. Never gonna happen as long as there's O2 in my lungs. -- burt_king (AT) yahoo (DOT) com "Hilary Cotter" wrote: Many apps are insensitive to adding a pk. I'd try it and see what happens. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "burt_king" <burt_king (AT) yahoo (DOT) com> wrote in message news:F749126B-198C-4DDB-96DD-C6C3ACB5EED3 (AT) microsoft (DOT) com... Purchase the application thus we're not going to modify it. -- burt_king (AT) yahoo (DOT) com "Hilary Cotter" wrote: Look at DoubleTake - its much cheaper than RepliStore - EMC's offering. You may also be able to add primary keys - there must be a candidate key somewhere otherwise how will you know what row to update or delete? You may be able to have the application talk to a view which looks the same as the current tables, and then have the base tables of the view with PKs (this only works is the tables are small). Merge replication or snapshot replication may also work for you. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "burt_king" <burt_king (AT) yahoo (DOT) com> wrote in message news:CB4727D8-9B79-418E-9B94-20DC557C6876 (AT) microsoft (DOT) com... Need help here. We need to have two database servers in separate facilities kept up to date. With a disaster we start using the second one. SQL replication won't do it because not all tables have primary keys. Data mirror won't work for the same reason. Likewise Lakeview Tech. Anyone have any thoughts on how we can do this? Livevault is one thought we have. Doesn't EMC have something for hardware based replication? -- burt_king (AT) yahoo (DOT) com -- burt_king (AT) yahoo (DOT) com |
#8
| |||
| |||
|
|
I hate to jump into the middle of a thread, but this sounds like a problem that I've already messed up. <g> On the suggestion of a consultant, we set up SQL2000 to replicate to a backup server. What I didn't know, was that SQL would install rowguid columns in each table. This has been a real problem. The thirdparty application that we use as the frontend calls their fields by column number, not name. Likewise, the first upgrade that I tried to install was disasterous. I somehow am lucky enough to have the system stable at the moment, but can't install any upgrades. We are now looking at Doubletake, but I am not able to remove the rowguid columns from the tables. I found some info on a website called www.replicationanswers.com. It removes the rowguid columns, but the application won't run, probably due to missing indexes and contraints. Anyone have an idea how to get back to 'normal' so that we can try out DoubleTake? Help! John "Hilary Cotter" <hilary.cotter (AT) gmail (DOT) com> wrote in message news:%23z%23JoAdIGHA.1032 (AT) TK2MSFTNGP11 (DOT) phx.gbl... Consider snapshot replication, or log shipping then. These are no cost solutions. Data Mirror, DoubleTake are other solutions. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "burt_king" <burt_king (AT) yahoo (DOT) com> wrote in message news:A0128A6B-C4F3-43EB-800F-80800A0BF310 (AT) microsoft (DOT) com... Not a chance we're adding primary keys. Upgrades in the future could be disasterous. Never gonna happen as long as there's O2 in my lungs. -- burt_king (AT) yahoo (DOT) com "Hilary Cotter" wrote: Many apps are insensitive to adding a pk. I'd try it and see what happens. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "burt_king" <burt_king (AT) yahoo (DOT) com> wrote in message news:F749126B-198C-4DDB-96DD-C6C3ACB5EED3 (AT) microsoft (DOT) com... Purchase the application thus we're not going to modify it. -- burt_king (AT) yahoo (DOT) com "Hilary Cotter" wrote: Look at DoubleTake - its much cheaper than RepliStore - EMC's offering. You may also be able to add primary keys - there must be a candidate key somewhere otherwise how will you know what row to update or delete? You may be able to have the application talk to a view which looks the same as the current tables, and then have the base tables of the view with PKs (this only works is the tables are small). Merge replication or snapshot replication may also work for you. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "burt_king" <burt_king (AT) yahoo (DOT) com> wrote in message news:CB4727D8-9B79-418E-9B94-20DC557C6876 (AT) microsoft (DOT) com... Need help here. We need to have two database servers in separate facilities kept up to date. With a disaster we start using the second one. SQL replication won't do it because not all tables have primary keys. Data mirror won't work for the same reason. Likewise Lakeview Tech. Anyone have any thoughts on how we can do this? Livevault is one thought we have. Doesn't EMC have something for hardware based replication? -- burt_king (AT) yahoo (DOT) com -- burt_king (AT) yahoo (DOT) com |
![]() |
| Thread Tools | |
| Display Modes | |
| |