Forum Replies Created

Viewing 15 posts - 256 through 270 (of 5,103 total)

  • RE: Changing the key field of a replicated table

    Identity columns and replication are a dangerous combination.

    You should consider add location to the PK

    OR

    Use sequence tables to handle your Id needs.

  • RE: Server hanged while generating Snapshot

    Hard to tell with just that. You will need to be able to reproduce the problem.

    I have many large installations and even with the largest of the snapshots the...

  • RE: Peer to Peer Transactional Replication

    Although peer-to-peer can potentially work you should avoid multiple writers because conflict resolution can become a problem.

    Merge was designed for that but it is very intrusive with the schema. If...

  • RE: Error starting sql agent job from stored proc

    ptaylor (3/24/2009)


    Thanks...

    At this point the updates will be infrequent, but thanks, I will keep that in mind if it scales out.

    Might there be a better way to do it than...

  • RE: Can't connect to New Publication Wizard.

    glad you got it working.

  • RE: SP change user Login

    Can we call it quits now? There are enough warnings and caveats and extra info in this thread for anyone coming along behind us. 🙂

    Quit :hehe::-D

  • RE: SP change user Login

    george sibbald (3/24/2009)


    noeld (3/24/2009)


    IF and only IF there is only one database you can drop all SQL logins on the destination Server and copy the logins from the Primary using...

  • RE: SP change user Login

    IF and only IF there is only one database you can drop all SQL logins on the destination Server and copy the logins from the Primary using sp_help_revlogin. Then there...

  • RE: SP change user Login

    george sibbald (3/24/2009)


    rishgup (3/24/2009)


    we are using SQL auth 🙁

    then sp_help_revlogin will solve your problem!

    No sp_help_revlogin is useful for Transferring logins NOT to remap them! Which is what the PO...

  • RE: Check Constraint

    You can make qty NOT NULL and you will have consistent behavior.

  • RE: Error starting sql agent job from stored proc

    ptaylor (3/23/2009)


    Thanks guys, I found another way around it.

    I wanted the replication job to run everytime there was an update or insert on a table in the parent sql...

  • RE: Can't connect to New Publication Wizard.

    Create a local SQL Server alias. SQL Server replication tools are ***very*** picky about Server Names.

    -Noel

  • RE: SP change user Login

    which SP?

    sp_change_users_login

  • RE: A Better English Query

    Ahh the PIPE Dreams of English Query ... that's probably why MS throw the towel!

  • RE: Being More Productive

    Steve Jones - Editor (3/23/2009)


    The multiple monitors definitely helps me work faster. I have 3 on the desk, struggle slightly when I'm on the laptop.

    itouch controlling a presentation? Post a...

Viewing 15 posts - 256 through 270 (of 5,103 total)