Forum Replies Created

Viewing 15 posts - 661 through 675 (of 1,179 total)

  • RE: removing the job alerts

    Also check if any alert with the similar subject line is created.

    msdb..sp_help_alert

    If you found any you can delete with following command:

    sp_delete_alert [ @name = ] 'name'

    HTH

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

  • RE: Know Your SQL Objects

    Good question!!!

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

  • RE: How to Discover the T-SQL Command that Causes a Trigger to Fire

    How about profiler?

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

  • RE: Filegroup backup/restore using litespeed.

    What is the physical design of database MYDB?

    For file/filegroup backup both table and indexes should be on the same drive. If not both the filegropu must be backed up together....

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

  • RE: update statistics on master and msdb

    The reson which I can think of is:

    1. Data in the master/msdb do not change frequently.

    2. Objects do not grow much.

    3. There are no heavy insert/update/delete.

    4. Referenced & used by...

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

  • RE: can we do database mirroring in different domains.Is it possible

    Solution provided by Jeffrey Williams is the best solution.

    Why are you looking for another solution?

    Elaborate more what is the issue you are facing for further help.

    Cheers!

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

  • RE: SQL Server Job/Volunteer

    Not only for DBA but in any field getting first break is difficult but not impossible.

    So be focused and have patience & faith; do not give up. You will...

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

  • RE: Mirroring is possible @rajesh

    You can also create virtual environment by VM Ware or Microsoft Virtual Machine.

    HTH

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

  • RE: Orphaned / Ghost Members in User Defined Database Roles

    Execute following command to find out orphan users if you found any fix it and than delete.

    sp_change_users_login 'report'

    Good Luck!

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

  • RE: Backup Operator

    I doubt the possibility of doing it from server role.

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

  • RE: How to rebuild transaction log file in sql server 2005

    Hello Gila,

    Thank you for pin-pointing.

    Actually I overlook the clean shut down as I have practically done it but fortunate to have clean shut down.

    Cheers!

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

  • RE: Backup Operator

    In this situaltion you can use database role "db_backupoperator".

    Create user and assign role of db_backupoperator in each database. Also you can create user and assign database role in model database.

    HTH

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

  • RE: Transaction Log file is full

    Sourav,

    Gila said, "Total west of time and resource" means:

    1. When next time you will run the maintenance task log will gain expand.

    2. Expansion and Shrink operation of the data/log file...

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

  • RE: SQL Server 2005

    Hi Gila,

    DCM nice post, thank you.

    Cheers!!!

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

  • RE: How to rebuild transaction log file in sql server 2005

    It is test server and assume data loss is acceptable.

    You can just restart sql server services and it will automatically create new missing log file considering the file is...

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

Viewing 15 posts - 661 through 675 (of 1,179 total)