Forum Replies Created

Viewing 15 posts - 1,966 through 1,980 (of 9,244 total)

  • RE: Any Way to get the login information - SQL Port Number

    is it a named instance or default instance?

    what is it changing from and to?

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

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

  • RE: If SPN is manually registered, will SQL Server try to re register every time it is started ?

    😉

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

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

  • RE: 3 Node 2014 AlwaysOn - Automatic Failover?

    ItsDaveTime (6/30/2015)


    I have a 3 node 2014 AlwaysOn setup. The primary and secondary are set for automatic failover. The third node, of course, is manual (until 2016). ...

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

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

  • RE: Installing MS SQL Server 2012 in hardened Windows Server 2012

    you typically harden the server after the applications have been installed not before hand.

    What level of permission did the user have running the installation?

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

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

  • RE: how to allocate the File sizes (Disk Partition Alignment for tempdb)

    Database admin(DBA) (6/29/2015)


    how many log files needs to be created

    You only need 1 transaction log, size it appropriately for your system

    Database admin(DBA) (6/29/2015)


    Can you explain me what is 64KB block...

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

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

  • RE: Manual failover of SQL Server 2014 HA nodes not functioning

    Please clarify the following

    Ozzmodiar (6/29/2015)


    I have 3 node HA set up

    Each node has a standalone install of sql server?

    You're implementing an alwayson availability group?

    Ozzmodiar (6/29/2015)


    Clean install of both OS...

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

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

  • RE: Disk/RAID setup with limited disks for Windows 2008 R2 and SQL 2012

    alan.spillert (6/29/2015)


    Be sure to set SQL Server Memory Option appropriately (don't leave it at the 2TB default).

    Sql server 2012 std will not use more than 64gb ram, it is a...

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

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

  • RE: Log Shipping failing.

    g.britton (6/29/2015)


    You can't.

    This is incorrect, you can. It's just not good practice.

    You need to grant the computer account access to the share.

    Chitown (6/29/2015)


    I have configured Log Shipping, but every...

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

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

  • RE: If SPN is manually registered, will SQL Server try to re register every time it is started ?

    Joy Smith San (6/29/2015)


    Howe to ensure the SPN we registered manually is working fine and SQL Server is using the same ?

    How can we confirm this ?

    Thanks again,

    San.

    Connect...

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

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

  • RE: Disk/RAID setup with limited disks for Windows 2008 R2 and SQL 2012

    Standard edition of sql server 2012 only supports 64GB RAM, for 128GB you'll need Enterprise or install SQL Server 2014 Standard edition

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

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

  • RE: Problem with SPN

    Check the SPN documentation from MS, this kb has details on SETSPN, this has details on SQL Server SPNs.

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

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

  • RE: SA Password Reset\Recovery

    can you provide a screenshot of the error in the cmd window?

    are you copying and pasting the command into the command window?

    When connecting to the instance use

    SQLCMD –S Server_Name\Instance_Name -E...

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

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

  • RE: SA Password Reset\Recovery

    My first questions would be

    did you manage to start the instance using

    [Code="other"]

    SQLServr.Exe –m[/code]

    if you didn't manage to start the instance what error did you get for the login...

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

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

  • RE: Changing the domains with SQL Server

    the service accounts will need to be changed in the initial phase, this should be done via sql server configuration manager.

    Once the instances are online you may start to script...

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

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

  • RE: Changing the domains with SQL Server

    editied

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

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

Viewing 15 posts - 1,966 through 1,980 (of 9,244 total)