Forum Replies Created

Viewing 15 posts - 1,981 through 1,995 (of 9,244 total)

  • RE: Logins & password

    ramana3327 (6/25/2015)


    Hi Perry,

    Is the passwords are same as the original passwords?

    Yes, as I said above if you're moving between instances that sql server 2008 or lower your passwords are retained...

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

    "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 ?

    the account sql server runs under will attempt to register and deregister the SPN each time it starts and stops. If the account hasn't been provided with the necessary AD...

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

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

  • RE: Alwayson Availability groups

    All AGs on the instance will use the same mirror endpoint but then the same is true if all the dbs are in the same group, they'll still use the...

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

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

  • RE: Issues with SQL Server 2008R2 Clustered Install on Server 2012

    Arthur.Bojilov 1605 (6/26/2015)


    Hi there,

    Thank you for your replies, and apologies for my late reply.

    I will try to clarify.

    I have created two VMs (Server 2012) on two ESXi v.6 hosts. the...

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

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

  • RE: Failover timeout problem

    Gordon Feeney (6/16/2015)


    Also, what might be the meaning of the 'script upgrade mode' errors? Does this indeed sound like a failed SP1 upgrade or is something else at play here?...

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

    "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

    andrew_king (6/27/2015)


    I am wondering what would be the best disk/RAID setup for a Windows server 2008 R2 OS and SQL Server 2012 database that has heavy read/write. I have the...

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

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

  • RE: AlawaysOn High Availability Group in SQL 2014

    Of course licencing the hyperv host CPUs with suitable windows and sql server editions will enable you to run multiple vms without issue.

    If it truly is a test server then...

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

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

  • RE: Restore DB from prod to test, how to restore the users in test

    The following script will transfer logins and roles

    SET NOCOUNT ON

    SET CONCAT_NULL_YIELDS_NULL OFF

    DECLARE @uid INT

    DECLARE @sql NVARCHAR(MAX)

    SELECT @sql = ''

    --=============================================

    --First get the SQL logins

    --=============================================

    SELECT principal_id, [type] INTO #sqlusers FROM sys.server_principals WHERE...

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

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

  • RE: alwaysON secondary database in restricted mode

    Tush (6/27/2015)


    Secondary replica database(setup in async mode) of AlwaysON went in "restricted mode" during weekly reindex operation.

    So I have tried below steps

    1) Executed following statement on the same secondary replica...

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

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

  • RE: Alwayson Availability groups

    I'll need to test to confirm but if you suspend data movement at the primary you should be able to set the RCSI option on the primary database

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

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

  • RE: AlawaysOn High Availability Group in SQL 2014

    sreenubabu.s (6/26/2015)


    1) For testing before implementing in Production, Can we create Always on High Availability Group with 2 nodes (Active to Passive) on Windows 2012 Hyper-V virtual machines ? we...

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

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

  • RE: Disconnected From Listener in Availability Group (When Primary Failed)

    What have you defined as the secondary role options for the secondary database?

    You have setup the listener but have you setup read only routing?

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

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

  • RE: AlawaysOn High Availability Group in SQL 2014

    To add to what's already been said

    sreenubabu.s (6/25/2015)


    1) Windows Clusters Needed or not ?

    Yes, furthermore all nodes must be part of the same Windows Server Failover Cluster

    sreenubabu.s (6/25/2015)


    4) in Always...

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

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

  • RE: ALTER database to modify the log file

    Guras (6/25/2015)


    We are running into the following error while changing a column data type from nvarchar (1200) to varchar(8000)

    "Msg 1105, Level 17, State 2, Line 1

    Could not allocate space...

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

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

  • RE: Logins & password

    ramana3327 (6/25/2015)


    Thank you.

    When you execute Revlogin

    How to get all logins @ same time. Looks we need each login name as parameter

    you'll find my script a lot easier 😉

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

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

Viewing 15 posts - 1,981 through 1,995 (of 9,244 total)