Forum Replies Created

Viewing 15 posts - 346 through 360 (of 5,590 total)

  • RE: Improve running time of custom function

    One thing that I note here is that you are using a Multi-Statement Table-Valued Functions, and they consist of just inserting data into the (output) table variable to be returned....

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (7/29/2015)


    SQLRNNR (7/29/2015)


    WayneS (7/29/2015)


    BL0B_EATER (7/29/2015)


    WayneS (7/28/2015)


    I love it when I learn something in an area where I thought I knew it all.

    You have made me very curious. What was...

  • RE: Are the posted questions getting worse?

    Jeff Moden (7/29/2015)


    Lynn Pettis (7/28/2015)


    Okay, time for a Chicken Dentist 'cause I'm done trying to pull teeth on thread where someone thinks a loop is the only way to accomplish...

  • RE: get numeric values from this string

    info 58414 (7/29/2015)


    Hi,

    why can i get the numeric values from this stiring?

    {_cpn}=1743; {_cpnll}=4511

    Result: 1743, 4511

    Position and len of the value can be diffrent...

    Thanks and Regards

    Nicole

    🙂

    This code is based upon there...

  • RE: How to calculate number of days since start of fiscal year?

    kwashington (7/29/2015)


    I've been thinking about this one and can not come up with a way to do this that make sense.

    Our fiscal year starts on July 1st. Each month...

  • RE: need some free form text rows

    shpida (6/30/2015)


    where would I get a few sample free form text rows, between about 50-100 text rows? possibly as people arguing about a game or something like that?

    Perhaps you'd...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (7/29/2015)


    WayneS (7/28/2015)


    I love it when I learn something in an area where I thought I knew it all.

    Well that explains why I lost all my SQL laarnin' yesterday.

    Stop...

  • RE: Are the posted questions getting worse?

    BL0B_EATER (7/29/2015)


    WayneS (7/28/2015)


    I love it when I learn something in an area where I thought I knew it all.

    You have made me very curious. What was the subject?

    Table Variables. They...

  • RE: t-sql 2012 insert rows in a table

    Hi Wendy,

    Can I get you to read the article for the first link in my signature, and then post the DDL for just the necessary columns, and also test data...

  • RE: fragmentation vs page count

    newbieuser (7/28/2015)


    Hi friends,

    I created a thread 2 days back on a performance problem RE non-trusted check constraints and foreign key constraints. We are planning to make them trusted...

  • RE: Dynamic Pivot

    bikram.g.it (7/28/2015)


    Hi,

    I need to PIVOT a table of the following structure -

    [id][firstName] [lastName]

    1Fred ...

  • RE: Help needed in separating values

    KGJ-Dev (7/28/2015)


    Hi mister,

    nope, the data is not consistent.

    Hi WayneS,

    thank you so much for working query. I am curious to learn about cross apply used here. I will play with that....

  • RE: Are the posted questions getting worse?

    I love it when I learn something in an area where I thought I knew it all.

  • RE: Help needed in separating values

    KGJ-Dev (7/28/2015)


    Hi,

    Below are the same data

    with Sample(Size) as (

    select '16.3 Oz.' union all

    '1' as union all

    '2 Tablespoons' union all

    '46. Oz. Each' )

    i want to separate number and alphabets....

  • RE: Recursive Concatenation of Parent Elements

    Hi Peter,

    So, you want to make a delimited string, where the delimiter is " > "? I think that this article[/url] will guide you in doing just that, just modify...

Viewing 15 posts - 346 through 360 (of 5,590 total)