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