This code defines a stored procedure called sp_ExecuteRemoteQueryXML that allows you to execute a remote query on a different SQL Server instance and return the result as XML. This can be useful when you need to retrieve data from a remote server and process it as XML in your local SQL Server instance. By utilizing the...

Source : http://blog.danskingdom.com/powershell-ise-multiline-comment-and-uncomment-done-right-and-other-ise-gui-must-haves/ Ctrl + K Comment Selected Lines Ctrl + Shift + K Uncomment Selected Lines 1 2# Define our constant variables. 3[string]$NEW_LINE_STRING = "`r`n" 4[string]$COMMENT_STRING = "#" 5 6function...