Less poweful than oracle - Instr Function
SQL SERVER is lack of "nth_appearance" parameter, hope Microsoft can add in.Oracle:instr( string1, string2 [, start_position [, nth_appearance ] ] )
View ArticleCopy files from remote computer to local PC
Click "windows start" button, All programs, then Accessories and Click remote desktop connectionOn the remote desktop window menu, enter server-name or IP adress of the server you want to accessClick...
View ArticleAmendment to Best Practices on AV.
In Best practices the line: "Disable antivirus scanning of FILESTREAM volumes when it is not unnecessary." should read, "when it is not necessary".
View ArticleCTRL + R
The short cut to toggle the result window is missing.This is not listed in the menu's as well, hope this is a useful feature while working with long queries
View ArticleExamples are correct.
Michael, your understanding of the function is correct, but the wording if the examples is also correct, as they are used in a WHERE clause (which they should say).
View ArticleMove databases using Detach-Attach
This is my complete metascript to generate detach-attach scripts. This metascript creates: detach script, os moving files shell scripts and attach script for all databases of an...
View ArticleExample for Me.Value doesn't seem to work
=IIF(Me.Value > 0,"Black","Red")results in "Object reference not set to an instance of an object" when run from within BIDS for 2008 R2.
View ArticleIt's not work for me and many sites.
It's not working on my SCCM 2007 R3, counters no change just like I never reset.We need to know how to force reset when console not work on this.
View Article'Stop explosion' Box missing
Hi,I can't find the stop explosion box either in my BOM item.I know it from AX 2009, but now can't find it, does anyone know where it is?
View ArticleExample given is incorrect
It should read:DECLARE @CurrentApp nvarchar(128) --N.B APP_NAME() is NVARCHAR (128) not NVARCHAR (40)SET @CurrentApp = APP_NAME()IF @CurrentApp <> N'Microsoft SQL Server Management Studio -...
View ArticleEnable-PSRemoting
This may have been mentioned somewhere earlier, but I'm missing it. This is technology that relies heavily on remoting, so make sure that you have it enabled. For testing on a local workstation, you...
View ArticleHaving issues w/install of PCI Imaging card for indoor golf simulator
I've been trying to install what is referred to as a Hotlink card (PCI Imaging card) which interprets the ball flight from sensors that are installed around a boxed screen where indoor golf simulator...
View ArticleTNاضافات المجتمع
Using Windows 7 and Windows Server 2008 R2: Controlling Communication with the Internet
View ArticleAn example of Finding users that have AccessRulesProtected
$Users = Get-ADUser -Filter {SamAccountName -like '*inger*'} | Select-Object -Property DistinguishedName$SecurityAllUsers = $Users | ForEach-Object { get-acl "ad:$($_.distinguishedname)" }$Security =...
View Article