Forum Replies Created

Viewing 15 posts - 841 through 855 (of 1,179 total)

  • RE: move the data(.mdf) and log(.ldf) files

    If database is not production. You can also use backup and restore with move option.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Clean up Maintenance plans in SQL 2005

    If I am not worng the txt file which you are talking about is the log files of the jobs. Now you can set the retention period for this history...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Replication Jobs

    yes Ratheesh,

    When every you set up a replication it will create the jobs automatically which is called depend on the type of replication you are setting up. e.g. for Logreader...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: DBCC CHECKDB PROBLEM

    I guess tempdb needs more diskspace.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: DBCC CHECKDB PROBLEM

    what is the database size?

    What is the database recovery model?

    Howmuch freespace is there in database as well as on disk?

    what is the size of tempdb?

    Looks like this is a space...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Expected salary for DBA with 3 years exp.

    If I am not wrong in India at present you can ask around 20% more on the currnet salary.

    But still Depend on Company, requirement, roles & responsibilities etc....

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: what do YOU monitor in sql server on a daily basis

    If your environment is very huge and company can afford you can use MOM, redgate etc. third party tool to monitor your daily activity as well as much more other...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Migration database from oracle to sql server 2005

    You can also think about SSIS.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Cannot Shrink Database in SQL 2000

    First of all if it's not production you can run reindexing on the database.

    Than run checktable command if you still have errors you can use repair option to fix the...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: How can we?

    That was the reason I have used "might". 😉

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: How can we?

    But you might have data loss as log file is missing.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Sql server enterprise edition installation failure

    You have not mention which sql server enterprise edition are you installing.... 2000,2005, or 2008?

    You are getting correct error "Hardware compatability".

    sql 2005 EE do not support winxp refer link below:

    http://msdn.microsoft.com/en-us/library/ms143506(SQL.90).aspx

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Model Database Path Change

    Try to start sql server into minimal mode and then fix the issue.

    Moveing Model database is very simple.

    First of all stop sql server agent

    Second, Detach and attach (after copying mdf...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Aggregation in SQL Server 2008

    I have parse the query in the query analyzer and got the following error:

    Msg 102, Level 15, State 1, Line 3

    Incorrect syntax near 'SETS'.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Big Data Load using INSERT INTO

    Check FAST BCP...

    http://www.informit.com/library/content.aspx?b=STY_Sql_Server_7&seqNum=108

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

Viewing 15 posts - 841 through 855 (of 1,179 total)