Forum Replies Created

Viewing 15 posts - 2,611 through 2,625 (of 9,244 total)

  • RE: tempdb blocking

    one will insert rows to an already allocated table and one will have to create the table and employ all the I\O processes around the page allocations, as well as...

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

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

  • RE: Problems while sql clustering on windows 2008 R2

    can you post some of the errors

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

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

  • RE: Changing NAME and IP ADDRESS of machine where SQL Server is hosted.

    no problem, thanks for posting back

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

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

  • RE: tempdb blocking

    Adam Bean (12/11/2014)


    After some more digging and testing, it would seem that a SELECT INTO does indeed lock some of the system tables.

    We're now starting to dissect performance between SELECT...

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

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

  • RE: mirror test failure

    are these all on the same servers?

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

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

  • RE: Problems while sql clustering on windows 2008 R2

    sej2008 (12/11/2014)


    I require to restart my vm machine(i.e Node1) after installing Sql server 2012 ent edition.

    Now in that case my windows cluster would failover,

    If node1 was the only node...

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

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

  • RE: Not able to drop the file group

    Minaz Amin (12/11/2014)


    Steps taken so far:

    --Empty files started

    DBCC ShrinkFile(YEAR2015_FG,EmptyFile);

    GO

    --Removing files

    Alter DATABASE ETL_MART REMOVE FILEGROUP YEAR2015_FG;

    GO

    -- Remove parition scheme depednecy

    ALTER PARTITION SCHEME Yearly_Partition_Schemenew NEXT USED YEAR2015_FG

    --Removing files group

    Alter DATABASE ETL_MART...

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

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

  • RE: SQL AlwaysOn Failover Due to Missed Heartbeats

    it's no good complaining about network issues when your validation report is full of network configuration errors. You'll need to get these sorted first and ensure the report is clean...

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

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

  • RE: Tempdb Log file location - SQL Server would not create it

    quackhandle1975 (12/10/2014)


    I see what your script is doing, have checked the path and ACL (sql service account has full control) but still would not work. I have moved the...

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

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

  • RE: Determine Which Server is Currently Active for Availability Groups

    build yourself a virtual test system on your 8.1 machine 😉

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

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

  • RE: Determine Which Server is Currently Active for Availability Groups

    easy to test, but, affirm. The raiserror will be passed to the job step and fail, if this step is told to quit on failure the job will terminate

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

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

  • RE: Tempdb Log file location - SQL Server would not create it

    OS error 5 while attempting to open or create the physical file 'E:\MSSQL\Templog\templog.ldf' is pretty clear. Double check the path and ACLs on the folder and file level

    What does this...

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

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

  • RE: Alter Active/passive two nodes to Active/Active cluster

    lsalih (12/10/2014)


    As I stated, node 2 is passive. I understand you can just right click on the instance and tell it to move to second node.

    The goal is to...

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

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

  • RE: Alter Active/passive two nodes to Active/Active cluster

    just move the DEV group to node 2

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

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

  • RE: database mirroing - P & witness on same server.

    snomadj (12/10/2014)


    a) when P is P

    When the mirror and witness are down the principal is running exposed and as a result goes offline

    snomadj (12/10/2014)


    b) if a failover has already occured...

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

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

Viewing 15 posts - 2,611 through 2,625 (of 9,244 total)