This should be fairly evident, but the script should be..
This should be fairly evident, but the script should be just as below as not everyone will have the AdventureWorks DB present:USE masterGOEXEC sp_configure 'show advanced options', 1;GORECONFIGURE WITH...
View ArticleHASHBYTES is deterministic
It should be noted that the function called HASHBYTES is missing from the list deterministic functions.To prove that my statement is correct, try this on the AdventureWorksDW database:ALTER TABLE...
View ArticleHASHBYTES is deterministic
In case someone would like to know if HASHBYTES is deterministic: it is!To prove that my statement is correct, try this on the AdventureWorksDW database:ALTER TABLE dbo.dimemployeeADD hashval AS...
View ArticleAbove link is not working
The link http://go.microsoft.com/fwlink/p/?LinkId=258228. is no longer workingI have a link for the Server 2012 x64 redistributable for those who need this:...
View ArticleWARNING: The use of ".local" for an internal domain name
The use of ".local" for an internal domain name is no longer best practise and will cause you problems when trying to set up Exchange in your network.The Internet Standards stipulate that CAs cannot...
View ArticleLocked Database? Stop World Wide Publishing service
I ran into an issue when trying to detach the internal windows database. It said it was currently in use by another user. The fix was to stop the World Wide Publishing service. Just thought I'd add...
View ArticleThere is a lack of clarity in explanation of LAST_VALUE
I had also observed the change of LAST_VALUE function compared to FIRST_VALUE. Had to spend sometime before I understood the reason for this change of behavior. The result what you see is correct but...
View ArticleTrigger columns_updated() made easy
There are 2 functions to see what columns were used in the update set statement. One is UPDATE(col) and the other is COLUMNS_UPDATED(). If you just want to know if one or more columns exist, then...
View ArticleRemember RANK() is a 1-based index
Because I just spent hours trying to figure out the second example that uses FILTER() I thought I'd leave this here. The FILTER works because the RANK of the CURRENT tuple can be used to get the tuple...
View ArticleExchange ActiveSync Returned an HTTP 500 Error
ON UAG server, under Activesync application properties I had to remove "/" at the end of virtual direcotory path./Microsoft-Server-ActiveSync --> correct/Microsoft-Server-ActiveSync/ --> incorrect
View ArticleJngni上台言論眾人讚美Kise
台論Cevsen Deo Hour Lii Kice Jngni , Qudj Ce "Gu Dii Eai Luni Geni Lni Rlri Qai" , Hr Drceri Sjsji !讚美Lei Lri Lii Dii Uai Deoi Ii Gen Geoi Kuri , Ugeji melj Xo Tii Meri Geoi Xn Sn Dii , Hrsni Huai Geni...
View ArticleNot necassarily the Solution
I have tried this on two different machines with 2 different versions of Windows; this doesn't work for me. Why is it hard to install Windows software on Windows OS?
View ArticleSolved the problem of accessing SQL Express 2012 on Win 7 via ODBC on the XP...
Should note that you need to open access for dynamic ports for each instance of SQL Server (in my case 2) and the SQLBrowser. You can get the paths from the property window of each service that is...
View ArticleDo not share with same name as the instance
SqlLocalDb.exe lets you share a db with the same name as the original instance:SqlLocalDb.exe share Foo FooBut then you cannot connect to the share via the normal syntax:(localdb)\.\FooYou can,...
View ArticleIs there a typo in the cmdline of this article?
srmsvc is "File Server Resource Manager""File Server Storage Reports Manager" is srmreportsIts the srmhost.exe that sucks up all the virtual memory on this one
View Article