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

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

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

4. PROFIT

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.