Viewing 15 posts - 316 through 330 (of 3,738 total)
cI am just trying to restore PrismDataSave from a PrismData backup
December 21, 2015 at 4:35 pm
Thank you for your kind words,
I have done this before.
What is the syntax?
December 21, 2015 at 12:50 pm
I added the repl_distribution as a user on the subscriber.
No Luck.
December 18, 2015 at 10:16 am
The log reader is working. Changed from a Domain Account to SA.
Agent 'ASSET2629\PUBLISHER-AdventureWorks2014Pub-MyFirstPublication-ASSET2629\SUBSCRIBER-3' is retrying after an error. 67 retries attempted. See agent job history in the Jobs folder for...
December 18, 2015 at 9:45 am
BrainDonor (12/18/2015)
Check the owner of the Publisher DB - make sure it is a valid account.
For the...
December 18, 2015 at 8:14 am
Welsh Corgi (12/18/2015)
The process could not execute 'sp_replcmds' on 'ASSET2629\PUBLISHER'. (Source: MSSQL_REPL, Error...
December 18, 2015 at 8:03 am
Beatrix Kiddo (12/17/2015)
Which db are you running it against?Also, what kind of replication is it?
Adventureworks2014
Transactional Pull
December 17, 2015 at 7:41 am
I also had to execute:
EXEC sp_dropdistributor @no_checks = 1, @ignore_distributor = 1
GO
December 17, 2015 at 7:05 am
Distribution was not installed correctly.
I executed the following command and it removed the publication:
sp_removedbreplication @dbname = N'AdventureWorks2014Publisher'
December 17, 2015 at 6:43 am
johnwalker10 (12/16/2015)
try this
exec sp_removedbreplication N'sqlservername'
The command executed successfully but it does not delete the publication.
Error: Could not find stored procedure. :ermm:
December 17, 2015 at 6:19 am
heymiky (12/11/2015)
This may help you out:
Thanks for the script.
Does it only script out the transaction Logs since the last Diff?
December 16, 2015 at 5:33 pm
Phil Parkin (12/16/2015)
Have you created a publication?
I went threw the wizard but I believe that I did something wrong.
I can't delete the Publication. Could not find Stored Procedure.
Is there...
December 16, 2015 at 2:50 pm
Jennifer Noelle Dunklin (9/22/2007)
December 16, 2015 at 11:50 am
Lynn Pettis (12/14/2015)
Welsh Corgi (12/14/2015)
Lynn Pettis (12/14/2015)
December 14, 2015 at 6:55 pm
Welsh Corgi (12/9/2015)
Jeff Moden (6/12/2015)
December 14, 2015 at 6:18 pm
Viewing 15 posts - 316 through 330 (of 3,738 total)