Forum Replies Created

Viewing 15 posts - 1,111 through 1,125 (of 9,244 total)

  • RE: AlwaysOn Availability Groups number of nodes before extra cost question.

    JP10 (10/25/2016)


    I read somewhere that the first 2 nodes are free with sql 2014 AlwaysOn and after that there is additional cost. Is this true? If it is...

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

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

  • RE: Running PowerShell within a SQL Agent job

    I just my scripts into a PS1 file and create an os exec job step calling the PS1 script and passing any parameters

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

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

  • RE: Microsoft requirement to have SA in order to have failover server

    Does that mean you are unhappy with the licensing changes around core licensing too?

    You could of course stay on sql server 2008

    Like any organisation as products evolve, features and licencing...

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

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

  • RE: Restarting SQL Server Instance from SSMS Error

    the issue occurs usually because you do not have local administrator permissions on the server which you'll need to stop and start services

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

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

  • RE: Testing System DB backups

    you absolutely can restore any of the databases as any name, works fine.

    When restoring master though, as hanshi says its not recognised as a user database, will likely be down...

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

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

  • RE: clean up old ssrs log files

    put this PoSh code into a PS1 script and run it via sql agent

    $checkdate = (get-date).AddDays(-14)

    $checkpath = "drive:\path\path\"

    get-childitem $checkpath -Include...

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

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

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

    SQLKnowItAll (10/20/2016)


    I have designed hosts specifically for only 1vm. If you believe you can't get the same or better performance after virtualization, I'm sorry for you. There's not much more...

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

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

  • RE: Column Level Encryption

    gshyam23 92006 (10/20/2016)


    Hello,

    Thanks for your response. I tried restoring the certificate and I was still not able to read the data, not sure if some thing is wrong in our...

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

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

  • RE: Shrink database while restoring

    nj-240363 (10/20/2016)


    Thanks for the quick reply Ronen

    It is a very good article indeed. I'll try again to see if I'll get lucky next time.

    Do yourself a favour and either

    • get some...

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

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

  • RE: Creating Listeners in a multi instance cluster

    each new availability group would have it's own listener and would require a unique virtual computername and IP address

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

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

  • RE: SQL Server listening on multiple ports

    You can use separate port or separate port and ip address. You would usually do this when creating a soft NUMA configuration for your sql server instance.

    The port assignments are...

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

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

  • RE: Column Level Encryption

    gshyam23 92006 (10/20/2016)


    Hello All,

    I am trying to learn about column level encryption as we are planning to implement in our environment, I tried to configure it in our lab environment...

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

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

  • RE: Windows 2008R2 Failover Cluster - Unable to update password for computer account

    the cluster account requires permissions to create vcos in the domain.

    do you have a gpo that's wiping this out by any chance,

    check with your admins for further info

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

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

  • RE: Information required for SQL Clustering

    dax.latchford (8/9/2016)


    Dear all - The Organisation I work for are looking at investing into a clustering infrastructure to include SQL2008, SQL2008 R2 & SQL2012.

    I have covered clustering very briefly on...

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

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

  • RE: 2008 R2 mirroring suspended. added a new file on p, drive doesn't exist on m.

    snomadj (8/18/2016)


    Foolishly, I did the following:

    Added a new data file on current principal.

    On my mirror the drive letters don't match

    The new file could not be created on...

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

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

  • Viewing 15 posts - 1,111 through 1,125 (of 9,244 total)