Forum Replies Created

Viewing 15 posts - 916 through 930 (of 1,179 total)

  • RE: Growing log file...

    Surely you can put db in simple recovery mode and it will help but before changing recovery model make sure this database is not used into production.

    If you will...

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

  • RE: Growing log file...

    Surely you can put db in simple recovery mode and it will help but before changing recovery model make sure this database is not used into production.

    If you will...

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

  • RE: Growing log file...

    Surely you can put db in simple recovery mode and it will help but before changing recovery model make sure this database is not used into production.

    If you will...

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

  • RE: Log Shipping Restore process failed..

    Hello,

    Can you check if you do have access to the following backup file:

    'C:\Logshipping\PrimaryServer\MASK.bak'

    sometime if system backups are running and copying this than it may create this kind of problem. If...

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

  • RE: T SQL

    I too have seleted option 3 hence wrong.... BAD LUCK!!

    I do agree with STEVE JONES; we need to be positive why people are more worried about points more than that...

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

  • RE: URGENT PROD issue - Database 'xyzStaging' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details.

    Do you have backup available?

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

  • RE: Can we chage Sa password ??

    If SQL Server is using Mixmode authentication. One can use windows Administrator to login and change sa password.

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

  • RE: CPU utilization reaching 100%

    Refer following link to narrowdown your problem:

    http://www.sql-server-performance.com/articles/audit/hardware_bottlenecks_p1.aspx

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

  • RE: Cannot attach a database in STANDBY mode

    Yes, Gila you are correct...

    Here Read_Only means database which is not participate into Logshipping.

    After restore when you put any database into READ_ONLY mode. Than you will able to detach and...

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

  • RE: know a terminal or user id for spid

    how you will find SPID?

    check the hostname column...

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

  • RE: simple query

    refer the COUNT function

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

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

  • RE: mirroring failover

    You can think about creating Alert like 32042 to send notification. This is just example error 32042 is raised when the threshold reach for the t-log unsent.

    HTH

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

  • RE: List all user databases

    What exactly would you like to do?

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

  • RE: Rebuild/Reorganize index script

    Both the link provided is v.good.

    But I guess you need to slightly modify the code in both of the above link to meet your requirement.

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

  • RE: Log Shipping

    Hello Jeetendra,

    Your Current Backup Plan is good i.e. Full backup weekly and Diff. Backup Daily considering 200 GB Database.

    Now your Log shipping will not affect your Backup Plan.

    Second, after setting...

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

Viewing 15 posts - 916 through 930 (of 1,179 total)