Viewing 15 posts - 46 through 60 (of 113 total)
tommyh (9/20/2011)
There is a "slight" difference between "pausing database mirroring" and "If the mirror is unavailable".Better link ?
http://msdn.microsoft.com/en-us/library/ms190664.aspx
/T
I agree, but the effects with regard to transactional replication are...
September 21, 2011 at 2:30 am
SQLRNNR (9/20/2011)
Nice question. Thanks for putting it together.
Thanks
September 21, 2011 at 2:27 am
Sudhir Dwivedi (9/20/2011)
1. What do you mean by pausing?
2. Read from this section from BOL:
If database mirroring is removed completely, the mirror database...
September 21, 2011 at 2:27 am
The ASYNC_NETWORK_IO wait type is associated with either a calling application that is not processing results quickly enough from SQL Server or is associated with a network performance issue.
Thanks
Chris
September 15, 2011 at 7:48 am
I found that the backup compression in SQL Server 2008 is better than the Redgate Backup tool we used to use. Even if the compression was not quite as...
September 15, 2011 at 7:41 am
I will try and dig out some scripts with examples, I used to have one that would script all objects from every user database on an instance of SQL...
September 8, 2011 at 10:24 am
It ships with SQL Server 7 and 2000 and is an undocumented executable. Link to resource below;
http://www.sqlserverclub.com/articles/use-scptxfr-to-schedule-sql-server-database-creation.aspx
Thanks
Chris
September 8, 2011 at 10:23 am
I love the scptfxr utility in SQL 2000, It made scripting full databases and individual objects easy!
September 8, 2011 at 9:20 am
create a directory of C:\Powershell on the server
copy the attached scripttables.txt file into the directory
rename scripttables.txt to scripttables.ps1
run powershell as an administrator
type sqlps and press enter
paste the below and...
September 8, 2011 at 9:06 am
This may be a Kerberos delegation issue.
In Active Directory / properties of the user account / Delegation Tab -Is the account set to "Trust this user for delegation...
September 6, 2011 at 5:25 am
Check the database mirroring monitor and connectivity between all parties (principal, mirror, witness). Check that the endpoints are started. Once the problem has been found and fixed the...
September 5, 2011 at 10:17 am
As Perry said, get it right first time. I learned this the hard way 🙁
September 5, 2011 at 10:12 am
Classic answer but in this case it is true "it depends". What version(s) of SQL Server are you using?
Thanks
Chris
September 5, 2011 at 10:07 am
TABLEDIFF is for use on a server in a replication topology. It is used to determine if published data for table articles at the Publisher and Subscriber are not...
September 5, 2011 at 8:40 am
Install the evaluation version, save all your scripts which you use during the trial, uninstall the evaluation and install SQL Server 2008 R2 Developer.
There should be no problems caused by...
September 5, 2011 at 8:33 am
Viewing 15 posts - 46 through 60 (of 113 total)