Thor Logo dbatools

ExtendedStoredProcedure

Copy-DbaExtendedStoredProcedure

the dbatools team + Claude

Copy-DbaExtendedStoredProcedure View Source the dbatools team + Claude Windows, Linux, macOS Synopsis Copies custom Extended Stored Procedures (XPs) and their associated DLL files between SQL Server instances Description Migrates custom Extended Stored Procedures from the source server to one or more destination servers. Extended Stored Procedures are DLL-based procedures that extend SQL Server functionality by calling external code, commonly used for custom server operations, legacy integrations, or specialized processing tasks.

Read more