IP from root should be the primary DNS server on sub-tree servers?
I had a issue with partition replication between a root domain and a sub tree. $0During tests to solve I configured the source DNS IP (the root) as the primary DNS on the target DNS, after that they...
View ArticleQuick workaround for the truncation.
Here is a way around it.$GCs = Get-ADForest$GCs.GlobalCatalogs
View ArticleDefault length of varchar and char
Why following expression returning 1 even we already assign value to variable @myVariable ?DECLARE @myVariable AS varchar = 'abc';DECLARE @myNextVariable AS char = 'abc';--The following returns 1SELECT...
View ArticleStep by step import with data migration
$0I have posted an article "Step by step import with data migration"$0 $0http://dynamicsnavax.blogspot.com/2012/08/step-by-step-import-with-data-migration.html$0
View ArticleVisual Studio 2012 ???
Hello, $0$0 $0 $0I believe that you have to accelerate your efforts to make a VS 2012 compatible package because VS 2012 has been released and you have to do something about that.$0 $0$0 $0
View ArticleWhen will we be able to attach query results as ANSI?
The old xp_send_mail had a parameter (@ANSI_Attachment) to instruct SQL Server to attach the results of the query as an ANSI file. This is not possible with this "new and improved" version. When will...
View ArticleContainment type can be found in ALTER DATABASE SET link
As of this comment, the "Containment Type" is not documented on this page. You can find information on it at the ALTER DATABASE SET Options page...
View ArticleProblem with Example C
$0In Example C, the comments mention:$0 The following example forces the current identity value in the EmployeeID column in the Employee table to a value of 300 $0$0 $0 $0whereas the title and the code...
View ArticleSDK download link
The SDK download URL for these articles is: http://www.microsoft.com/en-us/download/details.aspx?id=24004
View ArticleWindows 7 configuration
I was directed to this page as part of my hours of searching ... if you are using Windows 7, you may need to take the following steps (found here:...
View ArticleActive/Active Database
I am unclear on the statement in the note:Note Active/passive failover clustering is tested and supported. However, active/active clustering is not supported because of the complex conflict resolution...
View ArticleCannot install Windows Defender
I seem to have a virus; cannot install Windows Protector[tfl - 04 12 11] Hi - and thanks for your post. Community content is not the appropriate place for technical support queries. Instead, you should...
View ArticleRecipientContainer description is wrong
This sentence in -RecipientContainer's Description makes no sense: "If you don't specify a value for the RecipientContainer paramenter, the default search filter is the location of the dynamic...
View ArticleRTFM
I see that most of the people who have criticsms of the Library feature, have not read the Fine Manual. RTFM, brother. Understand what it is for and how to use it, it doesn't work the way that you...
View ArticleReference for Performance Counter Alert
Leveraging Event Log Messages and Performance Counter Alerts To Automate Hyper-Vhttp://blogs.msdn.com/b/taylorb/archive/2012/09/25/leveraging-event-log-messages-to-automatically-move-vm-s.aspx
View ArticleSample using a UDF
' I have a hierarcal menu system with 5 levels Here is how I walk all 5 levels with NESTED SQL CURSORS without the global @@FETCH_STATUS messing up ' -- First make a UDF CREATE FUNCTION...
View ArticleSample using a UDF
' I have a hierarcal menu system with 5 levels Here is how I walk all 5 levels with NESTED SQL CURSORS without the global @@FETCH_STATUS messing up ' -- First make a UDF CREATE FUNCTION...
View Article