Forum Replies Created

Viewing 15 posts - 1,996 through 2,010 (of 9,241 total)

  • RE: SQL Server is listening on both ipv4 and ipv6 ips message in errorlog

    Joy Smith San (6/24/2015)


    Hi Experts,

    I installed two node sql server cluster annd during installation I configured for both IPV4 and IPV6.

    I can see the below messages logged in sql server...

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

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

  • RE: Logins & password

    which versions of sql server are you moving between?

    This is my script I use but wont work from sql2008 -> sql 2012 as the encryptor changed

    SET NOCOUNT ON

    SET CONCAT_NULL_YIELDS_NULL OFF

    DECLARE...

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

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

  • RE: Cannot remotely connect to sql server cluster with cluster name, works with virtual ip, 1433.

    Joy Smith San (6/25/2015)


    Hi,

    Able to access SQL Server cluster with "virtual IP,1433" from a remote application server.

    But it fails with the error "Server does not exist" when tried with...

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

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

  • RE: Replication/Mirroring which failover to apply on my scenario?

    alex_fajardo2002 (6/23/2015)


    Will the data changed on the mirror server be synchronized back to the principal server automatically? Or should I do it manually? I am very grateful to the advises...

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

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

  • RE: SPN issue

    Joy Smith San (6/20/2015)


    Joie Andrew (6/19/2015)


    What is the serviceaccount you are specifying to setspn? Is it a domain user account, a computer account, a virtual account? It sounds like you...

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

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

  • RE: Virtualizing a SQl 2008 2 Node Cluster

    hari.devadas 4119 (6/18/2015)


    Perry,

    We evicted Node 02 from the SQL 2008 Clusterand now on course for testing the P2V on Node 01 now.

    Why on earth have you done that at...

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

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

  • RE: SQL Server Failover - some disks are not brough online

    where is the storage presented from?

    have you checked the LUNs are properly exposed to both ESX hosts

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

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

  • RE: restore is failing

    charipg (6/17/2015)


    restore is failing with below error.

    Msg 60004, Level 16, State 1, Line 0

    Error starting process 'C:\Program Files\Quest Software\LiteSpeed\SQL Server\engine\SqlLiteSpeed.exe', Error: 0x3

    not getting any idea.any suggestion pls.

    Run a repair...

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

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

  • RE: Best Practice Drive Letter Question for SQL 2012 Cluster

    dan-404057 (6/22/2015)


    I have a 2 node Windows 2012 Cluster which runs a couple of SQL2012 FCIs. SAN backend for storage. I am using mount points for the Data/Log...

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

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

  • RE: AlwaysOn Read-Only Replica Routing Problem

    alex.sqldba (6/22/2015)


    Read Only Routing URLS are configured as follows:

    Ireland\Primary tcp://Ireland.dom.local:49891ALL

    Ireland\Secondary tcp://Ireland.dom.local:49841ALL

    This is only a small part of the config required, please supply the...

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

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

  • RE: Windows Server 2012 vs 2012 R2

    there are cluster updates between 2012 and 2012 R2, if it's a cluster then definitely 2012 R2

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

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

  • RE: Finding difficulty to see windows server failover cluster ip and SQL server failover cluster ip address

    either use failover cluster manager or the following PowerShell command

    Get-ClusterResource | ?{$_.resourcetype -EQ "IP Address"} | ft OwnerNode,State,Name,OwnerGroup

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

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

  • RE: uninstall node

    how are you uninstalling the node?

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

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

  • RE: Set up AlwaysOn Replica for Reporting - Help needed

    SQL!$@w$0ME (6/18/2015)


    Servers are on the same site. But the 3rd node will not be configured for high availability, just for reporting (no vote for quorum?)

    If the servers are same site...

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

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

  • RE: Log shipping backup job is not writing log backup file

    Run this query on the primary, change the job name first, and post the output please

    SELECT j.name

    , jh.[step_id]

    , jh.[step_name]

    , jh.[message]

    ...

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

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

Viewing 15 posts - 1,996 through 2,010 (of 9,241 total)