| Thread | Last Post | Replies |
|
| How to remove (uninstall ) cluster sql server manually? | 31 Dec 2007 15:30 GMT | 7 |
Environment:windows2003 sp1 SQl server 2000, sp2, and It is clustered(2 nodes) I need to uninstall SQL server2000 . When i tried to uninstall from setup, i have got error and so i have deleted manually so sql binaries and registry
|
| How to remove (uninstall ) cluster sql server manually | 31 Dec 2007 04:17 GMT | 8 |
As HIten said,(in my previous post) I am able to remove all the registry entries except hklm\software\microsoft\mssqlserver after couple of reboots of the both the nodes. I am still getting Getting "Cannot delet MSsqlserver: Error while deleting
|
| Commit of internal MSDTC transaction failed: Result Code = 0x8004d | 27 Dec 2007 17:57 GMT | 3 |
We have 2 node sql failover cluster configuration ( Server 2003 +SP2, MSSQL2000 ) We can succesfully query the data from other MSSQL Server over a linked Server.
|
| Rename a cluster.. is it possible | 26 Dec 2007 22:26 GMT | 3 |
We have a single instance cluster on 2 nodes say SQL1. We want to do a side-by-side upgrade of the underlying hardware and we have another cluster with 2 nodes already ready and its called SQL2. At the time of cutover, we want to just rename SQL1 to SQLOld and SQL2 back to SQL1 ...
|
| fine tune sql cluster | 24 Dec 2007 10:37 GMT | 3 |
we are having SQL 2000 for Sharepoint, wss and .net applications in Cluster (Active / passive mode) but we feel that it slow, is it anyway to do the fine tunning? Thanks and Regards
|
| makepipe and readpipe on cluster | 20 Dec 2007 17:12 GMT | 1 |
I am trying to see if named pipes connection works on my cluster, sql server 2K. I have tryied the 2 utilities, makepipe and readpipe. The connection works if, when using readpipe, I use the physical server name.
|
| Discovery of instances not correct with SCOM DBCreateWizard.exe | 20 Dec 2007 17:04 GMT | 1 |
I have a 2 node cluster active/passive 2003 SP2 cluster. I have 4 instances SQLSRVISPS1\SQLSRV1 SQLSRVISPS2\SQLSRV2
|
| Cannot start SQL Service (2000on cluster) | 19 Dec 2007 16:58 GMT | 2 |
I am running in a cluster setup (this is working ok). I cannot get the mssqlserver service to start. Here is the error log... 2007-12-19 10:41:38.50 server Microsoft SQL Server 2000 - 8.00.2040
|
| Please help with Missing Management Studio in second node. | 19 Dec 2007 14:24 GMT | 3 |
Hello, everyone. I installed a 2-node SQL 2005 Standard Edition with SP2 cluster (active/passive). I realized that the Management Studio was not installed on the 2nd node.
|
| Cluster problem | 18 Dec 2007 21:27 GMT | 3 |
An installation of sql2k5 sp2 to one node of a three node active/active/active cluster has failed. It cannot proceed beyond the beginning of the sql2k5 sp2 installation. It fails because it can't install sqlsupport.msi. It seems to want to put the files in the wrong place.
|
| SQL 2000 not failover to second node | 16 Dec 2007 15:59 GMT | 2 |
I have a two node active/passive windows 2003 SP2 cluster. I have three cluster groups created. One with MSDTC, the other with SQL Server 2000 (I only have one instance) and the third with some other resources like file shares.
|
| Management Studio disinstall... | 13 Dec 2007 14:29 GMT | 1 |
I have a cluster sql server 2005 with 2 nodes. Now My users going to log to SSMS with the console installed in the theirs console and ask me to disable Management Studio in the cluster. It's right this?
|
| Majority Node Set SQL cluster Or ? | 13 Dec 2007 13:34 GMT | 2 |
S it possible to set up SQL cluster like MNS, without having common share drives ? or without vendor specific solution. Target is to have high-availability, but have no SAN or share SCSI drives available.
|
| Multiple instances on cluster | 12 Dec 2007 11:53 GMT | 1 |
On a stand alone server, our naming convention for multiple instances is: server (default instance) server\IN1 (first named instance) server\IN2 (second named instance)
|
| Dynamic SQL in linkedserver. | 11 Dec 2007 14:54 GMT | 1 |
I have a statement in the sp which does something like this. @sql = 'SELECT OrderDate,CustID,Total,Balance from ' + @Remoteserver + '.dbo.Sales.Orders where orderid =' + @orderid
|