Forum Replies Created

Viewing 15 posts - 586 through 600 (of 1,179 total)

  • RE: Analytical functions available in SQL 2005

    Nice one... good to recall old days SQL 2005 🙂

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

  • RE: jobs taking too long to finish

    Time for the backup also vary depending on the processes going on the server. There might be some temporary blocking while taking the backup which may inturn increase the time...

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

  • RE: user connections sql server

    The actual number of user connections allowed also depends on the version of SQL Server that you are using, and also the limits of your application or applications and hardware....

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

  • RE: backup file with datetime stamp

    In addition, attached script also can be handy for backup and restore. However little modification is required as per the requirement. This is for log backup you can also use...

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

  • RE: log file deleted

    Just to clarify further...

    Only if you didn't apply any Tlog backup your diff backup will work. Differential backup can't be apply on secondary server if subsequent tlog backups have successfully...

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

  • RE: Database Mail stopped working

    Find another link in addition to the above. This is perfect way to do step by step troubleshoot of database mail:

    http://technet.microsoft.com/en-us/library/ms188663(v=sql.105).aspx

    HTH

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

  • RE: Database Mail stopped working

    Execute following command:

    select * from msdb..sysmail_faileditems

    This table contain single row for each failed items.

    HTH

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

  • RE: Nested Transactions

    Like the basic question.

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

  • RE: Parameter sniffing

    Indeed a great one!!

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

  • RE: Sequence

    Good easy one.

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

  • RE: DB Backup Is Backing Up Previous Version of Proc

    As explain by Gila it is not possible.

    However if your all backup and everything are fine and still if you have the same problem there might be possibility that someone...

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

  • RE: Checkpoint process

    Here is the technical description of Checkpoint pages/sec: "Indicates the number of pages flushed to disk per second by a checkpoint or other operation that require all dirty pages to...

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

  • RE: Number of files for database MDF

    Agreed with Jeff, it all depends on the desing of the LUNs.

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

  • RE: SQL Server Top Third Party Monitoring tolls

    Redgate, ignite, SQL Sentry

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

  • RE: Backup users and permissions before database restore

    Check for stored procedure to fix orphaned users or fix user login which may help. Or create a script of commands which manually you are executing on server to fix...

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

Viewing 15 posts - 586 through 600 (of 1,179 total)