Forum Replies Created

Viewing 15 posts - 16 through 30 (of 230 total)

  • RE: log file too big

    how?

  • RE: log file too big

    Is there a way to just easily disable snapshot replication?

  • RE: log file too big

    "Using this procedure prevents Microsoft® SQL Server™ 2000 from replicating the database until the database is unpublished and republished."

    How does one do a "unpublished and republished"?.

  • RE: log file too big

    will this work for snapshot replication?

    what are the effects of running this?

    are there any parameters I should include for this procedure?

  • RE: log file too big

    I do not want to delete all the publications at this point.

    Is there another way to shrink this log?

  • RE: log file too big

    HELP!!!!!!!!!!!!!

  • RE: log file too big

    isn't there an easier way?

    When I run DBCC LOGINFO(db), the FILEID shows 2 for about 600 rows. This is the reason it will not shrink correct?

  • RE: log file too big

    Note:

    It's the Publisher database that I am concerned about there.(30 gb log file and growing.)

  • RE: log file too big

    This is snaphot replication. Should the logreader still be running continously?

  • RE: Processor Queue Length

    "max worker threads" configuration

  • RE: Temp Tables

    ya the lock duration is the main thing. My point was the SELECT..INTO has more overhead with locks.

    What will a perm. table with the spid as a column do?...

  • RE: Temp Tables

    (SQL Server 2000)

    The interesting thing about the different ways to create temp tables is the number of locks help by each SPID.

    Two coding techniques are:

    1. SELECT..INTO #

    2. CREATE TABLE #,...

  • RE: Temp Tables

    What kind of issues?

    Is this the case in 7.0 and 2000?

  • RE: Temp Tables

    Here's one sample that is causing contention. (Sorry could not put in the exact code.)

    I am concerned about the temp table creation here and the resulting blocks/locks this may cause...

  • RE: Temp Tables

    I am seeing alot of LOCK:TIMEOUTS with tempdb(syscolumns and sysobjects.)

    Anywhere to look to find the root cause?

Viewing 15 posts - 16 through 30 (of 230 total)