You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to export all tables, stored procedures, and views in a specific schema (landing) from a database. The commands Get-DbaDbTable and Get-DbaDbStoredProcedure both have a parameter to pass in the schema to return objects for. However, the command Get-DbaDbView does not allow you to pass a schema parameter like the other commands. This will provide consistency and provide needed functionality. This might be able to be done by chaining some other commands together, but adding this parameter will provide consistency in how the commands work.
Is there a command that is similiar or close to what you are looking for?
Summarize Functionality
I would like to export all tables, stored procedures, and views in a specific schema (landing) from a database. The commands Get-DbaDbTable and Get-DbaDbStoredProcedure both have a parameter to pass in the schema to return objects for. However, the command Get-DbaDbView does not allow you to pass a schema parameter like the other commands. This will provide consistency and provide needed functionality. This might be able to be done by chaining some other commands together, but adding this parameter will provide consistency in how the commands work.
Is there a command that is similiar or close to what you are looking for?
Yes
Technical Details
The text was updated successfully, but these errors were encountered: