Forum Replies Created

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

  • RE: Help with SQL 2012 to SQL 2016 P2V considerations

    webrunner (10/4/2016)


    Hello experts,

    I'm planning an upgrade from SQL 2012 Enterprise Edition to SQL 2016 Enterprise Edition that also includes a physical-to-virtual switch of our cluster.

    Does anyone know of any...

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

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

  • RE: Server role db_creator not working same in 2016 as 2012/2014

    roneri75 (10/6/2016)


    Have you tested to create a database in SQL 2016 with a user that only have the dbcreator and public server roles and got any other result?

    Is there a...

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

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

  • RE: Server role db_creator not working same in 2016 as 2012/2014

    when a user has the dbcreator server role and they create a database they are set as the database owner. This allows the user to inherit the DB_Owner database role...

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

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

  • RE: Creating Listeners in a multi instance cluster

    from what I'm reading you're creating a new listener each time and not adding extra subnet IPs to an existing listener.

    Just add each subnet IP to the existing listener configuration

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

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

  • RE: Splitting out System DB data and log files?

    bugg (9/5/2016)


    Thanks guys, due to my limited disk setup I have had to lump TempDB with user DB log files on a SSD.

    Be aware this is not ideal or...

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

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

  • RE: Splitting out System DB data and log files?

    GilaMonster (9/5/2016)


    TempDB however may well need its own drive or two, depending how much load is put onto it.

    Exactly what I've been saying

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

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

  • RE: Script out DB/Object level permissions (GRANT/DENY)

    SQLPRODDBA (9/1/2016)


    Awesome script Perry! Is there an easy way to run this on multiple databases?

    execute in a loop or cursor

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

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

  • RE: RAID DISK SETUP ON NEW SERVER WITH MSSQL 2016

    bugg (8/31/2016)


    Perry Whittle (8/31/2016)


    keep the tempdb data and log files on the same disks away from user database files. If you can put tempdb log onto a separate disk then...

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

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

  • RE: Production OLTP SQL Server with All Files on One Raid 10 drive...

    Fly Girl (8/30/2016)


    I got my first look at it yesterday and it has a single, 1.63T drive, RAID 10 with 6 drives. Zero partitions. All the databases that have been...

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

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

  • RE: RAID DISK SETUP ON NEW SERVER WITH MSSQL 2016

    keep the tempdb data and log files on the same disks away from user database files. If you can put tempdb log onto a separate disk then do so.

    do not...

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

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

  • RE: Splitting out System DB data and log files?

    master, msdb and model should just be left as is, no need to separate them.

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

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

  • RE: Issues with Active/Active sql failover cluster

    Can you list out the cluster resources, use this powershell command

    Get-ClusterResource

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

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

  • RE: Separate Accounts

    A separate service account for each service is of course the best practice for securing your SQL server services.

    However, with Availability Groups, all replicas that participate in a group with...

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

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

  • RE: Combining Stand-alone with a Clustered instance

    Igor Micev (8/19/2016)


    Hello All,

    I have a two node cluster. Let's say N1 is the active node and N2 is the idle one (UP in the cluster manager). I want to...

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

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

  • RE: How to prevent a table from being truncated or dropped

    Eric M Russell (7/20/2016)


    dndaughtery (7/20/2016)


    Hey guys, had one of my team members drop our main table by accident. Is there a way to prevent a table from being truncated or...

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

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

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