Forum Replies Created

Viewing 15 posts - 5,806 through 5,820 (of 10,144 total)

  • RE: Split a name on to new columns in a table

    amarkhowe (8/28/2012)


    Thanks you for your reply!

    I do not want to drop the table but split the name on to the same table in new columns?

    That's just sample data.

    Change the...

  • RE: replace

    elham_azizi_62 (8/28/2012)


    ...

    my string is parameter that fiil from one function and function returns '0,0,'',0,'',0'

    now how do i do?

    I can only guess what you are trying to say here, it makes...

  • RE: replace

    elham_azizi_62 (8/28/2012)


    hello all.

    I have one string like this:'0,0,'',0,'',0' and i want to my result this:'0,null,'',0,'',0' please guide me how to do i do for this result?

    thanks

    No...

  • RE: table sub division on sql server 2000

    raghuldrag (8/27/2012)


    table-1

    employee details

    ...

  • RE: subdivision on output query in server 2000

    ChrisM@Work (8/28/2012)


    raghuldrag (8/28/2012)


    alter procedure Goals_history

    ...

    What version of SQL Server is your database?

    OP answered in a PM, he's using SQL Server 2000.

    Raghuldrag, please post in the SQL Server 7, 2000 forum...

  • RE: subdivision on output query in server 2000

    raghuldrag (8/28/2012)


    alter procedure Goals_history

    ...

    What version of SQL Server is your database?

  • RE: increment values on day basis on column

    Generating your own identity values isn't as straightforward as it might at first appear, the code for preventing concurrency issues is fairly complex. Why don't you use the identity column...

  • RE: Split a name on to new columns in a table

    amarkhowe (8/28/2012)


    Monring,

    If I have a name all in one cell on a column such as

    "Mr Simon ASHWORTH"

    How can I split the name so that I could have Mr on...

  • RE: Create view with no outer joins

    jdbrown239 (8/27/2012)


    Sorry for the initial messy post.

    I think you guys are right. I have tried writing the view without joins and the result set is never the same. I will...

  • RE: Use Of TableValueConstructor

    TVC implies a set of row value expressions; single-row value expressions can be very useful, see this article [/url]by Dangler Dwain.

  • RE: Tsql procedure to mutiple rows if it has duplicate id

    SQL Kiwi (8/24/2012)


    ChrisM@Work (8/24/2012)


    Try converting it to a read-only fast-forward cursor, and change

    WHERE CURRENT OF reader

    to an explicit UPDATE with a supporting index.

    I didn't write it for performance (it's...

  • RE: Tsql procedure to mutiple rows if it has duplicate id

    Luis Cazares (8/24/2012)


    After several runs (with consistent results) that might not be enough to prove something real. I found out that the explicit RBAR (from Paul) beated the hidden RBAR...

  • RE: Substrating the columns from two queries

    dwain.c (8/24/2012)

    Grant Fritchey (8/24/2012)


    Jeff Moden (8/23/2012)


    ChrisM@Work (8/23/2012)


    Brandie Tarvin (8/23/2012)


    ... Tootsie Rolls...

    Are we back on Clinton??

    It Depends... are you wearing a blue dress? :-):-D:-P:hehe:

    I thought we had an agreement. You wear...

  • RE: Substrating the columns from two queries

    Shadab Shah (8/23/2012)


    Hi,

    I have one query as SELECT A FROM TEMP1.

    And the other query as SELECT B FROM TEMP2.

    Now i want the answer to be shown as A-B.

    I don't know...

  • RE: Tally OH! An Improved SQL 8K “CSV Splitter” Function

    SQL Kiwi (8/24/2012)


    ChrisM@Work (8/24/2012)


    It looks to me that APPLY evaluates the row where Stringy = NULL and returns NULL, which is subsequently retained by OUTER APPLY and discarded by CROSS...

Viewing 15 posts - 5,806 through 5,820 (of 10,144 total)