Forum Replies Created

Viewing 15 posts - 2,716 through 2,730 (of 3,060 total)

  • RE: SQL Server 2005 running progressively slower

    Sudiendra (2/12/2009)


    You may have to check your statistics information - Run it on all the databases -

    SELECT O.name AS , O.name AS [Index Name],

    I.rowmodctr AS [Rows...

    _____________________________________
    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: Convert Oracle ctl files to BCP fmt files

    Assuming you are talking about converting Oracle "SQL*Loader control files" into something SQL Server would understand to help you run ETL processes... as far as I know, No.

    You are...

    _____________________________________
    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: ALTER INDEX online MS SQL 2005

    Is that the old-n-good example taken from BOL -AdventureWorks?

    Your answers are: Yes, Yes.

    _____________________________________
    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: Full Databasestructure knowledge

    ... and here is when you are going to find out how serious is the IT operation in your Company, go and ask for documentation.

    Just tell us which face better...

    _____________________________________
    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 can one be a proper DBA these days when everything is scripted?

    GUI and related tools are nice to have features yet I script everything.

    All changes applied to production MUST be scripted not done on a GUI therefore and since you 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: how to send data from sqlserver to oracle

    rockingadmin (2/11/2009)


    hi

    using this query i can able to see the tables of that user.

    select *

    from dba_tables

    where owner = 'ACCOUNT"

    ;

    but i try to get the data using...

    _____________________________________
    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: Alias name to Database

    rameshnkl (2/11/2009)


    Sorry. Actually i mean, 'Master' is a example database name.

    No probs. Take my database name is 'Something'.

    Got it. You may want to check this http://www.mssqltips.com/tip.asp?tip=1620

    _____________________________________
    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: Alias name to Database

    rameshnkl (2/10/2009)


    I have a Database with the name of 'Master'.

    :w00t: Shall we understand you manage to create a "master" database in your SQL Server environment or happens that you 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: how to send data from sqlserver to oracle

    rockingadmin (2/10/2009)


    hi

    i have checked the user. i can see the data in that user. but the problem is i cant able to use a query

    how can i see that...

    _____________________________________
    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: importing and exporting constraints

    guptaajay1985 (2/10/2009)


    How to script the constraints?

    Have you scripted your tables?

    Look closely, constraints are there.

    _____________________________________
    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: importing and exporting constraints

    guptaajay1985 (2/10/2009)


    How the data willl come in tables in other DB,if we only script and create the tables in other DB.Thx

    It doesn't. You have to move the data.

    _____________________________________
    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: migration of sqlserver20005 to oracle10g

    rockingadmin (2/10/2009)


    Hi Everyone,

    I had sucessfully migrated(tables with data) from sqlserver2005 to oralce10g. now i am getting the error.

    in oracle10g,after executing the below query::

    >>select count(*) from policy;

    ERROR at line...

    _____________________________________
    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 send data from sqlserver to oracle

    rockingadmin (2/10/2009)


    Hi Everyone,

    I had sucessfully migrated(tables with data) from sqlserver2005 to oralce10g. now i am getting the error.

    in oracle10g,after executing the below query::

    >>select count(*) from policy;

    ERROR at line 1:

    ORA-00942: table...

    _____________________________________
    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: importing and exporting constraints

    I would script the constraints then apply the script.

    _____________________________________
    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: Picking up Oracle development skills

    Bruce W Cassidy (2/9/2009)Try creating an index on a bit field in SQL Server 2005. Yes, it works.

    Unfortunatelly that's not the concept of an Oracle bitmap index 😀

    Oracle...

    _____________________________________
    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 - 2,716 through 2,730 (of 3,060 total)