Viewing 8 posts - 1 through 8 (of 8 total)
Thank you for the pointer. I will check to make sure the db objects referenced in the sprocs are schema qualified.
November 25, 2014 at 3:13 pm
Thank you very much. That makes sense.
November 24, 2014 at 2:20 pm
Thank you for posting the script. It is exactly what I am looking for and works beautifully.
October 3, 2014 at 12:08 pm
Thank you for the reply. I found the cause of the issue. I added the service account to the share and it worked.
August 7, 2014 at 2:19 pm
It was a user error. Typically if one sets up a publication and subscription under SSMS and not scrutinize the parms, the setup will end up with defaults. ...
July 12, 2014 at 5:36 pm
Each publication and subscription end up with a snapshot job and a dist job on the distributor box.
This is what is coded to create the snapshot job:
EXEC sp_addpublication_snapshot @publication =...
July 11, 2014 at 11:53 am
Thank you everyone for your time and the good comments. They are all valid.
At this writing, I have 2 environments DEV and QA. In QA Replication snapshot...
July 11, 2014 at 11:32 am
Thank you for the comments. The deadlocks don't just happen with that one sproc. They happen everywhere on select queries sprocs, on adhoc queries as well. Replication...
July 11, 2014 at 8:52 am
Viewing 8 posts - 1 through 8 (of 8 total)