Forum Replies Created

Viewing 15 posts - 11,236 through 11,250 (of 26,486 total)

  • RE: Database Mirroring - witness

    krypto69 (6/19/2012)


    I have setup my SQL2005 standard edition to mirror between my two sites.

    Works fine.

    But I didn't have another server (witness) at that time to use. Now I may have...

  • RE: update table

    harri.reddy (6/19/2012)


    hi ,i have 1 table

    Declare @temp1 table(

    id int,

    code char(10),

    value float)

    insert into @temp1 values(1 , 'f', 345.21)

    insert into @temp1 values(1 , 'f', 45.21)

    insert into @temp1 values(1 , 'e', 345.21)

    output

    1 ...

  • RE: Disk defragmentation - can this corrupt SQL data?

    AlexKlein (6/19/2012)


    I actually work for Condusiv Technologies and stated so in my first couple of posts in this thread 🙂

    We used to be Diskeeper Corp, but changed our name to...

  • RE: Disk defragmentation - can this corrupt SQL data?

    AlexKlein (6/19/2012)


    I fully understand your hesitation and you should understandably be cautious when trying something new. However, as LeVar Burton would say, you don't have to take my word for...

  • RE: Are the posted questions getting worse?

    Revenant (6/19/2012)


    SQLRNNR (6/19/2012)


    Stefan Krzywicki (6/19/2012)


    SQLRNNR (6/19/2012)


    Stefan Krzywicki (6/19/2012)


    Wow, getting the Attunity drivers to work with Oracle is an enormous pain. This shouldn't be something that takes days to get right.

    Are...

  • RE: Parameter containing comma-delimited list of strings in WHERE clause

    tarr94 (6/19/2012)


    Hi,

    I'm creating a stored procedure. Users will need to be able to enter multiple values for the parameter in a manner like this: "013B, C298, 883K".

    Then I would...

  • RE: can we get this guy banned from the forums?????

    SQLRNNR (6/19/2012)


    Brandie Tarvin (6/19/2012)


    Lynn Pettis (6/19/2012)


    Brandie Tarvin (6/19/2012)


    Guys, I know that he makes you crazy with his strict adherence on the ISO stuff, but have you ever bothered to wonder...

  • RE: Concatenate 2 rows based on grouping

    Based on the sample data, what is your expected results?

  • RE: Concatenate 2 rows based on grouping

    As Sean pointed out, it is difficult to help provide you solution when you haven't provided us with the DDL for the tables, sample data to populate the tables, expected...

  • RE: Insert a record for every possible date within a range

    Adam Bean (6/19/2012)


    The thing I'm not understanding is what purpose the TOP serves ... obviously because I am now running into this error: A TOP N value may not be...

  • RE: Are the posted questions getting worse?

    WayneS (6/19/2012)


    Stefan Krzywicki (6/18/2012)


    WayneS (6/18/2012)


    Ladies, Gentlemen, and Threadizens of all shapes and sizes! Come one, come all for the latest news of the day!

    Me, your humble dba, from out of...

  • RE: The Certification Debate

    michael vessey (6/19/2012)


    don't forget - MVP is a certification - those guys have earned their stripes

    Actually, MVP isn't a certification. It is a special recognition of ones service to...

  • RE: can we get this guy banned from the forums?????

    Brandie Tarvin (6/19/2012)


    Lynn Pettis (6/19/2012)


    Brandie Tarvin (6/19/2012)


    Guys, I know that he makes you crazy with his strict adherence on the ISO stuff, but have you ever bothered to wonder why...

  • RE: Dublicate key

    niclas-1082356 (6/19/2012)


    I could but I wont =)

    I'am not a big fan of exception driven code/queries.

    Curious, care to explain why?

  • RE: can we get this guy banned from the forums?????

    Brandie Tarvin (6/19/2012)


    Guys, I know that he makes you crazy with his strict adherence on the ISO stuff, but have you ever bothered to wonder why he gets more and...

Viewing 15 posts - 11,236 through 11,250 (of 26,486 total)