Forum Replies Created

Viewing 15 posts - 6,841 through 6,855 (of 9,244 total)

  • RE: Log shipping deleting log files too soon.

    jprovines

    please execute the following against the primary server

    use master

    exec sp_help_log_shipping_primary_database @database = 'yourdb'

    and this against the secondary

    use master

    exec sp_help_log_shipping_secondary_database @secondary_database = 'yourdb'

    Post the results for both these!

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

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

  • RE: Creating a 2 Node SQL Server 2008 Virtual Cluster Part 3

    Thank you all for your feedback. I created this article as to me it seems the DBA is always an afterthought in most organisations.

    "oh he\she only looks after the...

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

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

  • RE: Creating a 2 Node SQL Server 2008 Virtual Cluster Part 3

    ss-457805 (8/12/2011)


    great articles Perry. Have added to my favourites :-). Keep up the good work.

    thank you, i appreciate your feedback

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

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

  • RE: Creating a 2 Node SQL Server 2008 Virtual Cluster Part 3

    Thank you, combine all 3 parts and you have all you need to create a cluster testbed from scratch

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

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

  • RE: SQL Server 2005 log shipping

    please execute the following against your log shipped secondary database and post back the results

    exec sp_help_log_shipping_secondary_database @secondary_database = 'secondary_database'

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

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

  • RE: Restoring users for DB afetr restoring backup

    Execute the script below against your production database server under the context of the database for which you wish to export users and the resulting script output will form the...

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

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

  • RE: How to Become MVP?

    Ninja's_RGR'us (8/6/2011)


    Perry Whittle (8/6/2011)


    Ninja's_RGR'us (8/5/2011)


    I say "then" because between all 5 of us we probably close 100-150 threads / day and we pretty much cover 24 / 7.

    You...

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

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

  • RE: How to Become MVP?

    Ninja's_RGR'us (8/5/2011)


    I say "then" because between all 5 of us we probably close 100-150 threads / day and we pretty much cover 24 / 7.

    You should be looking...

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

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

  • RE: available network connections for cluster

    Are you using MS iSCSI initiator?

    If so do not use teaming for these NICs use the initiator policies for fail over or load balancing

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

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

  • RE: Cannot assign correct drives to DTC resource

    You have added the LUNs as physical disks but not as cluster resources. Go into failover cluster manager and select add storage and add all new disks, you may then...

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

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

  • RE: log file growing very large

    classic example of how a transaction log can experience runaway growth when the database is in Simple recovery mode!

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

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

  • RE: Backup file systems are configured in the SQL Cluster as dependencies

    the backup drive must be a dependency on the clustered sql server resource. If the disk dies replace it or temporarily remove the dependency.

    The loss of one disk shouldn't cause...

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

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

  • RE: Database Mirroring vs Log Shipping

    Jonathan Marshall (8/3/2011)


    The databases on the secondary server to not have to be in a read state but requirements could change of course.

    🙂 tell me about it

    Jonathan Marshall (8/3/2011)


    So changing...

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

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

  • RE: Database Mirroring vs Log Shipping

    Just because the networks have high latency doesn't rule out mirroring, you can adjust the failover timeout quite easily. You will need some trial and error to find the ideal...

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

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

  • RE: Query to capture currently executing long-time queries

    Marios Philippopoulos (7/22/2011)


    It looks like I am not able to capture the sproc name in the [executing batch] column if the individual SQL statement is submitted as dynamic SQL.

    All I...

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

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

Viewing 15 posts - 6,841 through 6,855 (of 9,244 total)