Does anyone know if DBAtools.io has a function to pull/script out existing stored procedures from a database? #sqlhelp
1
0
1
0
0
@sqldatasquirrel Yup! Get-DbaDbStoredProcedure to find it. Pipe to Where to filter. Export-DbaScript to script it out There's probably an easier way too! 😁 #sqlhelp