Skip to content
mnaoumov.dev
Go back

Post SQL output to bug tracker details - Mr. Data Converter

Hi folks

Sometimes, you need to copy some output from the SQL query to some bug tracker such as Redmine.

I found a neat way to do that using a very neat website https://www.joecullin.com/data_converter/

1. Execute query in SQL Server Management Studio

image.png

2. Click on result grid, Ctrl+A, Ctrl+Shift+C to copy the whole grid details with headers

image-1.png

3. https://www.joecullin.com/data_converter/ Insert data there and select a corresponding table format

image-3.png

4. PROFIT

image-4.png

Stay tuned

P.S. Initially I posted that additional step is required to copy to and from Excel, but it seems I was wrong and those two steps were not needed.


Share this post on:

Previous Post
cmd.exe AutoRun feature = evil feature
Next Post
Debug .NET IIS Application on Production - dnSpy!