Viewing 15 posts - 346 through 360 (of 1,158 total)
Markus (7/17/2012)
July 17, 2012 at 10:34 am
Sean Lange (7/17/2012)
July 17, 2012 at 10:19 am
You could logship the existing subscriber and set up the new subscription without synchronizing.
No need to initialise from backup.
July 13, 2012 at 2:04 pm
I have a drive for Page file, a drive for tempdb, a drive for logs and a drive for data.
July 13, 2012 at 8:51 am
In my experience you are better off having your distributor close to your published database. Depending on the speed of your connections between all sites it doesn't need to...
July 11, 2012 at 2:11 pm
Internal functions/methods/procs (?) only and you cannot invoke them manually.
You can trace many of the system procs in mssqlsystemresource and get to a dead end where these are called.
July 11, 2012 at 9:39 am
Not in this scenario. Are both servers replicating similar volumes of data/commands?
The real benefit of pull comes when you have a significant number of publications/subscribers. You can chose...
July 10, 2012 at 12:38 pm
jitendra.padhiyar (7/10/2012)
I will suggest Snapshot replication.
To replicate a 1.5TB database to a test environment? The table locking on the production server alone is enough to make me wince. ...
July 10, 2012 at 9:45 am
jitendra.padhiyar (7/10/2012)
I will suggest Snapshot replication.
To replicate a 1.5TB database to a test environment? The table locking on the production server alone is enough to make me wince. ...
July 10, 2012 at 9:45 am
sqluser_8119 (7/10/2012)
July 10, 2012 at 9:01 am
Stewart "Arturius" Campbell (7/10/2012)
There is a good chance that, with only clustered indexes, Clustered Index Scans are being performed on the table(s).
Seeks are much more efficient.
Is it...
July 10, 2012 at 7:20 am
A number of things could cause this.
1. SQL Version Number
2. Differences in data and data distribution in the required tables
3. Index differences
4. Schema differences
5. Database configuration options
6. Server configuration options
What...
July 10, 2012 at 6:49 am
So long as you are using push it is that simple. Pull you need to do a little clean up on the subscriber by running a repl proc.
You're better...
July 9, 2012 at 12:10 pm
raymond.an 94329 (7/9/2012)
July 9, 2012 at 8:45 am
Transactional replication only causes blocking on the source server when generating a snapshot.
Have you got the snapshot agent scheduled through a job? You only ever need this...
July 9, 2012 at 7:46 am
Viewing 15 posts - 346 through 360 (of 1,158 total)