Forum Replies Created

Viewing 15 posts - 7,156 through 7,170 (of 9,244 total)

  • RE: SQL Server on a Virtual Machine (VM) issues

    Abrar Ahmad_ (4/11/2011)


    [font="Verdana"]Some sign of relief @

    http://scottf.wordpress.com/2007/02/09/sql-server-on-vmware-server/

    [/font]

    That link covers VMWare Server which although very good is not a patch on it's big brother ESX server. The two are vastly different...

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

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

  • RE: SQL cluster on virtuals?

    kstjacques (4/11/2011)


    Is anyone running a SQL Server Cluster on virtual cluster nodes?

    We have two virtual machines running Windows Server 2008 R2 (each virtual sitting on a separate ESX...

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

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

  • RE: database owner and others

    annasql (4/10/2011)


    If so, what should we do?

    Quite often the database properties will be become inaccessible so use the stored procedure

    sp_ChangeDBOwner to change the ownership of the database

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

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

  • RE: T-Log backups are failed

    homebrew01 (4/8/2011)


    2) Take one-time full backup now to re-establish log chain

    no need for a full, a differential will do the trick

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

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

  • RE: Problem trying to backup Sharepoint_AdminContent

    dont forget to enclose database names such as that above with these []

    use the QUOTENAME() function

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

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

  • RE: Copy over database to a new server

    Take source database offline

    copy disk files to target server

    re attach at target server

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

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

  • RE: Installing SQL Server 2008

    Marios Philippopoulos (4/8/2011)


    We have had an issue with our cluster installations, where we were also installing on D:

    The logship.exe file, used for transaction-log backups, did not get deployed properly: it...

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

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

  • RE: Moving a standalone database server to a windows 2008 clustered environment

    Ysaias Portes-483038 (4/8/2011)


    You can add as many nodes as needed when you purchase them. "Up to 16 nodes"

    Assuming the OP has installed Enterprise edition or above and not Standard edition

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

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

  • RE: sql server service adn agent shows offline in failover cluster manager

    so if i read this correct you're saying that if you check the services list on node ECW10PHYDB001 the services are running but when looking through Failover cluster manager the...

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

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

  • RE: can we take backup at two sparate disk at one time .

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


    What happens if you have a super fast disk array with 1 bad apple in the bunch?

    array performance would be degraded admittedly

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

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

  • RE: can we take backup at two sparate disk at one time .

    mohammed moinudheen (4/8/2011)


    While striping to multiple file locations, on what basis would they be striped.

    Eg. if total backup size is 100 GB, and if we create 10 stripes, each...

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

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

  • RE: Installing SQL Server 2008

    EjSQLme (4/7/2011)


    I assuming that we have two options: One is to backup the DBs, reinstall SQL server and restore the DBs. Second is to backup the DB delete the...

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

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

  • RE: can we take backup at two sparate disk at one time .

    Ivan Mohapatra (4/7/2011)


    hi,

    how can we take backup at 2 sparate disk at one time ?

    can any one proivde me the code or the process by which it can be ...

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

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

  • RE: sql server service adn agent shows offline in failover cluster manager

    good call on the service status' Jeffrey

    I'm assuming as the OP mentions "Failover cluster manager" that the OS\cluster is Windows 2008

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

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

  • RE: Some kind of DR / backup solution ???

    I use a well known 3rd party SQL Server backup product that mirrors backup files to the DR server.

    These backups are then automatically restored to the DR SQL Server and...

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

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

Viewing 15 posts - 7,156 through 7,170 (of 9,244 total)