Forum Replies Created

Viewing 15 posts - 526 through 540 (of 1,098 total)

  • RE: Snapshot replication

    You should drop the publication before alter the table.

  • RE: Remote Backup

    Are you creating the backup device on a remote server?

    To backup to a remote server, you should map from your db, the disk in wich you plan to backup. But...

  • RE: Snapshot replication

    That is true. But reinitializing snapshot replication is just like running the replication agent, so you want have any problem. A different thing would be with transactional or merge replication...

  • RE: Snapshot replication

    If you change them in both then you won't have any problems. The next time the snapshot agents runs, it will create a snapshot with the new data types...

  • RE: Replication through triggers

    Check that merge replication will add a rowID column to all your tables, and if you have a lot of rows, then it will increase the size of your db...

  • RE: Snapshot replication

    Wich column data type in the subscriber and in the publisher?

  • RE: Any way to do load testing??

    Yes, you can capture all the queries executed and your prod server. But before starting with profiler, you should create an exact copy of the prod db in your test...

  • RE: SP3a Installation

    Well. 760 is the version of SP3. In my servers I also have that version after installed sp3.

    The version number .766 could be for SP3a wich I have not...

  • RE: Replication through triggers

    Only transactional replication must have primary keys in all the published tables. But you can still use merge or snapshot.

  • RE: Snapshot replication

    Sorry, I though it was transacctional replication. With snapshot replication you can't change the table. Or it will depende of the changes.

    But be carefull because depending of how you configure...

  • RE: Subscriber table level permissions....

    Well, snapshot replication can drop and then recreate the tables. It 's just an option. So you might loose the permissions in here.

    You can alter the publication to just delete...

  • RE: Replicating stored procedures.

    Well then there isn't much to say then. It is not difficult. I would create them in a new publication, because when you change the stored procedure, iw will not...

  • RE: Merge replication problem

    I don't think so. I would let the agents running from the jobs of SQL while Things are ok, And when I have a problem, I would run them from...

  • RE: Replication through triggers

    PK is a must for transactional replication, have you consider using another type of replication?

  • RE: Snapshot replication

    If you change the tables that are published, then the replication will fail, but if you use sp to replicate the changes, then you can modify them and add the...

Viewing 15 posts - 526 through 540 (of 1,098 total)