Viewing 15 posts - 121 through 135 (of 5,102 total)
jliu (5/12/2009)
May 13, 2009 at 12:21 pm
Simon Smith (5/11/2009)
I agree entirely - 3rd party products just up the price everytime. Each edition of SQL gives us more to use. If we can use standard...
May 13, 2009 at 12:20 pm
You are probably having hardware setup issues. I replicate a lot more than that in one hour.
May 13, 2009 at 12:14 pm
I prefer the "normal" common sense of removing subscribers then publishers and finally distributors.
The exact opposite way of the upgrades.
May 13, 2009 at 12:13 pm
"Let (s)he who is without pork chop, throw the first pork chop"
😀
Now, that's FUNNY!
May 8, 2009 at 11:01 am
@Noel: Transactional replication does require a GUID column if the subcriber will be making updates.
Immediate updating subscribers are "by far" NOT the typical use of Transactional replication.
In...
May 8, 2009 at 10:45 am
Did you find "sp_MSins_t_ElecConnData" on the subscriber?
May 8, 2009 at 9:19 am
It fail because of "data" errors or because "connectivity" errors ?
Can you post a sample Error Message?
May 8, 2009 at 9:07 am
Please, post the DDL of your table so that Lowell don't have to WAG anymore 🙂
May 8, 2009 at 8:47 am
Dean,
If you can solve the problem possibly in one table pass with appropriate indexes temp tables are likely not needed.
If your tables are heavily modified temp tables aleviate locking/blocking/deadlocking issues.
The...
May 8, 2009 at 8:44 am
Julius,
Coding this way ( with exists ... ) is NOT needed at all.
Set up a primary key and if there is a collision handle the error accordingly.
Leave locking to...
May 8, 2009 at 8:36 am
We use Transactional Replication and Run our reports on the subscriber.
It has worked very well for us.
May 8, 2009 at 8:17 am
Google for Active-Active SQL Server Cluster
May 8, 2009 at 8:15 am
On certain step, run into errors: Procedure sp_MSins_t_ElecConnData, Liine 2 Incorrect syntax near the keyword ‘AS’ etc.
The Error indicates that the Replication "ins" ( insert procedure for table t_ElecConnData) is...
May 8, 2009 at 8:08 am
The problem you described has nothing to do with replication but with software design. It is client-side responsibility to determine where to connect.
May 8, 2009 at 8:01 am
Viewing 15 posts - 121 through 135 (of 5,102 total)