Forum Replies Created

Viewing 15 posts - 136 through 150 (of 250 total)

  • RE: String Parsing Question

    Thank you for your help!

    CSDunn

  • RE: Style value for MONEY conversion

    Thank you for your help!

    CSDunn

  • RE: Return Value Not Returning

    This is the code that calls the function;

    create procedure dbo.spv_MO_InsertOrder

                        @company                    smallint,

                        @account                    bigint,

                        @seq                        int,

                        @status                     int = 3,

                        @user_code                  nvarchar(20),

                        @contact_type               int,

                        @done_date                  datetime...

  • RE: Looping Through Records

    Thanks to all for the assistance!

    CSDunn

  • RE: Looping Through Records

    Well, I don't have rights to change the proc. I think what I am left with is some sort of loop that will go through and select each record, and...

  • RE: Looping Through Records

    The proc will be running against data that is in the same SQL Server 2000 database. I don't know if that answers your question about the data location or not....

  • RE: Looping Through Records

    I'm thinking I'll probably use SELECT INTO to pull the data from where it needs to come from, then dump it into a temp table.

  • RE: Querying Dates

    Thank you for your assistance!

    CSDunn

  • RE: SELECT INTO with Three UNIONed SELECTs

    Thank you for your help!

    CSDunn

  • RE: Need Querry Assistance

    Hey, I was close! Thanks!

    CSDunn

  • RE: Fully Qualified Names?

    Thank you for your help!

    CSDunn

  • RE: Problem with CASE stmt

    Thank you for your help!

    CSDunn

  • RE: Using CASE or IF with INSERT

    Thanks for the help!

    CSDunn

  • RE: Creating an Out File with BCP

    Thanks for the suggestion. I wound up abandoning my out file approach after I was able to implement a pretty good solution in the vb6 app using 'Shell and Wait'.

    CSDunn

  • RE: Problem with CAST

    I've got it; I tested for one CASE with an ELSE condition, and CAST 'gr' for each;

    "ST_GR" = CASE

    When Len(ST.GR)=1 Then '0' + Cast(ST.GR as varchar)

    Else CAST(ST.GR as varchar)

    End

Viewing 15 posts - 136 through 150 (of 250 total)