Viewing 15 posts - 18,961 through 18,975 (of 19,564 total)
A couple more resources with step by steps:
http://wiki.cdyne.com/wiki/index.php?title=Mirroring_SQL_Server_2005
Servers not in a domain (workgroup model as an example)
http://alan328.com/SQL2005_Database_Mirroring_Tutorial.aspx
Can you telnet to the Fully Qualified Domain Name of the Mirror partner on...
December 2, 2009 at 2:40 pm
jez.lisle (12/2/2009)
Event Type:Error
Event Source:MSSQLSERVER
Event Category:(2)
Event ID:1474
Date:02/12/2009
Time:21:24:21
User:N/A
Computer:MyServerName
Description:
Database mirroring connection error 4 'An error occurred while receiving data: '10054(An existing connection was...
December 2, 2009 at 2:32 pm
jez.lisle (12/2/2009)
December 2, 2009 at 2:30 pm
just came across this ad:
http://www.sqlservercentral.com/Forums/Topic716821-360-3.aspx
Last post in the thread
December 2, 2009 at 1:49 pm
double post
answered the primary post at http://www.sqlservercentral.com/Forums/Topic827726-360-1.aspx
December 2, 2009 at 1:37 pm
It looks like a key would be the wait type you are seeing.
You are experiencing SOS_SCHEDULER_YIELD waits. This is an indicator of cpu pressure and happens when a process...
December 2, 2009 at 1:36 pm
I have run into this in the past as well (multiple instances on a server but not all produce this error). The SPN Fix described in that KB article...
December 2, 2009 at 1:24 pm
First result from google shows:
download.microsoft.com/download/6/9/d/69d1fea7-5b42-437a-b3ba-a4ad13e34ef6/OracleSSIS.docx
December 2, 2009 at 1:13 pm
A couple more questions:
Are you setting up via GUI? Or are you setting up via TSQL Script?
http://weblogs.sqlteam.com/tarad/archive/2007/02/13/60091.aspx
December 2, 2009 at 1:09 pm
Do you have a firewall (windows or otherwise) between the two preventing communications on 5022 or 5023?
What version SQL server are both principal and mirror server?
When you ping the servers,...
December 2, 2009 at 1:07 pm
Licensing information available on the system:
http://blogs.msdn.com/sqlblog/archive/2006/11/10/tracking-license-information-in-sql-2005.aspx
Since SQL 2005 does not automatically track licensing information anymore, your best bet to find licensing information is to contact your rep or find your...
December 2, 2009 at 12:57 pm
December 1, 2009 at 5:55 pm
RBarryYoung (11/25/2009)
Jeff Moden (11/3/2009)
malli.chitturi (11/2/2009)
December 1, 2009 at 5:18 pm
This is a much simpler task in some other medium than TSQL as Barry suggested. From within tsql, you would end up making calls to another medium to accomplish...
December 1, 2009 at 4:50 pm
Viewing 15 posts - 18,961 through 18,975 (of 19,564 total)