8
0

Export-MSSQLServerObjects: Working on it...

This commit is contained in:
2026-02-25 16:33:41 +01:00
parent 6b78375a2b
commit c95f93bb83
2 changed files with 16 additions and 12 deletions

View File

@@ -38,6 +38,13 @@ ServerName = SDD-VMP04-SQL17\DD_DEVELOP01
####################################################################################################
DatabaseName = DD_ECM
####################################################################################################
# Set the filter for which objects should be exported. Default is "*", for all objects. #
# Example: * #
# Example: DEX_ #
####################################################################################################
ObjectFilter = *
####################################################################################################
# Set if schema names should be written to the export files, like [dbo].[<ObjectName>]. #
# Example: true #