Forum Replies Created

Viewing 15 posts - 2,701 through 2,715 (of 3,060 total)

  • RE: Load balanced SQL Servers overload

    Post does not provides enough information.

    What are the configurations of each one of the three servers? are these server dedicated to this "one table" database?

    How are you load balancing?

    Something 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: Synchronizing two databases in same instance

    Shall we understand you want to replicate DDL but not DML?

    _____________________________________
    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 Regular Works

    peace2007 (2/14/2009)


    1- Set a performance baseline for your most important processes meaning, you have to know how long they take.

    How can I do that?

    Here is how.

    Conduct a poll with...

    _____________________________________
    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: Permission disappear

    halifaxdal (2/13/2009)


    up

    :unsure: huh?

    _____________________________________
    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 Regular Works

    peace2007 (2/14/2009)


    Hi,

    I need to know the most important regular works that each DBA should perform on SQL Servers to prevent performance problems, etc.

    Define "performance problems", seriously.

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

    Vijaya Kadiyala (2/11/2009)


    Hi

    What are you expecting of this query??

    select count(*) from policy;

    Thanks -- Vijaya Kadiyala

    http://dotnetvj.blogspot.com

    ... to count rows on policy table? :doze:

    _____________________________________
    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 and when we need to rebuild indexes, reorganise indexes , defragindexes

    You may want to start by searching this forum, a ton on info on those subjects. 😉

    _____________________________________
    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: System Tables Locks

    Shall I understand you are seeing locks with lock mode=V ?

    In the affirmative case, which version of SQL Server are you running?

    _____________________________________
    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: Database Tracking

    I couldn't agree more, change tracking is a must.

    That's why some people out there bothered in creating Change Control and Version Control processes and tools 😉

    _____________________________________
    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: Problem with adding datafile, error 1105

    Are you positive you have just one filegroup? -PRIMARY ?

    _____________________________________
    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?

    Jack Kennedy (2/13/2009)


    A good DBA will never stop learning - the knowledge to be gained in this field is infinite in my opinion - GUI's can make more mundane...

    _____________________________________
    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: Problem with adding datafile, error 1105

    Looks like you have actually ran out of space. You can't even insert a row on sys.sysfiles1 when trying to add a datafile.

    I would let some datafile to grow 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: Problem with adding datafile, error 1105

    Are you sure this is the message you are getting when trying to add a datafile?

    ...Could not allocate space for object 'sys.sysfiles1'.'sysfiles1' in database 'HsWebLaboratorio' because the 'PRIMARY' filegroup 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: How can one be a proper DBA these days when everything is scripted?

    Roy Ernest (2/12/2009)


    The only thing is that since everything is GUI, The developers think that there is no need for a DBA since they can do it by themselves. Also...

    _____________________________________
    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

    Bruce W Cassidy (2/12/2009)


    [font="Verdana"]Check out SQL Server Integration Services (SSIS). You can use this to export the data into files from Oracle, and then load the data into SQL...

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