Click here to Skip to main content
15,888,351 members
Home / Discussions / Database
   

Database

 
GeneralRe: Problem saving file to MySQL Pin
Jassim Rahma22-Jul-12 11:50
Jassim Rahma22-Jul-12 11:50 
AnswerRe: Problem saving file to MySQL Pin
Luc Pattyn22-Jul-12 11:57
sitebuilderLuc Pattyn22-Jul-12 11:57 
GeneralRe: Problem saving file to MySQL Pin
Jassim Rahma22-Jul-12 12:18
Jassim Rahma22-Jul-12 12:18 
GeneralRe: Problem saving file to MySQL Pin
Eddy Vluggen22-Jul-12 23:59
professionalEddy Vluggen22-Jul-12 23:59 
QuestionSQL server 2008 Replication problem Pin
Hy Chanhan19-Jul-12 17:12
professionalHy Chanhan19-Jul-12 17:12 
AnswerRe: SQL server 2008 Replication problem Pin
_Amy19-Jul-12 21:31
professional_Amy19-Jul-12 21:31 
GeneralRe: SQL server 2008 Replication problem Pin
Hy Chanhan19-Jul-12 21:38
professionalHy Chanhan19-Jul-12 21:38 
GeneralRe: SQL server 2008 Replication problem Pin
_Amy19-Jul-12 22:34
professional_Amy19-Jul-12 22:34 
Basically with merge replication when a synchronization occurs, the final state of the rows is what is merged with the other side. So if I have a stock tracking table which each stock is updated thousands of times between synchronizations only the last value of the stock will be replicated.

With transactional replication with updateable subscribers the changes (the DML) will be replicated as transactions. So if a row in our stock table is updated 1,000 times there will be 1000 indivdual transactions will be replicated.

Now updateable subscribers is being deprecated and will likely not show up in SQL 11 and peer to peer is the desired upgrade path.

So if you need transactions replicated transactionally you would want updateable subscribers, if you want bi-directional synschronization between nodes which are frequently disconnected - merge replication is the way to go.
Read the article "Table Valued Parameters".

--Amit

Questionproblem modeling messages tables Pin
ahmadiss19-Jul-12 6:10
ahmadiss19-Jul-12 6:10 
AnswerRe: problem modeling messages tables Pin
PIEBALDconsult19-Jul-12 12:24
mvePIEBALDconsult19-Jul-12 12:24 
GeneralRe: problem modeling messages tables Pin
ahmadiss20-Jul-12 0:44
ahmadiss20-Jul-12 0:44 
GeneralRe: problem modeling messages tables Pin
PIEBALDconsult20-Jul-12 3:40
mvePIEBALDconsult20-Jul-12 3:40 
GeneralRe: problem modeling messages tables Pin
ahmadiss22-Jul-12 5:12
ahmadiss22-Jul-12 5:12 
Questionhow to stop sql server 2005 Pin
sumeet kumar Attri18-Jul-12 21:38
sumeet kumar Attri18-Jul-12 21:38 
AnswerRe: how to stop sql server 2005 Pin
Karthik Harve18-Jul-12 22:26
professionalKarthik Harve18-Jul-12 22:26 
GeneralMaking a row-based Iteration of a Bulk-Insertion Pin
SkyRunner18-Jul-12 21:16
SkyRunner18-Jul-12 21:16 
AnswerRe: Making a row-based Iteration of a Bulk-Insertion Pin
Eddy Vluggen18-Jul-12 23:34
professionalEddy Vluggen18-Jul-12 23:34 
GeneralRe: Making a row-based Iteration of a Bulk-Insertion Pin
Michael Potter19-Jul-12 3:50
Michael Potter19-Jul-12 3:50 
GeneralRe: Making a row-based Iteration of a Bulk-Insertion Pin
SkyRunner19-Jul-12 5:08
SkyRunner19-Jul-12 5:08 
QuestionSSIS and SSAS Pin
Member 927049917-Jul-12 21:06
Member 927049917-Jul-12 21:06 
AnswerRe: SSIS and SSAS Pin
Mycroft Holmes18-Jul-12 13:00
professionalMycroft Holmes18-Jul-12 13:00 
QuestionRe: SSIS and SSAS Pin
Jan Steyn19-Jul-12 3:59
Jan Steyn19-Jul-12 3:59 
QuestionMicrosoft reporting services Pin
berba17-Jul-12 0:44
berba17-Jul-12 0:44 
QuestionDeleting Data Using Job Scheduler Pin
ASPnoob16-Jul-12 22:59
ASPnoob16-Jul-12 22:59 
AnswerRe: Deleting Data Using Job Scheduler Pin
rimazuc17-Jul-12 0:00
rimazuc17-Jul-12 0:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.