Forum Replies Created

Viewing 15 posts - 7,696 through 7,710 (of 9,244 total)

  • RE: Problem with installing SP3 on SQL server 2005 Failover Cluster

    Don't pause any nodes, install SP3 from the active node.

    Incidentally what version are you upgrading from?

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

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

  • RE: Database Mirroring - Web App question

    Depends on what you are trying to achieve. Thinking about it a little more you could have a copy of the web on the mirror and make the website live...

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

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

  • RE: Database Mirroring - Web App question

    jody 26314 (8/26/2010)


    OR do i need to have the webapp on a different server than LIV and MIR?

    Yes!!

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

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

  • RE: Database Mirroring - Web App question

    To make automatic failover seamless you will need the "Failover Partner=" parameter in the connection string if it's supported. You need to be utilising either SQL native client or ado.net.

    For...

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

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

  • RE: Clustering vs. Mirroring

    GilaMonster (8/26/2010)


    Please note: 2 year old thread.

    originally yes, but not now 😀

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

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

  • RE: How to detect if SSRS is installed with T-SQL

    For SQL Server 2008 the main hive is at the following location

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names

    If SSRS is installed there will be an RS key in here

    If DE is installed there...

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

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

  • RE: Clustering vs. Mirroring

    IMHO replication can be even more of a royal PITA, clustering is fairly smooth as long as you know\understand the technology!

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

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

  • RE: How to detect if SSRS is installed with T-SQL

    not worried about the database, just need to enumerate the RS instance registry keys on the server where RS is installed, this will provide the info required

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

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

  • RE: There is no space in the server

    parthi-1705 (8/25/2010)


    hi,

    It is just the situation that was given to me, it may be due to some more data might have up added additionally or due...

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

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

  • RE: How to detect if SSRS is installed with T-SQL

    Ya, wmi is good but you can get just about any info from the registry ( if you know which keys to find it in) and SQL Server provides a...

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

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

  • RE: How to detect if SSRS is installed with T-SQL

    That doesn't really work if the RS database is remote to the RS instance. It also makes assumptions regarding the naming context of the RS database.

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

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

  • RE: SQL Server 2008 SP1 installation has failed on Windows 2008 single node cluster

    You're welcome 😉

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

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

  • RE: How to detect if SSRS is installed with T-SQL

    Not just the OS but the version of SQL too. You'll have to select the sql server version and bind to the appropriate keys in the registry!

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

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

  • RE: How to detect if SSRS is installed with T-SQL

    Not just the OS but the version of SQL too. You'll have to select the sql server version and bind to the appropriate keys in the registry!

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

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

  • RE: How to detect if SSRS is installed with T-SQL

    You could use xp_regread and parse the RS instance name keys in the registry!

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

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

Viewing 15 posts - 7,696 through 7,710 (of 9,244 total)