Viewing 15 posts - 1 through 15 (of 20 total)
Can some one please tell me why would any one put presentation login into SQL....
it's big no no in my book...
Borik
July 6, 2006 at 12:13 pm
Also u might want to try to increase number of retries for replication jobs...
June 23, 2006 at 3:24 pm
Stacy,
Thank you so much!!! It's finnally working... I got my first emails from productions...
Borik
Let hope this will help others as well...
June 13, 2006 at 2:10 pm
Stacy thanks again for a quick reply... i am still getting the error...
here is the code that i am executing... any other suggestions would be really apreciated...
June 13, 2006 at 1:28 pm
Hi Stacy, thanks for the help but i still get the error here is the code that i have now...
It works gret on my localInstall but on server it just...
June 13, 2006 at 12:45 pm
has any one seen solution to this problem??? I am on Win2003/Sql2000 using remote SMPT
server with no smtp running on sql box...
thanks.
June 7, 2006 at 2:25 pm
try
DBCC dbreindex(table),
this might take some time and table will be locked...
other option to defragment the index...
some how i think it related to fragmented index and/or pages
Borik
April 13, 2006 at 2:23 pm
Try this
1. Query->Show Execution Plan
2. Run both queries in one window
3. it will tell you how much time each query took out of execution of hole Batch,
plus you see what...
September 30, 2005 at 9:20 am
NoLock - Doesn't crate any locks on anything...
so you might get partial info if some one inserting
or updating data at the time.
From BON(NOLOCK - Do not issue shared...
September 30, 2005 at 9:14 am
I got the same problme and running "sp_repldone with @reset = 1" didn't help
now i get
Another log reader is replicating the database.
(Source: TESQLSRV3 (Data source); Error number: 18752)
-----------------------------------------------------------------------------------
The process...
July 27, 2005 at 9:01 am
Enterprise Manager ->
Replication Monitor ->
Publishers ->
ServerName ->
Right Click on Publisher ->
General Tab ->
at the bottom there is Radio button "Subscription never expires..."
P.S. Unfortenetly i did't find how to resolve...
March 1, 2005 at 7:34 am
Thanks for reply, i have chenged the subscription not to exprire now would be nice to find a easy way to fix replication, with out droping it and recreating it...
if...
February 15, 2005 at 9:45 am
Well it transactional replication so it does replicate constantly... and i think it set to never expire, can't find where to check....
also what the steps i need to take...
February 15, 2005 at 8:09 am
Umm i just got this error "The subscription(s) have been marked inactive and must be reinitialized. NoSync subscriptions will need to be dropped and recreated."
any Help to get this...
February 14, 2005 at 8:51 am
Viewing 15 posts - 1 through 15 (of 20 total)