Forum Replies Created

Viewing 15 posts - 2,086 through 2,100 (of 15,381 total)

  • RE: How to do a Pivot

    Jeff Moden (11/13/2015)


    Sean Lange (11/13/2015)


    Ed Wagner (11/13/2015)


    Sean Lange (11/13/2015)


    Instead of a PIVOT I would recommend using a crosstab. The syntax is far less obtuse to me and it even has...

  • RE: SQL Server Cursor

    sqlizer (11/13/2015)


    I did remove try/squelch block, and I did catch "C:/Linesheet/" error to. But Now I'm getting conversion error. First StyleID is "01511 bubble dress.JPG".

    Here's the error:

    Msg 102, Level 15,...

  • RE: How to do a Pivot

    Ed Wagner (11/13/2015)


    Sean Lange (11/13/2015)


    Instead of a PIVOT I would recommend using a crosstab. The syntax is far less obtuse to me and it even has a slight performance benefit...

  • RE: Row number over guid

    Ed Wagner (11/13/2015)


    Eirikur Eiriksson (11/13/2015)


    Sean Lange (11/13/2015)


    Eirikur Eiriksson (11/13/2015)


    Sean Lange (11/13/2015)


    I will disagree slightly with Eirikur here. The values in ROW_NUMBER will always be the same but the order of...

  • RE: SQL Server Cursor

    drew.allen (11/13/2015)


    You're executing your sql command in a TRY/CATCH block, but you're discarding any errors that you receive. How do you expect to troubleshoot your code if you're discarding all...

  • RE: Row number over guid

    Eirikur Eiriksson (11/13/2015)


    Sean Lange (11/13/2015)


    I will disagree slightly with Eirikur here. The values in ROW_NUMBER will always be the same but the order of rows in the select statement are...

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson (11/13/2015)


    Sean Lange (11/13/2015)


    TomThomson (11/13/2015)


    Jack Corbett (11/12/2015)


    Sean Lange (11/12/2015)


    Brandie Tarvin (11/12/2015)


    Sean Lange (11/12/2015)


    djj (11/12/2015)


    Grant Fritchey (11/12/2015)


    Still, could be fun. Build out a nested CTE inside a function,...

  • RE: Row number over guid

    I will disagree slightly with Eirikur here. The values in ROW_NUMBER will always be the same but the order of rows in the select statement are not guaranteed to be...

  • RE: How to do a Pivot

    Instead of a PIVOT I would recommend using a crosstab. The syntax is far less obtuse to me and it even has a slight performance benefit over PIVOT. You can...

  • RE: Are the posted questions getting worse?

    TomThomson (11/13/2015)


    Jack Corbett (11/12/2015)


    Sean Lange (11/12/2015)


    Brandie Tarvin (11/12/2015)


    Sean Lange (11/12/2015)


    djj (11/12/2015)


    Grant Fritchey (11/12/2015)


    Still, could be fun. Build out a nested CTE inside a function, use the same table...

  • RE: welcome error handling expets

    caojunhe24 (11/12/2015)


    I have one script task at top of the package to check if there are any excel file exist in two different folders . If no file exist i...

  • RE: Are the posted questions getting worse?

    Jack Corbett (11/12/2015)


    Sean Lange (11/12/2015)


    Brandie Tarvin (11/12/2015)


    Sean Lange (11/12/2015)


    djj (11/12/2015)


    Grant Fritchey (11/12/2015)


    Still, could be fun. Build out a nested CTE inside a function, use the same table aliases...

  • RE: welcome error handling expets

    caojunhe24 (11/12/2015)


    I using below code to check if the excel file is opened or not

    public void Main()

    {

    Boolean mFileLocked = true;

    while (mFileLocked)

    ...

  • RE: User Defined Data Type Alias

    Nice question Steve. I knew the answer without thinking about it and realized as the button was being clicked I had the wrong one selected.

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (11/12/2015)


    Sean Lange (11/12/2015)


    djj (11/12/2015)


    Grant Fritchey (11/12/2015)


    Still, could be fun. Build out a nested CTE inside a function, use the same table aliases over and over, don't format the...

Viewing 15 posts - 2,086 through 2,100 (of 15,381 total)