Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: Concatenating a varchar(max) column

    Thanks heaps Jack, that seems to work perfectly 🙂 Many thanks

  • RE: Concatenating a varchar(max) column

    Sure thing jack just use multiples of this:

    INSERT INTO @Reccom (

    KeyValue,

    UserTitle,

    Date,

    Details

    ) VALUES...

  • RE: Concatenating a varchar(max) column

    I tested with the code below and varchar(max) acts as expected when concatenating with the + operator when the number of rows are known.. However a programmatic solution still seems...

  • RE: Concatenating a varchar(max) column

    Thanks guys, tried both those ideas however Jack, the limit is massive and checking len(@Summary) at the end of the code (not posted) shows my lengths to be tiny..

    B, I...

  • RE: Problem DB Mirroring

    Guys are you using clones in your virtual servers? if you clone a machine you must change the network card guid by re-installing the network card on the virtual...

  • RE: Problem DB Mirroring

    Right that makes sense, cheers Phil

  • RE: Problem DB Mirroring

    philcart (10/19/2008)


    No you don't, using IP addresses works just as well as using FQDN.

    Really? I've never been able to get IP's to successfully work, if using IP addr's do they...

  • RE: Problem DB Mirroring

    I had the same issue a while ago - you have to make sure that you use windows authentication with the exact same account, that it has appropriate permissions in...

Viewing 8 posts - 1 through 8 (of 8 total)