Viewing 3 posts - 1 through 3 (of 3 total)
The link under "create a linked server using TDS remoting" to the CDATA page returns...
August 28, 2017 at 3:30 am
Excellent post; thank you.
I have slighty altered the code by replacing DATEDIFF(MS, tat.transaction_begin_time, GETDATE()) AS [TransDuration(s)]
by CONVERT(VARCHAR,DATEADD(ms,DATEDIFF(MS, tat.transaction_begin_time, GETDATE()),0),114) AS [TransDuration]
and the ORDER BY [TransDuration(s)] DESC
by ORDER...
June 17, 2016 at 3:17 am
I finally succeeded by writing the output to a temp.txt file and adding the next PowerShell command to convert it to UTF-8:
-- Change encoding to UTF-8 with PowerShell...
November 28, 2012 at 7:09 am
Viewing 3 posts - 1 through 3 (of 3 total)