Forum Replies Created

Viewing 15 posts - 466 through 480 (of 575 total)

  • RE: Snapshot Replication error

    1 more thing!

    This error occurs when SQL Server attempts to perfrom the snapshot.In other words the schema & data files getcreated successfully but fails whit that error when the snapshot...


    Kindest Regards,

  • RE: Upgrading SQL 2000 Standard to Enterprise

    In my experience, it was less painfull to start from scratch rather than do an upgrade.


    Kindest Regards,

  • RE: Snapshot Replication error

    racosta,

    I configured and setup the Subscription via EM. This is a bit of a worry when EM has done this! Not sure what to do from here!


    Kindest Regards,

  • RE: Compatibility Setting 7.0 Within 8.0 Environment - Pros and Cons?

    The compatibility settings is for backward compatibility of some T-SQL/Stored Procedures. Some of this may have some impact on performance, but it all depends on which T-SQL Statement or System...


    Kindest Regards,

  • RE: Restricting Login

    Can't do it using Group Policy! You have to remember that SQL Server is a totally seperate Server and is NOT totally tied into the Windows Operating System.

    When you create...


    Kindest Regards,

  • RE: Db Maintenance Plan

    Best way to do it is to create a T-SQL Script that kills all the users that still have a connection to that Database before executing the Maintenance plan.


    Kindest Regards,

  • RE: Avoiding torn pages

    I don't think you can avoid torn pages however, you can turn on the Database Setting called "Torn Page Detection" which will notify you of any torn pages.

    As for repairing...


    Kindest Regards,

  • RE: Script to Change Standard SQL Account Passwords

    One way to do this is to get all the SQL Server Logins and create a T-SQL Script that uses the sp_password on each Login to change the password using...


    Kindest Regards,

  • RE: SnapShot Replication failing - please help

    One possible explanation is that SQL Server had initiated the Snapshot again while the first Snapshot was already running!

    Monitor this and see if it happens again!


    Kindest Regards,

  • RE: Enterprise Manager is not launching

    Try re-installing the SQL Server client tools again.


    Kindest Regards,

  • RE: How to Set Automated Backups of SQL server database

    You can automate backups a couple of ways. 1 way is to right click the Database and select Backup Database and then schedule it from there.

    What do you mean when...


    Kindest Regards,

  • RE: Sql 2000 suddenly stopped backing up databases!

    Are you able to perform an adhoc backup as oppossed to a scheduled one?

    If so, then there is obviously soemthing wrong with the SQL Server Agent Service.


    Kindest Regards,

  • RE: Merge Replication

    NO!


    Kindest Regards,

  • RE: Use Replication to Move to New Server???

    In light of what happycat59 has said, Replication is not the best method of migrating a Database from 1 server to another!

    How big is the Database? Surely you could fins...


    Kindest Regards,

  • RE: questions about string value

    Is there not a Primary Key (Integer) to join the 2 tables together? How could you expect perfomance to be good by joining 2 tables on the above information?


    Kindest Regards,

Viewing 15 posts - 466 through 480 (of 575 total)