Forum Replies Created

Viewing 15 posts - 7,576 through 7,590 (of 9,244 total)

  • RE: SQL Server 2008 MS DTC

    This post explains it a little more

    http://www.pluralsight-training.net/community/blogs/jimjohn/archive/2008/03/23/50536.aspx

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

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

  • RE: Transfering the Sa password from one server to another

    MarvinTheAndriod (10/12/2010)


    Thanks. Ran the T-SQL and it generated the following script:

    ALTER LOGIN [SA] WITH PASSWORD = 0x01004086ceb66433e82f3f8946c27e33641a8179e4ad419c5811 HASHED, CHECK_POLICY = ON, CHECK_EXPIRATION = OFF

    But it still generated the same error:

    Incorrect...

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

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

  • RE: Transfering the Sa password from one server to another

    MarvinTheAndriod (10/12/2010)


    Lowell (10/11/2010)


    i see what you were refering to...if you run sp_rev_login with no parameters, every login EXCEPT sa is scripted.

    if you pass a specific login name, it gets scripted...

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

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

  • RE: ACtive-ACtive Clustering SQL server 2005

    Markus (10/12/2010)


    Microsoft pushes Clustering as the next best thing to sliced bread. In my experience we have had more downtime with clusters than with a regular server. Clusters...

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

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

  • RE: Datetime conversion

    swethak13 (10/12/2010)


    I tried,but it gives me the same error ..

    Please suggest.

    Swetha K

    can you post details of the query you are using?

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

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

  • RE: How to convert redgate file .SQB to .BAK File

    The Redgate compiled help manual in your Redgate client install directory also has full details how to do this. Search the manual for either the "CONVERT" command to use command...

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

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

  • RE: How to licence SQL Server 2008 in a Virtual Environment. ARRRRRGGGH!!!

    This has all changed between versions SQL Server 2008 and SQL Server 2008 R2

    which edition are you using?

    Licensing all physical CPU's in the Host machine at Enterprise level in 2008...

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

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

  • RE: SQL Server 2008 MS DTC

    Halcyon (10/11/2010)


    Evening Perry,

    can I confirm the steps:

    1) Windows Cluster

    2) SQL Server Cluster

    3) Then add MSDTC to the SQL Server application

    That's the steps you need to follow

    Halcyon (10/11/2010)


    via right click...

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

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

  • RE: SQL Server 2008 MS DTC

    Create a clustered DTC resource and put it into the same resource group as your clustered SQL Server instance.

    Then create a mapping to the DTC resource for the SQL Server...

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

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

  • RE: Log and Data placement on a SAN.

    Duran (10/11/2010)


    Hello,

    Just to be clear, if I have 5 SQL instances on a cluster, I'd need 5 separate drives, each with their own drive letter? 5 SQL instances cannot put...

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

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

  • RE: Replication monitoring

    Minto Minto(quendans) (9/30/2010)


    login failed for user .the user is not associated with a trusted sql server connection :error 18452

    what are the severity and state values for this message?

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

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

  • RE: what is storage array/shared disk array in cluster environment?

    Shared disk arrays can take many different formats. You could have a linux based server with disks shared over iSCSI, you may have a storage area network using fibre channel...

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

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

  • RE: How To Upgrade From 2005 32-Bit Failover Cluster to 2008 64-Bit Failover Cluster

    you will need new disk resources to install the SQL 2008 instance, you wont be able to share the SQL 2005 disk resources!

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

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

  • RE: Are there some orders in powering on and powering off of my clustering machines(domain controller, node1, node2 etc)?

    Halcyon (10/7/2010)


    I would take the sql server application offline and then power down passive node, active node.

    Perry, your opinion?

    Yes for a clean shutdown, the domain controller (which I guess is...

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

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

  • RE: SQL Server 2008 MS DTC

    Go into failover cluster manager and expand the cluster. Right click Storage and select Add Disk!

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

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

Viewing 15 posts - 7,576 through 7,590 (of 9,244 total)