Remvoe DAG membership
Mine is also same question.If I am going to restore entire exchange how would I remove DAG membership before I start recovering the server? In my enviornment I have two servers with multiple roles.
View ArticleHow to install SQL Server 2008 R2
Hello, If you would like to see a step-by-step guide on how to install SQL Server 2008 R2, please visit the following link:http://www.sqlcoffee.com/SQLServer2008_0013.htm Regards, Alberto Morillo...
View ArticlePseudo-Verb for functions created with Export-ModuleMember
Unfortunately functions you create right in PowerShell rather than in a compiled .Net language seem not to have 'Verb'-Properties. In order to find non approved verbs in this kind of self made modules...
View ArticleMDS Clustered
http://support.microsoft.com/kb/2683467This article suggests that MDS will work in a clustered environment (as does DQS - http://support.microsoft.com/kb/2674817) once CU1 is installed.
View ArticleFILE: moniker
$0Has support for the file:// moniker been re-added in Windows 8? I can appreciate this is a lab environment but I was on the understanding that the file:// moniker has been removed in Windows Server...
View ArticleDiff: UNION vs UNION ALL
UNION vs UNION ALL: http://sqlwithmanoj.wordpress.com/2010/12/30/why-union-all-is-faster-than-union/
View ArticleError Running PS Script
Install-AdcsEnrollmentPolicyWebService -AuthenticationType Certificate -KeyBasedRenewal -SSLCertThumbprint (dir -dnsname cep1.corp.contoso.com).ThumbprintRunning the above command returns:...
View Articlejr_edcarlos@hotmail.com
Enter comment here.http://inscricaosesi.sesisp.org.br/WebForms/Home.aspx
View ArticleHost File entry fix works!
Adding the exchange server entry to the host file fixed the problem for me and resolved issues I was having using Office 365 migration tool to sync mailboxes with on-premises exchange, thanks for whom...
View ArticleHow do I deploy an application that uses LocalDb
LocalDb claims to be easy to deploy - but I cannot find a single article that discusses deploying LocalDb via InstallShield or WiX. Do I simply add the contents of "C:\Program Files\Microsoft SQL...
View ArticleError enabling CDC
$0Error executing "EXEC sys.sp_cdc_enable_db":$0 $0Msg 22830, Level 16, State 1, Procedure sp_cdc_enable_db_internal, Line 186$0 $0Could not update the metadata that indicates database...
View ArticleThe link to download the script for SQL 2012
The link to download the script for SQL 2012 does not contain anything SQL 2012 related. Where can we get the validation scripts ?
View ArticleError in Example
I know the semicolon in the Example given is out of place. After fixing that, I wonder why I get an error that says "Invalid object name 'Value Table'."
View ArticleTo convert the Offline Address Book virtual directory to a Web application
"To convert the Offline Address Book virtual directory to a Web application, run the ConvertOABDir.ps1 script on each Client Access server member". Correct name of the script is ConvertOABVDir.ps1
View ArticleExecutionLogDaysKept info incorrect
The ExecutionLogDaysKept value for keeping all data is incorrect. It should be set to -1, not 0.This can be confirmed by checking the code in the cleanup proc ExpireExecutionLogEntries which...
View ArticleMAXLAD parameter is not working
I use robocopy for makink incremental backup of recently changed files. when I use structure: @robocopy "F:\DiskS\" "H:\BACKUP\Disk_s\%a%_daily" /S /COPY:DATS /DCOPY:T /R:1...
View ArticleImprove speed by using .net create instead of string parse
To improve the speed to work with the UDT Point it would be better to add: $0 $0 public Point(Int32 x, Int32 y)$0 $0 {$0 $0 this = default(Point);$0 $0 this._x = x;$0 $0...
View Article