Forum Replies Created

Viewing 15 posts - 16 through 30 (of 49 total)

  • RE: Loop, Cursor or both?

    Thank you so much for your help Eugene.

    Got this thing working. One question though am I going to have to convert ALL of my fields to Varchar to...

  • RE: Loop, Cursor or both?

    Okay here is the data and tables you asked for assuming I did this correct.

    --===== If the test table already exists, drop it

    IF OBJECT_ID('TempDB..#FileInfo','U') IS...

  • RE: Loop, Cursor or both?

    Eugene Elutin (6/29/2010)


    george.greiner (6/24/2010)


    ...

    It has nothing to do with laziness I did not know what DDL script meant and was researching it =0. Thank you for your help.

    ...

    Sorry George,...

  • RE: Loop, Cursor or both?

    scott.pletcher (6/24/2010)


    You could also do something like this:

    CREATE TABLE combined_table_for_export (

    id int identity(1,1) not null,

    case# <datatype> not null,

    sec_seq#...

  • RE: Loop, Cursor or both?

    WayneS (6/24/2010)


    george.greiner (6/24/2010)


    I did not know what DDL script meant and was researching it =0. Thank you for your help.

    George, please see the first link in my signature. If...

  • RE: Loop, Cursor or both?

    Eugene Elutin (6/24/2010)


    george.greiner (6/24/2010)


    Eugene Elutin (6/24/2010)


    george.greiner (6/24/2010)


    ...I have not used cursors before...

    And I believe, you don't need to use the cursor in this case as well 😀

    Please provide some DDL...

  • RE: Loop, Cursor or both?

    Eugene Elutin (6/24/2010)


    george.greiner (6/24/2010)


    ...I have not used cursors before...

    And I believe, you don't need to use the cursor in this case as well 😀

    Please provide some DDL script to setup...

  • RE: Best Invoicing Practices

    Lynn Pettis (4/16/2010)


    To begin with, this is really a business decision first. Once you have the requirements for doing the invoicing, then it should become easier to determine what...

  • RE: Data Driven Subscriptions

    Jason Selburg (4/6/2010)


    george.greiner (4/6/2010)


    Does this also give me the ability to process a batch subscription. For instance if there are 10 finished files within the last 24 hours that...

  • RE: Data Driven Subscriptions

    Does this also give me the ability to process a batch subscription. For instance if there are 10 finished files within the last 24 hours that need to go...

  • RE: Reports vanished from Project in BIS but are in the folder....

    dbowlin (3/29/2010)


    In Solution Explorer, right click the Reports folder >> Add >> Existing Item and then browse for it.

    Excellent thanks. Is there any way to prevent this from happening...

  • RE: Report Server will not initialize

    The reason it is grayed out is because I am running SA. Apparently as long as there is a check mark I am good to go regardless of color!...

  • RE: Report Server will not initialize

    GSquared (3/22/2010)


    Where I've seen that before, it's been an issue with creating the encryption certificate. Have you done that?

    On the encryption key tab I created a backup of the...

  • RE: Is it possible to string "Int" datatypes together?

    I got it all figured out. I neglected to use the correct scope which resulted in the failure. Thanks all for your help.

  • RE: Is it possible to string "Int" datatypes together?

    Yes it does thank you. I do have an odd issue though. My code is as follows =Cstr(Fields!TaxFrom.Value) & "-" & Cstr(Fields!TaxTo.Value) . For some reason ONLY...

Viewing 15 posts - 16 through 30 (of 49 total)