Forum Replies Created

Viewing 15 posts - 2,536 through 2,550 (of 9,241 total)

  • RE: Backup Not Compressing

    UconnDBA (1/5/2015)


    KenpoDBA,

    Basing that on all our other database backups, in 2012 and 2008r2, compressing to a file less than 30% of the database size. I did try running the...

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

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

  • RE: Latching in SQL

    to be clear, latches occur on physical disk pages and inmemory pages

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

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

  • RE: how to clear AD after destroying windows cluster

    sej2008 (1/4/2015)


    I was able to do windows cluster successfully on vmware but after destroying it and I wanted to rebuild cluster on same nodes with same vmnode as DC.But...

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

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

  • RE: Backup 500GB SQL database and copy across to a remote server, to be restored.

    with a decent pipe between sites i've copied over the network overnight, that was from UK to Arizona.

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

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

  • RE: Clustered instances and security

    multiple IP addresses on different subnets but not VNNs

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

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

  • RE: Database Mirroring Monitor - Registered Databases Question

    you add the primary, the est should be taken care of

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

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

  • RE: MSCS Microsoft Cluster Services and WSFC, how do I use the Failover services as OS2008R2?

    Failover cluster manager in Windows 2008 and 2012 is pretty much exactly the same bar a few small tweaks.

    Do you even have a clustered instance of SQL server running?

    Start by...

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

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

  • RE: Invalid Network name error while doing Sql 2012 Clustering

    dbaduck (1/5/2015)


    You need to ensure that the computer name does not exist in AD. A failed install attempt can put that name in AD. The network name you add in...

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

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

  • RE: Backup Not Compressing

    check for any type of LOB columns, as these do not compress well, if at all.

    This should help identify any large columns

    select object_name(c.object_id) as tablename,

    c.name as columnname

    from sys.all_columns c inner...

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

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

  • RE: Invalid Network name error while doing Sql 2012 Clustering

    sej2008 (1/2/2015)


    I went through the link given it was indeed helpful.but I want to know do I have to create separate Domain User in AD for SQL clustering and then...

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

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

  • RE: sql server 2012 on win 2012 cluster issue

    create a role for your clustered sql server instance and into the role put the required shared disks for the sql instance and a shared disk for the DTC.

    Right click...

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

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

  • RE: LOGSHIPPING IN SQL 2012 ,WANT TO SHRINK LOG FILES

    pradeep.k 50453 (1/1/2015)


    Hi,

    We are configured the logshipping around 80 gb database.log file growth up to 60 gb .want to shrink the ldf files.what is the best way to shrink file...

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

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

  • RE: Server Maintenence Question

    ideally reboot as soon as the patches are applied, holding off til the end of the day has never been too much of an issue for me though

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

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

  • RE: Database Mirroring Monitor - Registered Databases Question

    why have you configured the instance to use 1434, best practice would be to set a static high range port for the instance

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

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

  • RE: sql server 2012 on win 2012 cluster issue

    put the clustered DTC resources into the SQL server instances cluster role

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

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

Viewing 15 posts - 2,536 through 2,550 (of 9,241 total)