Forum Replies Created

Viewing 15 posts - 196 through 210 (of 575 total)

  • RE: Help with Trigger

    Thanks Peterhe. I had a suspiscion that would be the case.


    Kindest Regards,

  • RE: Transaction Replication Woes

    Ok. Nice to know for future.

    Thanks.


    Kindest Regards,

  • RE: monitoring replication from outside

    If you want to find out replication info look in the SYSPUBLICATIONS & SYSSUBSCRIPTIONS tables in the user database.

    However, if you want to check on the status of Replication, you...


    Kindest Regards,

  • RE: XP Hibernation = Replication Killer?

    To be honest. If this is a production Database I wouldn't even contemplate using SQL on a Windows XP Desktop, nor would I contemplate configuring replication on a MSDE platform.

    You...


    Kindest Regards,

  • RE: Deferred Update

    Cool. I learn someting new every day!

    Now, what is the problem?

    Obviously on a UNIQUE Constraint, it will send the INSERT/DELETE/UPDATE as a pair instaed of a single transaction.


    Kindest Regards,

  • RE: Standard SQL Server 2000 Configuration Document

    You should probably mention

    1. The configurations of each Database.

    2. The directory SQL Server is installed in.

    3. The directory each Database & Transaction Log is located.

    4. The directory each Database...


    Kindest Regards,

  • RE: Deferred Update

    I think you need to elaborate here!

    What are you talking about?

    What does "Deferred Update" have to do with Replication?


    Kindest Regards,

  • RE: Transaction Replication Woes

    Is the SQL Agent Service using a Domain Account to start it? If not you will not be able to configure Replication.


    Kindest Regards,

  • RE: Constraints and FKs

    It would be better if you removed Replication and then set the NOT FOR REPLICATION on the desired Tables. Once that is done, Then set up Replication again.


    Kindest Regards,

  • RE: Failing on foreign key

    If you have configured Snapshot Replication then by default it will DELETE data on the Subscriber.

    How did you set up the Subscriber? It sounds like you have created the Database...


    Kindest Regards,

  • RE: monitoring replication from outside

    It all depends what part of replication is working!

    If your wanting to know if the transactions have replicated to the Subscriber & vice versa, then you can intergoate some of...


    Kindest Regards,

  • RE: Get Duplicate Data

    Thanks wz700. Is the JOIN what's called a Derived Table?


    Kindest Regards,

  • RE: Upgrade from MSDE

    Thanks folks. I will definitely uninstall MSDE first and then install Standard Edition as you have already mentioned, it's a cleaner way of doing it!


    Kindest Regards,

  • RE: Starting Up database

    Have a look and see if the "Auto Close" is set to on for the Database. if it is turn it off.


    Kindest Regards,

  • RE: Help please on Sub Query

    Thank you. That works well!


    Kindest Regards,

Viewing 15 posts - 196 through 210 (of 575 total)