Forum Replies Created

Viewing 15 posts - 2,101 through 2,115 (of 3,060 total)

  • RE: Have some question

    Lynn Pettis (4/7/2010)Not completely true

    Not completely exact.

    As you know during a truncate operation SQL Server logs page deallocation information - that's why you can roll it back. This 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: Which SQL Server Editiion to use

    Simon AV (4/8/2010)What would be the best editiion of SQL2008 to use for this ? Standard, Enterprise or Web ? Not sure where to go with this one !

    I would...

    _____________________________________
    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: Data Modeling Question

    GSquared (4/7/2010)SQL Server, as with any tool, has limitations.

    Have you noticed how vendors usually call them "features" 😛

    _____________________________________
    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: Presenting new DW schema to internal IT staff

    Glad to help.

    _____________________________________
    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: Data Modeling Question

    Gift Peddie (4/7/2010)


    It is so funny people come and blame the technology for their lack of skills. You should know Volusion is a .NET shopping cart that runs more...

    _____________________________________
    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: ORDER BY [DATE] producing unordered result

    phanish81 (4/7/2010)


    I think the problem is because of combination of Dates which have both years 2000 and 1900. i am having the same problem,trying for a solution,will let you 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: Index Implementation on Sql server 2005 DSS

    Too many issues/questions in a single post, lets go to the basics.

    Lets use a HHRR datamart as an example. In a star-schema like the one you describe you 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: Have some question

    miss.delinda (4/7/2010)


    4. What is the difference between DELETE & TRUNCATE commands?

    Too many questions for a single post - I'll take #4 for $400 😀

    DELETE - assuming no predicate in 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: Question on refactoring an inherited (very) wide table

    I'm in agreement; I would be tempted to take the poor thing out of its missery and redesign it on the 3NF.

    Having said that #1... how about the application? 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: INSERTED DUPLICATE RECORDS

    Gosta Munktell (4/7/2010)


    From that table you can check if rows already exists in the "main" table and avoid to import them/Gosta

    ahhh... you check against target table, that's cheating Gosta! :-D...

    _____________________________________
    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: Foreign key constraints...WHY??

    sumit.joshij (4/6/2010)


    At least we all of you have to check the ORCALE database, those who are in favor of maintain the FK constrain.

    At least they(ORACLE corp) can have the 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: Cannot extract date range from Oracle into SQL Server

    DNA_DBA (4/7/2010)


    I would think it is some data conversion issue. For example, Oracle dates have a much larger range than the SQL Server datetime datatype can handle.

    I agree 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: Cannot extract date range from Oracle into SQL Server

    born2bongo (3/15/2010)


    I can't see what is wrong with my code.

    Since you didn't post the code we cannot either 😀

    _____________________________________
    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: Cannot extract date range from Oracle into SQL Server

    born2bongo (3/15/2010)the reasons are not clear.

    Either application got a stack of ORA-nnnnn errors or Oracle wrote a stack of ORA-nnnnn errors into Oracle's side alertlog.

    Ask your Oracle DBA to check...

    _____________________________________
    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: SP_msforeachdb

    jarrederoberts (4/6/2010)


    I am trying to use SP_msforeachdb to query one table in every DB I have, but no system db's. here is the syntax im using. im not sure this...

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