Forum Replies Created

Viewing 15 posts - 481 through 495 (of 860 total)

  • RE: Maint Plan - possible to see history of who modified it?

    Maxer (3/25/2009)


    Apparently someone adjusted the settings on one of our server's maintenance plans.

    Instead of being set for X days until it removes backups, it was X-5 days.

    So backups are not...

  • RE: ReportServerTempDB_log size

    Cynthia DuBose (3/25/2009)


    OK, I think I am set. I changed both Report Server DBs (regular and Temp) to simple recovery, and added a job to do a full backup on...

  • RE: How can I copy the SQL Server Database Data File (mdf)

    I Hope you are trying to restore on your local server. You dont have to create database on your local server just specify it when you are restoring it.

    Try using...

  • RE: ReportServerTempDB_log size

    As suggested you can either change the recovery model to Simple and shrink or you can backup the logs and shrink it.

  • RE: How can I copy the SQL Server Database Data File (mdf)

    Mike John (3/25/2009)


    I would also check the legislation in your country with respect to who owns the data and privacy laws, you may not be legally able to copy this...

  • RE: How can I copy the SQL Server Database Data File (mdf)

    You can't copy it unless your server is shut down, if it is a production system, the easiest method is to copy the backup file and restore it on your...

  • RE: Compability mode 80 vs 90

    TRACEY (3/25/2009)


    80 = 2000 and 90 = 2005

    Anyone got an explanation of why you should convert the database to 2005 and not leave as 2000.

    AS Lynn explained that's true. same...

  • RE: query execution

    GilaMonster (3/25/2009)


    umar iqbal (3/25/2009)


    we alredy know command is "Alter Login "

    Not on SQL 2000 it wouldn't have been.

    Krishna (3/25/2009)


    Enable Defualt trace and ...

    SQL 2000 forum.

    oooooopssss.....:-P...

  • RE: query execution

    J.K (3/25/2009)


    hi experts :-),

    Last day we had got a problem with my database.The passwords of our live application got resetted.And now i just want to check which all queries i...

  • RE: Restore

    umar iqbal (3/25/2009)


    weired. why you want to restore tempdb. was you put critical user data in it???

    Umar, he wants to restore a database to tempdb.

    Why you want to...

  • RE: SQL Server 2005 Activity Monitor

    barunpathak (3/25/2009)


    Can somebody give me brief description about Activity Monitor? Also what each of the status means? Sleeping, Runnable, Supspneded.

    What is the easiest way to see if any process is...

  • RE: Load Balancing solutions for SQL 2005?

    vidhya_kumar (3/20/2009)


    We have a SQL Server 2005 reporting environment, which is having performance bottlenecks with CPU utilization and memory.

    As suggested would start first tuning the queries. Identify the top...

  • RE: Missing indexes

    balbirsinghsodhi (3/23/2009)


    I have created a script which captures missing indexes on 2005 sql server. after capturing missing indexes, I created those indexes on production server and started getting timeout error....

  • RE: backup directly into database on another server

    OCS (3/23/2009)

    1. Backup a sql2000 database on server1 directly into a sql2005 database on server2.

    Sorry, what did you mean by this?

  • RE: Index not rebuilding

    Tim Walker (3/23/2009)


    GilaMonster (3/19/2009)


    Krishna (3/19/2009)


    GilaMonster (3/19/2009)


    My criteria for clustered indexes - narrow, unchanging, unique, ever-increasing.

    That's a good one Gail. Explains everything just in 4 words.:-D

    I can't take credit. Kimberly...

Viewing 15 posts - 481 through 495 (of 860 total)