Forum Replies Created

Viewing 15 posts - 9,331 through 9,345 (of 15,381 total)

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

    ahpitre (2/11/2013)


    How can I use this function to search for more than 1 character? I have data that is delimited by either a comma or semicolon (,;). Need to split...

  • RE: Want one values with similar ids

    I was going to take a shot in the dark because I thought I knew what you wanted but for ID 1 you have the value that was listed first...

  • RE: Comparing figures based on relative date

    ChrisM@Work (2/11/2013)


    Paul Munter (2/11/2013)


    I'd like to be able to write a cursor of similar code which does this dynamically for me based on a data set that I have. So...

  • RE: Comparing figures based on relative date

    Paul Munter (2/11/2013)


    Hi Sean, aplogies for the lack of standardisation I have updated my code sample in accordance with your post(hopefully)

    No problem. Now that you posted your sample data and...

  • RE: Creating Tables

    (Bob Brown) (2/11/2013)


    sestell1 (2/11/2013)


    It's too bad about the wording issues, as otherwise this would have been a decent QotD.

    I think it was a pretty decent QotD. Approximately 2/3...

  • RE: ExecuteNonQuery returns -1 even if rows are successfully inserted

    winmansoft (2/11/2013)


    I have am using ExecuteNonQuery to get number of rows inserted But i found that it returns -1 even though rows are successfully inserted.

    I am using simple insert statement.

    ExecuteUpdtCmdWithRetry...

  • RE: Comparing figures based on relative date

    From what you have posted it is pretty much impossible to provide much of an answer. I don't think you need a cursor for this but it is hard to...

  • RE: Dicommistion Database

    saidapurs (2/11/2013)


    Hi All,

    What are the step need to Decommision the database? Please explain me on this..

    Satish

    What...

  • RE: Creating Tables

    I too had the same thought as Hugo. The single batch part threw me off so I figured that the OP must have been running the code as posted when...

  • RE: Incorrect syntax near 'END'.

    This looks like it could use some rethinking. It looks like parent-child relationship or some sort. The logic is nearly impossible to follow but I think you could simplify this...

  • RE: how to count in sql?

    asco5 (2/8/2013)


    Sean Lange (2/8/2013)


    asco5 (2/8/2013)


    thanks for the code its seem to works i just need to test it in a bigger database with more entry

    i want to ask if i...

  • RE: Comparing two rows

    Johny.B (2/8/2013)


    Another solution that uses left join and a [ARE_THE_SAME] column to mark the columns having same values, you can modify the comparison logic based on ...

  • RE: how to count in sql?

    asco5 (2/8/2013)


    thanks for the code its seem to works i just need to test it in a bigger database with more entry

    i want to ask if i have a lots...

  • RE: Relationship between tables

    Wow that is quite a task for a newbie.

    Over on the left side of this site you will find a link called Stairways. There is an entire series on...

  • RE: SQL query - data grouping help

    Use the SUM aggregate function.

    http://msdn.microsoft.com/en-us/library/ms187810.aspx

Viewing 15 posts - 9,331 through 9,345 (of 15,381 total)