Viewing 15 posts - 331 through 345 (of 391 total)
reported as SPAM
February 3, 2017 at 2:54 am
Hm,
I don't believe you would be happy with 16 MB TempDB
Maybe you can calculate the size of the TempDB with this script:
SELECT
...
January 31, 2017 at 12:55 am
Hi,
have you ever tried to skip the error in the replication monitor?
If you are on the server with an "sa" account, you should start the replication monitor and...
January 30, 2017 at 12:56 am
January 27, 2017 at 1:52 am
Hi,
I think, it is possible to add an article, without creating a new snappshot with all alrticle. If you lock for these parameters, it is possible, to create a ...
January 27, 2017 at 1:50 am
Hi,
if you just want to replicate the newer data, you can create and work with this kind of "filter":
https://msdn.microsoft.com/en-us/library/ms151775.aspx
If you have synchronized your data, you can...
January 25, 2017 at 2:01 am
Hi,
are you using a singel instance, or a part of a cluster?
Andreas
September 28, 2015 at 3:27 am
Hi,
had you tried to count the IO, when the query runs:
https://msdn.microsoft.com/en-us/library/ms184361.aspx
And what about the execution plan, can you see something interesting inside?
Regards,
Andreas
August 10, 2015 at 1:10 am
Hi,
could you check, if your article were stored on the distributor?
Every article should stored in the snapshot-folder.
And can you execute this query on the publication-database:
"sp_helppublication"
And, have you checked, when the...
July 20, 2015 at 11:24 am
Hi,
it is not nessesary to break replication, only to add a new articel.
Please watch this link: http://saveadba.blogspot.de/2011/08/adding-new-article-without-generating.html
We use this once a week.
Regards,
Andreas
July 20, 2015 at 2:06 am
Do you have a test environment?
Hi,
yes, I have a test environment.
Kind regards,
Andreas
July 20, 2015 at 12:50 am
Hi,
are you sure, that you, ore the used service account, had all rights. We have a special user called SQLREPL, who had db_owner rights on the publisher, and subscriber database....
July 1, 2015 at 8:40 am
Viewing 15 posts - 331 through 345 (of 391 total)