Forum Replies Created

Viewing 15 posts - 166 through 180 (of 3,060 total)

  • RE: The database 'model' is marked RESTORING

    rcjunk (10/28/2012)


    I have 3 SQL instances and every time I reboot the server I have this one instance that I can not get back into because the database 'model' is...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Do not wait for Query to completed

    As you suspect this is something to be resolved on the application side.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: OraOLEDB.Oracle vs. MSDAORA, SQL 32 bit, 64 bit

    scogeb (10/23/2012)


    I don't have an account with them and even after I created one, I still can't find it or don't have access.

    Account has to be with Metalink. Oracle's knowledge...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: SQL SERVER on the laptop

    Marlena.ibek (10/23/2012)


    Hi all:)

    My Boss wants me to work from home as well, so what we need to do is to buy good Quality Laptop.

    What is the best option?

    what kind of...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: DBA Interview Questions needed - Serious only please.

    CptCrusty1 (10/4/2012)


    Here's a question... How many years exp. Should a DBA have to be considered Senior level? How encompassing should the experience be.

    I think that defining Seniority based exclusively...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: UPDATE Does Nothing (Executing Query displays in status)

    IF what you want to accomplish is to update every single row on CJS table then update should look like:

    UPDATE cjs

    SET RefreshDate = '20120822 08:00';

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: SQL 2008 R2 linked server to 11g

    scogeb (10/4/2012)


    Thanks for the links guys! Wow, what a zoo. I finally got it to work, but it was a chore. I had to install both the...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: SMS from Oracle

    ... and the question is?

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Table/view doesn not exist, VS_ISBROKEN

    Oracle error "ORA-00942: table or view does not exist" either means that the table/view does not exist OR that the Oracle account a.k.a. userid, used to connect does not have...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Intresting Question need answer ASAP

    Eugene Elutin (9/21/2012)


    dwain.c (9/21/2012)


    Still a tie then:

    SELECT DAY($)

    I thought the Cup is given to whoever comes first...

    :hehe:

    No if second one hits you on the head with a frypan and runs...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Required disk space to reindex

    sql-lover (9/19/2012)


    PaulB-TheOneAndOnly (9/19/2012)


    Any chance of doing it during a maintenance window where you set recovery mode to simple? that would keep t-logs from growing.

    Hi Paul,

    1st, thanks for reply.

    I'm afraid...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Count number of rown in transaction without adding to a parameter?

    SQLKnowItAll (9/19/2012)


    It is possible to get the number of rows affected in a multiple statement transaction without adding the @@rowcount to a parameter for each statement?

    As far as I know...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: How to know if connection can be made to SQL 2008 R2 in my case? Thanks.

    halifaxdal (9/19/2012)


    Event ID: 4105: Windows is in Notification period.

    I think your Windows O/S has also expired the license... message is consistent with unlicensed O/S

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Required disk space to reindex

    sql-lover (9/19/2012)


    1st, apologies if this has been asked before. I remember I faced this issue few years ago, but do not remember exactly what my calculations were.

    Basically, I have a...

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • RE: Copying a column from one table to another with a where statement

    Would you please post the schema of both "projects" and "projects3" tables?

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Viewing 15 posts - 166 through 180 (of 3,060 total)