Activity overview
Latest activity by masterbaker
thank you very much / comments
thank you very much
so if I leave it as default, if internet drops during process, PDN site will get rolled back, correct?
Not sure if this question makes sense, at what point, it will get rolled back? right after internet drops? thanks / comments
so if I leave it as default, if internet drops during process, PDN site will get rolled back, correct?
Not sure if this question makes sense, at what point, it will get rolled back? right after int...
any ideas? thanks / comments
any ideas? thanks
Roll Back
Hi,
Recenly, we moved out pdn server to a data center, my question is, when doinf the sync, if internet drops, will everything gets rolled back? thanks
This is the structure I have:
TableA:
AID (Clustered PK)
some fields
TableB:
BID (Clustered PK)
AID
some fields
Inside the filter, I use AID >= 100 for both tables, it is slow because AID in TableB is not Clustered PK? thx / comments
This is the structure I have:
TableA:
AID (Clustered PK)
some fields
TableB:
BID (Clustered PK)
AID
some fields
Inside the filter, I use AID >= 100 for both tables, it is slow because AID in TableB...
hi,
Any ideas? thx / comments
hi,
Any ideas? thx
Filter
Hi,
Since I have so many rows in DB, I try to use filter, say, ID>10, I thought it would be faster, but it is not, any ideas? thx
please help....hanging
Hi,
I am trying to compare a folat type column, it came out there are 8023 rows differences, but when looking at the values, they are exactly the same.........so, I clicked on Sync, it takes foreve...
Hi,
I am having the same problem.
I was wondering if you could give me an example of how to CAST the values. Thanks / comments
Hi,
I am having the same problem.
I was wondering if you could give me an example of how to CAST the values. Thanks
Sub Set Compare
Hi,
Is there an example that shows how to compare sub-set data for two dba? thanks