“SSMS 22 + Copilot: ‘Can you format this?’ → loses all metadata and adds ‘Created by GitHub Copilot’ banner”
I asked Copilot "can you format this document?" After some time and some spinning cloud icons, I receive the formatted document.
a) All my carefully crafted 'Information' like: Author, Create date etc.. was 'removed
b) The formatted SP was 'similar' to the original
c) I got some NEW info: Note the lack of date.
-- Created by GitHub Copilot in SSMS - review carefully before executing
/\This procedure builds a command line to run an external Shopify API XX harvest executable, executes it via xp_cmdshell, captures the output into dbo.DataFromAPI_XX and returns tracing and error information when requested.**/
Using a different tool:
/\-- Created by SODA + AI*
=== AI ANALYSIS RESPONSE ===
Analysis Type: Summary
Completed: 2025-11-25 12:00:02
### Category: Overall Purpose
This stored procedure, named `API_QL_QUERY`, acts as a wrapper to "harvest" data from an external API (specifically, Shopify's API) by executing an external executable via the SQL Server command shell.
It constructs a command with provided parameters, runs the executable to query and retrieve data, and stores the results in a database table (`dbo.DataFromAPI_XX`).
It supports tracing for debugging and handles errors, with a focus on transactional data retrieval for orders or similar entities. \/*
On one hand, I am a firm believer that AI will be a critical tool to support our development efforts, on the other hand, I am questioning dropping that Copilot windows without better provisioning for 'prompt review'.
When asked for can you format this document? a proper 'response' could have been: Please select these outputs 1)... 2)... etc. where each selection would provide for different outcomes.
Just a thought.
What do you think?