There's a typo in the example
The example should read:dcdiag /test:dns /v /s:<DCName> /DnsBasic /f:<path-to-output-file.txt>So if you want your output file stored in C:\IT, you'll use /f:C:\IT\output.txt, or whatever...
View ArticleColumn Chart Side Margins
The support pages for Column and Bar charts indicate that you cannot remove the side margins. This isn't accurate as you can remove the vertical axis and, after enabling the CustomPosition for the...
View ArticleRemoving named SSL binding worked for me too!
Brilliant! Removing the named binding cured it for me too. Thanks a lot!ianc
View ArticleHTML formatting error
It's there in Firefox too. The SQL 2005 version of the article is correct, but it has the formatting error in 2008, 2008 R2 and 2012. Others noted it on other versions.
View ArticleAny way to get error messages with /QS
Using /QS is good for scripts because no input is required, but error messages are also not displayed. Anyway to get them? It would be great to have error messages available.
View ArticleThe Security Center has not recorded an anti-virus product.
The Security Center is unable to identify an active anti-virus application. Either there is no anti-virus product installed or it is not recognized.
View ArticleResults are incorrect
@zinzinzibidi, nqcho is correct. There is a mistake in the posted output. The output should contain 4 spaces after the period after the word 'sentence' in the first line. It should look like: (as he...
View ArticleA Question
USE AdventureWorks2012;GOSELECT COUNT(DISTINCT Title)FROM HumanResources.Employee;GOERROR : Msg 207, Level 16, State 1, Line 1Invalid column name 'Title'.
View ArticleSmall typo to be corrected in title: AlwasysOn --> AlwaysOn
Rolling Upgrade/Update Best Practices for AlwasysOn Availability should be:Rolling Upgrade/Update Best Practices for AlwaysOn Availability
View ArticleAny alternatives?
So the only alternative (if I need MS DTC) is to build a old fashion SQL cluster?
View ArticleBackup to a network shared location
Assuming systemstate VSS copy backup on 2008 R2 (no SP)This can be done, but only one file can be stored and so will be overwritten when the job is re-run.
View ArticleThe username is not provided. Specify username in ClientCredentials.
I am getting the error message like this "The username is not provided. Specify username in ClientCredentials."but i provided crm username password in web configam i need to provide anywhere else?
View ArticlePOP Connector and Antispam
We find a lot of our customers report similar problems. It seems its difficult to manage and configure the built in POP3 connector especially with regards to the spam blocking and content...
View Articledisable
Is it possible to disable these summarizations? We have SCOM alerts that the software updates summarization runs for more than 1000 seconds.
View ArticlePaging cookie needs to be set
This code doesn't set the paging cookie for subsequent page requests. Please see this fix:...
View ArticleI need to count files newer than given date and time
Hi,is there a way to use Forfiles to count how many files in directory with creation date newer than x date and timeThanks
View Article