i am able to export it but there are different schemas and i want to export only specific schema views.

below is the dba tools script using. How can i add filter in below statement to get only specific schema views.

Get-DbaDbview -SqlInstance $server -ExcludeSystemView | Export-DbaScript -FilePath C:\Scripts\Views.sql -Append

Related questions 3 Export Data Definition Script from an Oracle Database 1 How do I export my views from a database? 55 Display all views on oracle database Related questions 3 Export Data Definition Script from an Oracle Database 1 How do I export my views from a database? 55 Display all views on oracle database 0 Export DDL of View in SQL Developer 1 How to export views in Oracle 3 Is it possible to create database view programmatically? 0 Export schema for a view in SQL Developer 5 How to retrieve View definition on Synapse (Azure SQL DW)? 2 How can I make tables from serverless Azure Synapse views? 0 How to copy all column names and data types from views in DBeaver? Load 7 more related questions Show fewer related questions

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.