Forum Replies Created

Viewing 15 posts - 6,826 through 6,840 (of 9,244 total)

  • RE: Mirroing to use a different dedicated NIC

    check which TCP protocols you have bound to the NICs, you will need IPV4

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

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

  • RE: SQL Server 2005 Cluster moving to new data center

    Just bring one node up at a time if you have both up remove the passive node from the possible owners list on the cluster resources.

    Are you assigning new...

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

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

  • RE: What is light speed bkup

    😀

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

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

  • RE: SQL Server 2005 Cluster moving to new data center

    Markus (8/11/2011)


    Using SQL install evict the passive node.

    Why do you think this is necessary?

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

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

  • RE: What is light speed bkup

    Roy Ernest (8/15/2011)


    Are you talking about LiteSpeed from Idera?

    Don't you mean Quest? 😉

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

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

  • RE: restore database error

    if you have a tool such as Redgate SQLBackup or Quest Litespeed these tools can generate the schema and data insert scripts for you.

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

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

  • RE: Log shipping deleting log files too soon.

    jprovines (8/15/2011)


    backup_source_directory\\lap8db03\TransactionLogBackup

    backup_destination_directory\\lap8ea03\TransactionLogShippingTemp

    file_retention_period2880

    initially everything seems ok, this value

    file_retention_period2880

    will apply to this

    backup_destination_directory\\lap8ea03\TransactionLogShippingTemp

    and not this

    backup_source_directory\\lap8db03\TransactionLogBackup

    The secondary server should never delete files from the source backup direrctory as there could be more than one...

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

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

  • RE: database log size, log shipping and performance

    Hi

    please execute the following against your Log shipping primary server and post the results back

    use master

    exec sp_help_log_shipping_primary_database @database = 'yourdbname'

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

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

  • RE: Refreshing Test with Production Data

    what you should be doing is to build yourself a dataset that would mimic your live data and use this database for development and possibly even testing. This allows dev...

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

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

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

    All

    please find part 3 here[/url]

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

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

  • RE: node lost communication with cluster node

    please supply more info on the server setups such as windows os version, number of cluster nodes and any NIC assignments

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

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

  • RE: log shipping secondary db files out of space issue

    it's probably easier to stop the log shipping and remove the secondary database. Sort out the disk space and file locations and then re initialise the secondary database

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

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

  • RE: SQL Agent not starting

    what events do you see in the application event log when trying to start the agent service normally

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

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

  • RE: Problem with 2008 R2 node install on cluster with 2008 SP1 nodes

    mazzz

    i'm not clear, are you adding a node to an existing clustered instance or creating a new clustered instance?

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

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

  • RE: How can I take a FULL Backup of a Log Shipping Secondary Database in Standby/Read-Only Mode???

    chris.mcgowan (8/12/2011)


    To make the secondary log shipping instance 'online' and accesible you need to restore a transaction log with recovery.

    you do not need to specifically restore a transaction log,...

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

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

Viewing 15 posts - 6,826 through 6,840 (of 9,244 total)