Error in the above script
if (Get-ChildItem $sqlpsreg -ErrorAction "SilentlyContinue") $0$0 $0 $0should be$0 $0$0 $0 $0if (-not (Get-ChildItem $sqlpsreg -ErrorAction "SilentlyContinue") )$0 $0$0 $0 $0otherwise you're always...
View ArticleEvict a node from the cluster
When using the -ConfigurationOnly switch to remove the failed member from DAG, you would have to manually evict the member from the Cluster. Without this step, it will fail to add the recovered member...
View ArticleExamples and updated help for Windows Server 2012
I have started a TechNet Wiki article showing examples of CertUtil commands at...
View ArticleA more useful example
I found the example above to be uninformative. Heres a sample of MDX code I've used (in SSRS) to calculate the Linear Regression of the Income measure for the filtered set of Years: Calculated Measure...
View ArticleYou can create tree or child domain using AD DS Configuration Wizard
Hi Sergey and Nick, Thanks for your comments. You can create a new domain using AD DS Configuration Wizard or using Windows PowerShell. I am not sure I follow your question. Can you list the steps you...
View Articleshould be instructions for using both dism and powershell
I prefer multiple ways to do stuff and use both dism and powershell depending on what I'm doing. I find powershell to be overkill when a simple command will suffice-especially for batch files.
View ArticleReturn code in /Q mode
The return code (errorlevel) of WHERE command in /Q mode, useful when you write a script. 0 - if some files found based on the search pattern1 - if no files found afer a successful search2 - if no such...
View ArticleError While Delete/Drop Stored Procedure
$0error:$0 $0$0 $0 $0Dropping Procedure is not allowed.$0 $0DDL Trigger is preventing this from happening.$0 $0 $0To drop stored procedure run following script.$0 $0Msg 3609, Level 16, State 2, Line...
View ArticleDeanster333
Hello!!! I need your help. They are changing my e-mail account so I can not get help please call 765-348-4282 or 765-499-9631.....Janet Adams
View ArticleMaking ForwardingSmtpAddress work
ForwardingSmtpAddress only works when autoforwarding is enabled for the remote domain. (New-RemoteDomain -Name contoso.com -DomainName contoso.com)
View ArticleWINDOWS 8 WILL NOT MAP DRIVES
If you are using WIndows 8 as an administrator you must uncheck the "Reconnect" check box in the GPO or the drive will not map $0This will cause laptops serious issues and Microsoft has yet to address...
View ArticleSetting Guid to null
To set an entityreference to null, it is stated that:For example, to set an EntityReference type to null, you must set the Id, the LogicalName, and the Name properties to null.However - the Id property...
View ArticleFeature DCR
I think profiler team should seriously consider using some other environment variable other than TEMP. This is because, we are very nervous to change this TEMP environment variable in production...
View ArticleIncorrect number of lazy writer threads
The statement "Instance A, which experiences significant I/O, now has two I/O threads and two lazy writer threads, while instance B, which performs processor-intensive operations, has only one I/O...
View ArticleNew-SPExcelServiceApplicationProxy does not exist (anymore)?
Apparently the New-SPExcelServiceApplication creates the proxy for you. I just ran New-SPExcelServiceApplicationProxy and the proxy was there!
View ArticleWhat about R2?
Does this procedure apply to SBS 2003 R2 as well as to the original release? If so, where in the process does one apply the R2 technologies disk?
View ArticleMaximum value for max degree of Parallelism is 1024 not 64
In SQL Server 2008 R2, the maximum value that can be set for the max degree of Parallism option is 1024, not 64.
View ArticleMaximum value for the max degree of parallelism option is 1024, not 64
In SQL Server 2008 R2, the maximum value that can be set for the max degree of parallelism option is 1024 and not 64 as listed in this topic.Gail EricksonSQL Server Documentation team
View Article