Forum Replies Created

Viewing 15 posts - 5,356 through 5,370 (of 9,244 total)

  • RE: Database MDF File Size Issue

    amitsingh308 (7/11/2012)


    will you please explain it

    When you drop objects from the database the files do not automatically reduce in physical size

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Disk Alignment best practice - Help !!

    SQLQuest29 (7/10/2012)


    1. BytesPerCluster for SQLServer should be 65,535 bytes (= 64K) as sql server performs I/O based on an extent (8 8KB pages = 64KB).

    Optimal stripe sizes for SQL server...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log shipping error

    Nicholas Cain (7/10/2012)


    Have you looked for errors on the log shipping monitor

    There is no monitor server, the return value for this in sp help log shipping primary database was null.

    jitendra.padhiyar...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server 2008 R2 SP1 Install failed

    Is this an OS service pack you're installing or the SQL server service pack?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log shipping error

    Firstly, I'm assuming this is a typo!!

    jitendra.padhiyar (7/10/2012)Backup_directory=D\backup_ls

    jitendra.padhiyar (7/10/2012)Backup_retention_period=30

    30 minutes is a little aggressive for the file pruning. How often does the backup job, copy job and restore job run?

    Full...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log shipping error

    ensure you are not taking log backups outside of your log shipping plan, only the log shipping backup job should be taking log backups of the database. Also ensure the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Copied files in log shipping not getting deleted.

    sufiyan.sarguroh (7/10/2012)


    Checked the logs. It appears that the tran backups arent being restored.

    Here is the error in the log :

    The log shipping secondary database INFVA02839\INSTANCE1.AdventureWorks has restore threshold of 120...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SPN and CAP

    what is the vritual network name for the clustered instance you are trying to connect to?

    (i.e. the one provisoned in the clustered application group in Failover cluster manager)

    A client acces...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Index Rebuilds

    don't take these threshold values too literally, they can and will change for each and every index.

    Ensure you target your indexes based on a wider view of the index...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Cluster IP Address for FCI

    you already have a clustered instance installed and you want to know the IP address used is that correct?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Corrupt master and msdb databases

    thanks for letting us know. Something i've done before is to extract the system db backups to a running instance as user databases, detach them and rename the files then...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Copied files in log shipping not getting deleted.

    jitendra.padhiyar (7/9/2012)


    According to my knowledge, they will not be deleted on secondry server, it will be deleted on Primary server.

    Au contrair mon pere 😉

    sufiyan.sarguroh (7/10/2012)


    Ran the above query . It...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SPN and CAP

    adb2303 (7/10/2012)


    Hi,

    Can kerberos be used against a Client Access Point in a SQL Server cluster? I registered SPN's for the SQL Server service account using setspn, but the authentication...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Always On with Failover clustering Instance

    Ok, no problem

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Corrupt master and msdb databases

    You may not need to rebuild, does the instance start in single user mode?

    If so just proceed with the restores if the backups are recent.

    If the instance does not...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 5,356 through 5,370 (of 9,244 total)