Forum Replies Created

Viewing 15 posts - 61 through 75 (of 1,109 total)

  • RE: Select Data

    Ratheesh.K.Nair (8/12/2008)


    Thanks for the Reply,

    ...

  • RE: SUBSTRING length question

    You get '3456789'

    Regards,

    Andras

  • RE: Duplicate Records

    b_boy (8/11/2008)


    The T_Items.AvailableLev <= 0 is the field within the table that informs end users of the available stock level β€œ(back orders”- items where there is no stock available for...

  • RE: Truncation of database logs

    Adam Zacks (8/11/2008)


    when you change back to 'full' rec-mode from 'simple', should you then bakup the db and log (seperately) or just the db? I have only backed up the...

  • RE: Duplicate Records

    b_boy (8/11/2008)


    These are the primary keys for the tables, and there are no constraints (sounds strange but thats they its set up)

    T_OrderHeader - (PK, int, OrderID)

    T_Payments -(PK, int, OrderID)

    T_OrderLine...

  • RE: Named instance & Default Instance. Can we just have Named Instances?

    rmaggio (8/11/2008)


    Just curious if we can have just named instances, selecting one to be the default, or does one instance always have to be "unnamed" in the server environment? Not...

  • RE: Duplicate Records

    b_boy (8/11/2008)


    Thats right

    Payments belong to a single order, with an Order having one or may stockIDs

    It would probably help us a lot if you could post the primary keys/unique constraints...

  • RE: Duplicate Records

    First suspects:

    does a Stock_ID uniquely identify a single row in T_Items?

    Are Payments belonging to a single order only?

    - Regards,

    Andras

  • RE: Truncation of database logs

    Andras Belokosztolszki (8/11/2008)

    And take a full backup after you have truncated the log and switched back to full recovery mode πŸ™‚ Full recovery mode is not activated until a full...

  • RE: Truncation of database logs

    Adam Zacks (8/11/2008)


    Very business oriented Gail? Aggree with all though have found (rightly or wrongly that there is more then one way to skin a 't-log').

    If you set yourself a...

  • RE: Truncation of database logs

    bdh (8/11/2008)


    Hi All

    I am having a database, where we every night takes a full backup. The database has run for some time now and we have discovered that the log...

  • RE: OBJECT_ID, system_function_schema

    Hi Johan, while Chirag has answered your question, just a short note about the names you are using. If you want your code to be portable, do not capitalize system...

  • RE: Pivot Table Issue (Urgent)

    replace the πŸ˜‰ with a ), and mt with the name of your table.

    - Andras

  • RE: Pivot Table Issue (Urgent)

    SELECT Day

    , SUM([Count])

    FROM ( SELECT Sunday

    ...

  • RE: Select Data

    Ratheesh.K.Nair (8/11/2008)


    Hi Experts,

    My problem is that i have a table containing 10 million records...

Viewing 15 posts - 61 through 75 (of 1,109 total)