Forum Replies Created

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

  • 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" 😉

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

    The thing is, in a multi node cluster the passive nodes are patched. The passive node has no active disk resources so it should only ever choose the C drive,...

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

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

  • RE: 2008 Enterprise vs 2008 Standard

    I have compared these before and there seems little difference. You can check the comparisons at these links

    http://www.microsoft.com/sqlserver/2005/en/us/compare-features.aspx#scalability

    http://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx

    There are some items in Enterprise only but they werent there in 2005...

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

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

  • RE: ALTER LOGIN <loginname> ENABLE not working!?!

    hmm, can't see anything wrong there. At this point i think i would be tempted to stop the ArcSDE services that use the sde user and do the following

    1/ Drop...

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

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

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