Forum Replies Created

Viewing 15 posts - 5,176 through 5,190 (of 5,590 total)

  • RE: Is xp_cmdshell Security threat???

    rambilla4 (6/22/2009)


    Hi,

    We are using xp-cmdshell for deleting old backups. But I heard that xp_cmdshell is a big security threat for SQL Server. Is it true?

    That depends. Do you consider this...

  • RE: Are the posted questions getting worse?

    Jeff Moden (6/22/2009)


    Does anyone have some apple-sauce? 😛

    Strangely enough, I just picked some up last night...

  • RE: Grouping problem

    Jeff Moden (6/21/2009)


    WayneS (6/20/2009)


    Jeff Moden (6/20/2009)


    BWAA-HAAA!!!! I felt exactly the same way waiting for the folks at work to do an upgrade (they're still not there). I finally broke...

  • RE: Grouping problem

    Jeff Moden (6/21/2009)


    WayneS (6/20/2009)


    You used: ROW_NUMBER() OVER(ORDER BY Seq)It is producing the same thing as the Seq column by itself. Is there a reason why you went through the trouble...

  • RE: Can we install SQl server 2005 on linux ?

    su_kumar11 (6/21/2009)


    Hi,

    Can we install sql server 2005 on linux ? ,If it is possible so please tell me the procees of installation.

    Thanks,

    Sunil Kumar

    Only...

  • RE: Multi Company DataBase

    Jeff Moden (6/21/2009)


    PaulB (6/21/2009)


    :blink: Let me ask just one question... how are you planing to proceed when one of the customers ask you to restore the database lets say... as...

  • RE: Are the posted questions getting worse?

    Paul White (6/21/2009)


    Jeff Moden (6/20/2009)


    Oh yeah... now I remember. One column needed to be split (a portion isolated, really) from the middle.

    Fascinating thread. I just spent the last...

  • RE: need help transforming a table's column to rows

    ktlady (6/20/2009)


    By the way, i am using SS2008 Management Studio. Don't know if that would make any difference.

    I don't think so... that's what I'm using also.

  • RE: Grouping problem

    Jeff Moden (6/20/2009)


    BWAA-HAAA!!!! I felt exactly the same way waiting for the folks at work to do an upgrade (they're still not there). I finally broke down in Dec...

  • RE: Grouping problem

    Mark (6/12/2009)


    See if this helps

    DECLARE @Jobs TABLE(Street VARCHAR(10), Seq INT)

    INSERT INTO @Jobs(Street, Seq)

    SELECT 'Street A',1 UNION ALL

    SELECT 'Street A',2 UNION ALL

    SELECT 'Street A',3 UNION ALL

    SELECT 'Street A',4 UNION ALL

    SELECT 'Street...

  • RE: Can't attach to the local laptop machine

    ps (6/20/2009)


    GilaMonster (6/20/2009)


    If you type in the local machine name can you connect?

    OR type a period (.) in the Server Name and then connect. This will connect you to the...

  • RE: need help transforming a table's column to rows

    ktlady (6/20/2009)


    Sorry, I got errors from both scripts. Would you please help again.

    The first Flo's script, I got the following error:

    Invalid object name 'Tally'.

    Second Waynes script, I got empty output...

  • RE: need help transforming a table's column to rows

    Jeff Moden (6/20/2009)


    It's ok... most folks don't usually have a Tally table when they first hear of it and don't understand that you need to build one. Most think...

  • RE: Are the posted questions getting worse?

    Jeff Moden (6/20/2009)


    WayneS (6/20/2009)


    Jeff Moden (6/17/2009)


    Ummmm.... my rule of thumb is to peel one potato at a time on the quirky update...

    Hey Jeff, I remember reading a post where...

  • RE: need help transforming a table's column to rows

    ktlady (6/20/2009)


    I have a table (tableA) with following format while Column1 is primary key and Column2 is delimited with ":".

    Column1 Column2

    a1 ...

Viewing 15 posts - 5,176 through 5,190 (of 5,590 total)