The source-code tag has no wiki summary.
0
votes
2answers
128 views
Is there a way to examine SQL Jobs for references to linked servers?
In preparation for migrating a server farm to the cloud, I am attempting to enumerate all the linked servers that have been defined over the years. I also need to find (and correct) the code that ...
2
votes
2answers
2k views
Show procedure code in MySQL
I've tried to show the SQL code of a stored procedure called add_pixel:
mysql> SHOW PROCEDURE CODE add_pixel;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that ...