Viewing 15 posts - 4,846 through 4,860 (of 9,253 total)
As i said MSDTC is the OS level so troubleshoot there
October 9, 2012 at 4:53 am
either\or not both
Lookup DBCC SHRINKDATABASE and DBCC SHRINKFILE. You'll see this a million times on here, why do you want to shrink the database or its files?
They'll likely only grow...
October 9, 2012 at 2:45 am
mah_j (10/9/2012)
the servers are in a workgroup.
To use Log Shipping in a workgroup see my article at this link[/url] 😉
October 9, 2012 at 2:36 am
arr.nagaraj (10/8/2012)
What can be the possible causes for MSDTC Autofailover?
Could be anything, this is outside of SQL Server, have you checked the event logs and cluster logs for more detail?
October 9, 2012 at 2:31 am
are the servers in different domains or a workgroup?
October 9, 2012 at 1:41 am
mah_j (10/9/2012)
yes exactly as you said.
So how can you state that the servers "cant see" each other.
The access you are describing requires Netbios ports to be opened!!!
If you can...
October 9, 2012 at 1:19 am
SQLSACT (10/8/2012)
October 9, 2012 at 12:02 am
mah_j (10/8/2012)
i use map network to see the drive on server A to have the backup files
The way i am understanding what you have said above is that on server...
October 8, 2012 at 11:58 pm
Quite right, SBS runs Exchange, SQL server, IIS and domain controller. Its mainly about performance, which is why the min spec for an SBS server is so high for such...
October 8, 2012 at 3:33 pm
Jeff Moden (10/8/2012)
CYates (10/8/2012)
I've always gone by Microsoft's explanation:...
{snip}
Also, keep in mind that when you run a trace it is considered a logical read and not physical.
Have you got an...
October 8, 2012 at 3:28 pm
DBA_Learner (10/8/2012)
1)If Primary Server Fails, then on Mirror Server execute
ALTER DATABASE <database_name> SET PARTNER...
October 8, 2012 at 12:53 pm
Books Online just being cautious then:-D
October 8, 2012 at 11:16 am
you would have thought so Gail, but BOL still states that forced service is possible with safety on and no witness but at the risk of possible data loss. In...
October 8, 2012 at 9:56 am
Viewing 15 posts - 4,846 through 4,860 (of 9,253 total)