Viewing 15 posts - 1 through 15 (of 34 total)
Phil Parkin (6/21/2013)
As far...
June 21, 2013 at 7:00 am
DiverKas (6/20/2013)
William Plourde (6/20/2013)
So a person could move from db A, to B to C to D etc?
Yep, that is correct. Assuming 6 dbs out in the future. A person...
June 20, 2013 at 2:32 pm
sjimmo (6/20/2013)
I don't think transactional replication is going to do it for you. Maybe merge. But those identity fields are going to kill you.
Yes, they are killing me. I...
June 20, 2013 at 11:11 am
So a person could move from db A, to B to C to D etc?
Yep, that is correct. Assuming 6 dbs out in the future. A person (and all their...
June 20, 2013 at 7:25 am
sjimmo (6/20/2013)
June 20, 2013 at 6:56 am
Phil Parkin (6/20/2013)
June 20, 2013 at 6:30 am
Greg Charles (6/19/2013)
Are you appending data to the live tables in the destination database or are you replacing the data with what is in the source database?
The process is...
June 19, 2013 at 3:11 pm
I follow you. If not for the encryption this data would be in a single table and I would not even consider splitting it vertically into two tables. I just...
February 1, 2013 at 6:59 am
ok, I think I understand that. So if fetching the 'common' un enc data just make sure I use the appropriate field list in the query. And if I need...
February 1, 2013 at 6:51 am
Sorry if I was not clear. My data is such that I will have encrypted and un encrypted columns for a given table, both in development and production.
Our apps will...
February 1, 2013 at 6:40 am
Thanks but the Microsoft book has poor reviews on amazon.com and I don't see any obvious alternatives. Has anybody actually used this book ?
June 26, 2012 at 2:19 pm
opc.three (3/5/2012)
March 5, 2012 at 1:53 pm
oops, sorry for the duplicate response. Pesky page 2 link. doh !
We do have a similar table arrangement. We have a history table for each base table. The base...
March 5, 2012 at 12:39 pm
We also have one history table for each base table that we require versioned data on. Our base table(s) generally only have a few Ids with all or most of...
March 5, 2012 at 12:19 pm
Thank you all for the information. FWIW this system already exists. Without going into detail we store every version of every row for our primary entities. We also use...
March 5, 2012 at 11:38 am
Viewing 15 posts - 1 through 15 (of 34 total)