Forum Replies Created

Viewing 15 posts - 1,186 through 1,200 (of 1,220 total)

  • RE: Torn Page error

    Have a look at article "Error 823" in books on line. 

    Based on what this article says, it sounds like the error will most likely have been caused by a...

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

    The only thing that I think could get you is replication may not generate the same schema as exists on the source database.  e.g. primary keys become unique constraints.

    I think you...

  • RE: Table Alteration Autiditng

    This ain't easy to monitor. 

    If it was an option, you would put triggers on the relevant system tables BUT this is not supported by MS.

    What you could do is...

  • RE: multi-table multi-column index possible?

    Indexed Views are equivalent to Materialised Views in Oracle.

    There is no equivalent in MySQL. 

     

  • RE: How to reduce the PF Usage in the Windows Task Manager

    SQL Server by design uses as much memory as it can get subject to other demands on the server.  If there are no other processes requiring memory, there is no...

  • RE: Y2K Strikes Again

    Intellisense = Yukon.  We just need hang out a little longer 'til we can catch up with the rest of the development world.

  • RE: Use SnapShot Relication or Use DT

    You could use transactional replication with immediate updating subscribers if you have reliable network links between the 2 servers.

    You also can use transactional replication with queue updates if you are...

  • RE: SHRINKDATABASE

    First things first - do you have a need to shrink the database.

    If the database is going to grow during the week anyway, everytime it needs to grow, your users...

  • RE: Replicating IDENTITY columns

    Snapshot replication will not create tables with IDENTITY "property". It will create the table but any column that has identity on the published will not have identity at the subscriber.You...

  • RE: Trans Repl. (Active-Active)

    Adding a table to an existing publication is VERY SIMPLE. You can use sp_addarticle to do this.

    This will add the table to the publication but with no...

  • RE: Distribution/ Log ReaderAgent Profiles

    Try increasing the QueryTimeout value first. I have successfully used this to work around temporary outages in the past.

    Depending on the length of the outages you are...

  • RE: Can 2 Types Of Replication Can Be Assigned...

    There should be no problems with this (assuming that the server itself has capacity to handle the additional load)

  • RE: Identity Columns

    I suspect that the problems with triggers may be because prior to SQL 2000, if a trigger (on a table with IDENTITY) happens to insert a record into another table...

  • RE: Pros/Cons of using Win 2003 over Win 2000 for sql

    For replication, the recommendation has always been to ensure that (at least) the distribution server is at the highest version/most recent service pack.

    Cheers

    Stephen

  • RE: DTS package stops when more than one task runs

    All steps have at most one precedence constraint. Having said that, there are tasks that have two tasks as the next task to run.

    I have changed the package so...

Viewing 15 posts - 1,186 through 1,200 (of 1,220 total)