July 1, 2013 at 1:56 pm
Thank you everyone, I was able to take care of my problem,the only thing is when I run sql job for replication:here is the code:runs under Replication snapshot:
-Publisher [DB1] -PublisherDB [Home_database] -Distributor [DB1] -Publication [home_database] -DistributorSecurityMode 1
get error:The process could not retrieve information about the transactional/snapshot publication 'Home_Database'. The step failed.How can I fix it?
Thank you
July 1, 2013 at 3:51 pm
How did you 'take care of the problem'? What exactly have you done? What exactly is the situation? What exactly are you trying to do?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 2, 2013 at 6:16 am
I restored a back to a new database.
Had to delete publication for replication otherwise couldnt delete bad database, Of that database from local publication. SQL job that was sat up for this publication is now failing. How can I re create ?
When I was able to restore back up, I delete it bad database and re name to the old name
Thank you
July 2, 2013 at 6:48 am
At a guess, you'll have to delete the job, create a new publication, and create a new job for the publication. Books Online should have the information you need.
July 2, 2013 at 7:25 am
Before I delete it,is there way to find out what was execly replicating from one db to another? thank you
July 2, 2013 at 7:42 am
If you've already deleted the publication, then there's no information remaining as to what was replicated, that's defined in the publication.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 2, 2013 at 7:43 am
Krasavita (7/2/2013)
Before I delete it,is there way to find out what was execly replicating from one db to another? thank you
Didn't you make those notes before you deleted the previous publication? The one this job is trying to run?
July 2, 2013 at 10:26 am
Is there way to see in distribution database?
July 2, 2013 at 10:37 am
If you dropped the publication, no.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 2, 2013 at 10:48 am
You really need to get someone with replication experience in your environment to temporarily help you with this.
July 2, 2013 at 11:21 am
I restored old distribution database from last week, where can I find out what I had before?
July 2, 2013 at 11:42 am
Brandie Tarvin (7/2/2013)
You really need togetHIRE someone with replication experience...
Viewing 12 posts - 16 through 26 (of 26 total)
You must be logged in to reply to this topic. Login to reply