Forum Replies Created

Viewing 15 posts - 616 through 630 (of 1,790 total)

  • RE: Manual way to pause and resume Transactional replication....

    Roy Ernest (5/12/2009)


    I think the OP wants to do it as part of the Script.

    Thanks Roy.

    The following procedure will stop the replication jobs for a subscriber. You have to...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Need help--very urgent..

    Yeah, I have a report that looks at last day of a database backup to avoid things like that. Hopefully you won't have to use the backup. Regardless, have them...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Need help--very urgent..

    Just a thought too, but while the DBCC continues you might want to start looking at backups and ensuring that you have one available and ready to go if the...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Manual way to pause and resume Transactional replication....

    You should be able to disable them via the jobs. Can you explain what problem you had doing it that way?

    Thanks.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Replication

    Check out THIS LINK and see if it helps.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Back to Technical

    Hey Paul,

    I haven't personally made the move that you are discussing but have moved into management and then back out of because I liked the technical. The one thing...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: DB Auditing tool...

    I had used Audit DB from Lumigent a few years ago and it was a nice consolidated application at the time.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Script to produce SP_ATTACH_DB code

    Found that the script only works if the fileid's are actually sequential. I have modified this so it works with the following code.

    IF EXISTS

    (SELECT name FROM sys.sysobjects WHERE...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: on-line indexing in MS SQL 2005 Problems

    Noeld's suggestion is appropriate here. Use a cursor. Refer to BOL for examples. HTH

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Are the posted questions getting worse?

    Florian Reischl (5/6/2009)


    Alvin Ramard (5/6/2009)


    I haven't analyze any data to validate my answer, but I feel that the answer to the original question: "Are the posted questions getting worse?" is:

    YES!

    ......

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Connection Failed when creating ODBC connection to SQL 2005

    You might want to try updating the mdac components. You can download the latest HERE.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: partitioned view is slow in sql 2005

    balbirsinghsodhi (5/5/2009)


    Yes, Transac is a view based on two partitioned tables archive and live. It's really weird that sometime it is working slow and sometime works just fine. Long time...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Runaway CHECKPOINT session on SQL-2008 db-engine instance

    Nope, should be just one unless you execute one specifically 🙂 . The checkpoint should occur pretty quickly as noted in the one perfmon counter earlier discussed. If you run...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: on-line indexing in MS SQL 2005 Problems

    ichbinraj (5/5/2009)


    Approximately how long it will take to complete Online-Reindex process on 1 TB entire database. just rough figure...

    -ichbinraj

    Too hard to tell. How many indexes are there is the key...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: stored procedure may cause memory problem after upgrade

    Standard question / answer but have you rebuilt all indexes associated with this procedure? If not then that should be the first step. The index rebuild will take care of...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

Viewing 15 posts - 616 through 630 (of 1,790 total)