Viewing 15 posts - 46 through 60 (of 114 total)
You mean the TCP/IP-Gateway, or the Cluster IP?
February 20, 2013 at 5:40 am
Perry Whittle (2/18/2013)
EdVassie (2/18/2013)
the best thing is to open a Support Case with Microsoft.
or hire a consultant to troubleshoot the system for you, which would likely be a lot cheaper...
February 20, 2013 at 2:15 am
Think about buying a real sql server an sync your express databases with him, otherwise you have to handicraft something. Check this for example!
February 19, 2013 at 12:39 am
Maybe the trace is still running?
February 14, 2013 at 6:01 am
February 14, 2013 at 2:27 am
Have you got a firewall enabled. If yes, the try to allow the Process C:\Program Files\Microsoft SQL Server\100\DTS\Binn\MsDtsSrvr.exe and open TCP Port 135. You could also pretest if you can...
February 14, 2013 at 2:21 am
I'm sure you already foun this script
DECLARE @schema_name VARCHAR(50)
DECLARE @table_name VARCHAR(100)
DECLARE @sql VARCHAR(500)
DECLARE @new_filegroup VARCHAR(100)
SET @schema_name = 'Person'
SET @table_name = 'Contact'
SET @new_filegroup = 'AW_CDC'
IF NOT EXISTS (SELECT *...
February 14, 2013 at 1:59 am
AFAIK if the job is already running, it will not start again. If you need this behaviour you have to write a service on your own.
February 14, 2013 at 1:33 am
Is it just a database server running only SQL Server? PF = Pagefile? Why do you set a maximum? How big are your databases?
February 14, 2013 at 1:11 am
Changed the binding order of the networks...allthough validation did not fail about it, but nothing changed.
Got no duplicate entry as user in AD...none of the internet solutions work...can anyone help...
February 12, 2013 at 5:19 pm
Perry Whittle (2/11/2013)
SQL Pizza (2/11/2013)
Security Handshake failed to obtain SecurityContext for NetFT driver
You need to throw a dog a bone here my friend, what you've given is not very helpful....
February 12, 2013 at 3:38 am
cluster.log of the node to be added :
0000045c.00000fd8::2013/02/12-10:25:00.688 INFO -----------------------------+ LOG BEGIN +-----------------------------
0000045c.00000fd8::2013/02/12-10:25:00.688 INFO [CS] Starting clussvc as a service
0000045c.00000fd8::2013/02/12-10:25:00.688 INFO [CS] cluster service logging level is...
February 12, 2013 at 3:20 am
Add Cluster Nodes-Report
Node: xyz.mydomain.local
Started 12.02.2013 10:43:39
Completed 12.02.2013 10:49:58
Adding xyz.mydomain.local to the cluster.
Validating cluster state on node xyz.
Getting current node membership of cluster xyzCluster.
Adding node xyz to...
February 12, 2013 at 3:18 am
Security Handshake failed to obtain SecurityContext for NetFT driver
February 11, 2013 at 7:37 am
Viewing 15 posts - 46 through 60 (of 114 total)