Forum Replies Created

Viewing 15 posts - 7,306 through 7,320 (of 9,244 total)

  • RE: Adding a new FILEGROUP to an existing mirrored database

    Alex

    i tested this on my mirror setup, adding the filegroup itself was fine. After adding the filegroup FG1, I failed over the principal (the mirror is now principal) and when...

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

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

  • RE: Adding 2008r2 to an established 2000/2005 cluster

    adrian.saunders (1/21/2011)


    OKay I need some thought or just confirmation:

    Established Cluster

    OS windows 2003 64 bit sp2

    Node 1 installed with sql 2000 32bit enter sp4, sql2005 64 bit ent sp3

    Node...

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

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

  • RE: Creating A SQL Server 2008\2008 R2 Failover Cluster

    CirquedeSQLeil (1/20/2011)


    Thanks for the article Perry.

    Thank you Jason

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

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

  • RE: Creating A SQL Server 2008\2008 R2 Failover Cluster

    Chris Mathews (1/20/2011)


    Anyone have any strong opinions(pro or con) about using mount points for drives? Example:G: has programs, G_01(mount_point) data, G_02 (mount point) logs. The two mount points...

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

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

  • RE: Automate restores on another server

    Once you have the backup file you want to restore perform a filelistonly restore to get the filenames and logical names. Use these to restore the database.

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

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

  • RE: SQL SERVER SERVER SIDE TRACE

    my guess is your trace create script looks like this

    sp_trace_create @TraceID output, 0, N'InsertFileNameHere', @maxfilesize, NULL

    It hits the max file size but does not rollover, it should look like this

    sp_trace_create...

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

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

  • RE: Automate restores on another server

    you could mirror your server builds so disk allocations are always the same, this is the practice most would follow across a SQL Server farm. Other than that, use an...

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

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

  • RE: SQL server Full Backup

    techzone12 (1/19/2011)


    I noticed that there is a utility called "Windows Server Backup" that comes with the SQL server OS.

    The Windows server backup product built in to Windows 2008 is...

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

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

  • RE: Adding a new FILEGROUP to an existing mirrored database

    You should be able to add files to a mirror session, there are some warnings though

    From SQL Server BOL


    :exclamation: Important

    Adding a file during a mirroring session without impacting...

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

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

  • RE: Creating A SQL Server 2008\2008 R2 Failover Cluster

    TurnerC (1/19/2011)


    Hello,

    Can I receive a copy of the VMWare Server\SQL Server 2008 install.

    Currently our site has a clustered 2008 R2 sql server instal built by a third party vendor...

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

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

  • RE: Creating A SQL Server 2008\2008 R2 Failover Cluster

    GRE (Gethyn Ellis) (1/19/2011)


    Perry

    Does your tutorial cover setting up the cluster on VMware workstation 6.5? if it does please can I take a peek please.

    Thanks

    Gethyn

    Hi Gethyn

    yes Workstation will be fine...

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

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

  • RE: Creating A SQL Server 2008\2008 R2 Failover Cluster

    alen teplitsky (1/19/2011)


    i believe it's because you had to add it as a dependency to the SQL service.

    yes, i'm with you now that's quite correct you add the disk as...

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

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

  • RE: Creating A SQL Server 2008\2008 R2 Failover Cluster

    alen teplitsky (1/19/2011)


    and one other point, adding new drives to a cluster is another pain in the *****. you have to take the entire instance down to add a new...

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

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

  • RE: Creating A SQL Server 2008\2008 R2 Failover Cluster

    alen teplitsky (1/19/2011)


    another plus is that windows clusters are a pain in the *** and changing minor things like IP's can break them.

    changing the IP for what a clustered resource...

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

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

  • RE: Creating A SQL Server 2008\2008 R2 Failover Cluster

    george sibbald (1/19/2011)


    Perry,

    maybe it is taken as read but it should be mentioned another drive would be needed to install SQL application files to (i.e. the instance root directory) and...

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

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

Viewing 15 posts - 7,306 through 7,320 (of 9,244 total)