Forum Replies Created

Viewing 15 posts - 22,501 through 22,515 (of 26,486 total)

  • RE: Questions about backup vs. dump

    Okay. That is why I am concerned about the log truncation just before running the full backup.

  • RE: Questions about backup vs. dump

    Starting with the full backup taken Sunday night/Monday morning with transaction log backups hourly until the full backup taken Monday night/Tuesday morning als followed by transaction log backups hourly.

    If you...

  • RE: Questions about backup vs. dump

    BACKUP LOG DBName WITH TRUNCATE_ONLY

    DUMP DATABASE DBName TO DBName_data_dump WITH INIT

    Here is my concern about the above. Scenerio setup: Nightly full backup with transaction log backups hourly between full...

  • RE: Update trigger

    There is no updated table. Please, don't tell me who the vendor is, as I don't want to know.

  • RE: update problem in cicle

    carlos cachulo (2/12/2009)


    Start from the begining

    2 DATABASES - MANDIFLEX and PRODIFLEX

    MANDIFLEX has this tables TABATOPCO and TABAT

    PRODIFLEX has the table ST

    TABATOPCO and TABAT can me joined by this fields...

  • RE: Are the posted questions getting worse?

    Roy Ernest (2/12/2009)


    Grant Fritchey (2/12/2009)


    GilaMonster (2/12/2009)


    Eeep..

    http://www.sqlservercentral.com/Forums/FindPost655667.aspx

    I want to do a PhD in the area of database optimisers. Can anyone suggest a good topic?

    Gees, it took me months of reading to...

  • RE: SQL 2005 Cal User Licenses

    arun.modasra (2/12/2009)


    Thanks so much for the info.

    When installing SQL 2000, if you used "seats" instead of "processors", this connections settings would be set to that value?

    Arun.

    No. You could still...

  • RE: update problem in cicle

    I have rewritten your first select query below. Next question, however, is how does this query relate to the other table, tabatopco.

    What would really help is if you would...

  • RE: update problem in cicle

    carlos cachulo (2/12/2009)


    hello the query returns

    Server: Msg 156, Level 15, State 1, Line 3

    Incorrect syntax near the keyword 'from'.

    i´v tried this

    update tabatopco set u_nconsumo=1 where (select ref,u_nconsumo,cod_art,desc_art

    from...

  • RE: Trust

    Bert (2/12/2009)


    jcrawf02 (2/12/2009)


    Bert (2/12/2009)


    I've intentionally held back here because I've been blasted on this forum before. But since you asked, here goes. While I'm not a Scientologist, nor...

  • RE: Are the posted questions getting worse?

    GilaMonster (2/11/2009)


    Lynn Pettis (2/11/2009)


    Any hints on He who will remain unnamed? Is it someone I've "spent time" trying to help in the recent past?

    I can think of a couple...

  • RE: Are the posted questions getting worse?

    GilaMonster (2/11/2009)


    Lynn Pettis (2/11/2009)


    Any hints on He who will remain unnamed? Is it someone I've "spent time" trying to help in the recent past?

    I can think of a couple...

  • RE: Are the posted questions getting worse?

    Bob Hovious (2/11/2009)


    Steve, what do you do if they are unwilling, or unable, to take the hints?

    Sometimes giving an example in code is the easiest way...

  • RE: complete object defination from syscomments-sql2000

    As Sergiy said, read BOL.

    [font="Courier New"]

    Column name Data type Description

    id ...

Viewing 15 posts - 22,501 through 22,515 (of 26,486 total)