Forum Replies Created

Viewing 15 posts - 2,176 through 2,190 (of 3,060 total)

  • RE: Adding an Oracle Data Source in SSIS

    Since we cannot see any screenshot or full error it's really hard to tell, init? 🙂

    _____________________________________
    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: Experiencing a problem when copying my new SQL database to live server

    Was it that shameful? remember, there are not idiotic questions, just idiotic answers 😉

    _____________________________________
    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 Migration from SQL Server 2005 to Oracle 9i

    Oracle SQL Developer Migration - the new incarnation of the old-n-good Oracle Workbench is the solution you are looking for.

    Check here ... http://www.oracle.com/technology/tech/migration//workbench/index_sqldev_omwb.html

    _____________________________________
    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: Rollback over linked server not working

    mhilligas (1/25/2010)


    Thanks everyone for you comments.

    I have solved the issue.

    It had to do with the registry for MSDTC did not have the proper names of the ORACLE OLEDB Provider DLL's.

    I...

    _____________________________________
    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: Rollback over linked server not working

    rojen83 (1/23/2010)


    When working with linked SQL Server tables, Office Access tries to create a ... against linked SQL Server tables can be updatable even if they do not select 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: Linked server to Oracle error during decryption

    Thank you for the follow up.

    Sooner or later somebody will benefit from your post.

    _____________________________________
    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: Oracle to SQL replicaton - entire DB or one table

    Here... http://msdn.microsoft.com/en-us/library/ms152481.aspx

    Hope this helps.

    _____________________________________
    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: Query - two times same table

    having a hard time trying to understand what the conundrum is... could you clarify, please?

    _____________________________________
    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 check foreign key constraints before logical deletions?

    :pinch: soft deletes? why?

    Either way, I can see poster writting a function to handle the soft constraining/deleting. Function shall be smart enough to query SS catalog for information about...

    _____________________________________
    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: Inserting data from Oracle into SQLServer tables

    Globalidentity (2/16/2010)


    I've also tried this with a second table with Id of type Bigint not null and everything works fine...It's definitely because it set to uniqueidentifier.

    Nice job.

    If a uniqueidentifier column...

    _____________________________________
    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: Estimating Space Required to Build a Clustered Index

    In a clustered index the index leaf level is the actual data e.g. rows in the table are physically kept sorted by the columns referenced in the clustered index.

    SQL Server...

    _____________________________________
    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: Inserting data from Oracle into SQLServer tables

    Globalidentity (2/16/2010)


    I wish it was that simple. It's related to "Id" being set as a uniqueidentifier.

    That's a theory you can easily test - create a second table setting "Id" as...

    _____________________________________
    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: Restructuring of the database

    Ismail Ahmed (2/14/2010)


    I am like a inhouse consultant for them , i am trying to see how can i help them. Only I have good understanding of database, i want...

    _____________________________________
    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: Inserting data from Oracle into SQLServer tables

    This might be caused by uppercase/lowercase missmatch.

    Check how mytable.id column looks in terms of upper/lowercase spelling on SQL Server catalog - be sure to use exactly same upper/lowercase spelling on...

    _____________________________________
    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: Inserting data from Oracle into SQLServer tables

    Just to be sure... transaction is running on Oracle, inserting on remote SQL Server database - is that correct?

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