Viewing 15 posts - 1 through 15 (of 107 total)
Have you checked for any blocking ?
Cheers
Vultar
December 8, 2015 at 3:49 pm
You need to check the 'replicate_ddl' setting for the publication.
This can be done by querying the syspublications table.
Sp_repldropcolumn can be used to drop a column in a replicated table.
Cheers
Vultar
June 16, 2015 at 3:36 pm
Is the DB in full recovery mode ? Are you taking log backups ?
Cheers
Vultar
June 15, 2015 at 4:20 pm
Was the proc in live taking 7 mins repeatedly or was it just the one occurrence ?
Did you look at the actual execution plans from the procs in live &...
January 27, 2014 at 3:34 pm
By the way, Is there any reason not to just add the articles and take a snapshot ?
January 19, 2014 at 4:44 pm
You could add the articles with 'none' as the sync-type option however you will need to manually get the tables, repl procs & table data to the subscriber.
Cheers
Vultar
January 19, 2014 at 4:42 pm
Is the SQL service running ? Is there anything in the SQL / windows logs ?
Cheers
Vultar
August 2, 2013 at 3:37 pm
Have a look at creating a view or a stored procedure.
Cheers
Vultar
July 30, 2013 at 3:12 pm
Worth adding a tracer token to find where the latency is.. From there you can look into areas needing the attention.
Cheers
Vultar
July 30, 2013 at 3:09 pm
This topology isn't going to work / not possible.
How are you going to add a publication on server b for server c to subscribe to when its in standby mode...
July 26, 2013 at 4:31 pm
You could try creating a package in SSIS as another option...
Cheers
Vultar
July 25, 2013 at 5:05 pm
Are you connecting to the SQL server via ssms on your desktop, or rdp ?
Cheers
Vultar
July 25, 2013 at 4:59 pm
What about stopping the copy job or moving the log files waiting to be restored to a separate temp folder on the same drive ? Not ideal but at least...
July 25, 2013 at 4:48 pm
Hi,
Getting the log files onto RAID 1, preferably 10 is a must to improve write performance, ideally, 1 file per LUN.
Have you considered trying RAID 1 for the data files...
July 25, 2013 at 2:07 am
Hi,
What RAID type are your log files on ?
Are your db files on dedicated LUNs ?
Cheers
Vultar
July 23, 2013 at 4:59 pm
Viewing 15 posts - 1 through 15 (of 107 total)