Forum Replies Created

Viewing 15 posts - 1 through 15 (of 33 total)

  • RE: Merge Replication Error

    Hi,
    Thank you for your response. I had already got to the solution between your first and last post.. mainly because of you mentioning the GUI, I insta knew...

    Time to make a change
  • RE: Merge Replication Error

    Yes I did!

    Time to make a change
  • RE: How Check string of Boolean expression is return true or false

    Hi

    If @strBoolean = 1 BEGIN

    Print 'True'

    End else begin

    If @strBoolean= 0 BEGIN

    Print 'False'

    ...

    Time to make a change
  • RE: Store procedure variable

    Sean Lange (2/5/2013)


    Antony Symonds (2/5/2013)


    Is dynamic SQL bad in general or just when it opens up this sort of a security hole allowing for the SQL to fully specified...

    Time to make a change
  • RE: Recovery mode & replication

    Ps that document you linked is absolutely immense... Added to my briefcase...

    Time to make a change
  • RE: Recovery mode & replication

    Yeah that was what was in the example I had found on it... 2gb is about fine for the size....

    I am able to make a full backup prior to this...

    Time to make a change
  • RE: Recovery mode & replication

    Thanks Gila,

    This was as I suspected and is great news for my situation...

    Would you consider my solution a sound solution to the scenario I am in..? I am currently trying...

    Time to make a change
  • RE: Store procedure variable

    Is dynamic SQL bad in general or just when it opens up this sort of a security hole allowing for the SQL to fully specified or at least the...

    Time to make a change
  • RE: SQL Server replication and tablediff

    Hey,

    Thanks loads for your help with this.

    I took the script that table diff created. I ran it at the Subscriber to insert the missing records..

    ...and Replication....

    Did not complain or...

    Time to make a change
  • RE: SQL Server replication and tablediff

    Would seem I had an empty guid that i never used.. and I can get round that no problem... but I have hit another snag 🙁

    When I try and insert...

    Time to make a change
  • RE: SQL Server replication and tablediff

    Thank you mate for that info.. i took the lpunge and ran the insert and ... sadly i got this error

    Conversion failed when converting from a character string to uniqueidentifier.

    So...

    Time to make a change
  • RE: SQL Server replication and tablediff

    MysteryJimbo (8/15/2012)


    Antony Symonds (8/15/2012)


    Im planning on running the insert on the subscriber... it will then I assume try to send that insert to the publisher and find it there..

    Will this...

    Time to make a change
  • RE: SQL Server replication and tablediff

    Im planning on running the insert on the subscriber... it will then I assume try to send that insert to the publisher and find it there..

    Will this just cause a...

    Time to make a change
  • RE: Replication failing with Merge process could not enumerate

    Oh and thank you for replying earlier appreciate your time 🙂

    Time to make a change
  • RE: Replication failing with Merge process could not enumerate

    Yeah everything points to a problem with connectivity between the two SQL servers.. I just need to prove that now!!

    They are across VPN's where traditionally the speed hasnt been an...

    Time to make a change

Viewing 15 posts - 1 through 15 (of 33 total)