Question : How to use sp_helptext for view on the linked server ? Answer : There is an answer on […]
Tag: source-code
Can’t find source code for building mysql
Question : I’m trying to follow the instructions for building MySQL from source. They guide me to a link where […]
Show procedure code in MySQL
Question : I’ve tried to show the SQL code of a stored procedure called add_pixel: mysql> SHOW PROCEDURE CODE add_pixel; […]
Is there a way to examine SQL Jobs for references to linked servers?
Question : In preparation for migrating a server farm to the cloud, I am attempting to enumerate all the linked […]