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
"Examples": "-------------------------- EXAMPLE 1 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionFunction -SqlInstance sql2016\nGets all database Partition Functions\n-------------------------- EXAMPLE 2 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionFunction -SqlInstance Server1 -Database db1\nGets the Partition Functions for the db1 database\n-------------------------- EXAMPLE 3 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionFunction -SqlInstance Server1 -ExcludeDatabase db1\nGets the Partition Functions for all databases except db1\n-------------------------- EXAMPLE 4 --------------------------\nPS C:\\\u003e\u0027Sql1\u0027,\u0027Sql2/sqlexpress\u0027 | Get-DbaDbPartitionFunction\nGets the Partition Functions for the databases on Sql1 and Sql2/sqlexpress",
17903
+
"Examples": "-------------------------- EXAMPLE 1 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionFunction -SqlInstance sql2016\nGets all database partition functions.\n-------------------------- EXAMPLE 2 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionFunction -SqlInstance Server1 -Database db1\nGets the partition functions for the db1 database.\n-------------------------- EXAMPLE 3 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionFunction -SqlInstance Server1 -ExcludeDatabase db1\nGets the partition functions for all databases except db1.\n-------------------------- EXAMPLE 4 --------------------------\nPS C:\\\u003e\u0027Sql1\u0027,\u0027Sql2/sqlexpress\u0027 | Get-DbaDbPartitionFunction\nGets the partition functions for the databases on Sql1 and Sql2/sqlexpress.\n-------------------------- EXAMPLE 5 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionFunction -SqlInstance localhost -Database TestDB -PartitionFunction partFun01\nGets the partition function partFun01 for the TestDB on localhost.",
17901
17904
"Params": [
17902
17905
[
17903
17906
"SqlInstance",
17904
-
"The target SQL Server instance or instances",
17907
+
"The target SQL Server instance or instances.",
17905
17908
"",
17906
17909
true,
17907
17910
"true (ByValue)",
@@ -17919,7 +17922,7 @@
17919
17922
],
17920
17923
[
17921
17924
"Database",
17922
-
"To get users from specific database(s)",
17925
+
"To get users from specific database(s).",
17923
17926
"",
17924
17927
false,
17925
17928
"false",
@@ -17928,13 +17931,22 @@
17928
17931
],
17929
17932
[
17930
17933
"ExcludeDatabase",
17931
-
"The database(s) to exclude - this list is auto populated from the server",
17934
+
"The database(s) to exclude - this list is auto populated from the server.",
17932
17935
"",
17933
17936
false,
17934
17937
"false",
17935
17938
"",
17936
17939
""
17937
17940
],
17941
+
[
17942
+
"PartitionFunction",
17943
+
"The name(s) of the partition function(s).",
17944
+
"Name",
17945
+
false,
17946
+
"false",
17947
+
"",
17948
+
""
17949
+
],
17938
17950
[
17939
17951
"EnableException",
17940
17952
"By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.\r\nThis avoids overwhelming you with \"sea of red\" exceptions, but is inconvenient because it basically disables advanced scripting.\r\nUsing this switch turns this \"nice by default\" feature off and enables you to catch exceptions with your own try/catch.",
"Examples": "-------------------------- EXAMPLE 1 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionScheme -SqlInstance sql2016\nGets all database Partition Schemes\n-------------------------- EXAMPLE 2 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionScheme -SqlInstance Server1 -Database db1\nGets the Partition Schemes for the db1 database\n-------------------------- EXAMPLE 3 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionScheme -SqlInstance Server1 -ExcludeDatabase db1\nGets the Partition Schemes for all databases except db1\n-------------------------- EXAMPLE 4 --------------------------\nPS C:\\\u003e\u0027Sql1\u0027,\u0027Sql2/sqlexpress\u0027 | Get-DbaDbPartitionScheme\nGets the Partition Schemes for the databases on Sql1 and Sql2/sqlexpress",
17975
+
"Examples": "-------------------------- EXAMPLE 1 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionScheme -SqlInstance sql2016\nGets all database partition schemes.\n-------------------------- EXAMPLE 2 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionScheme -SqlInstance Server1 -Database db1\nGets the partition schemes for the db1 database.\n-------------------------- EXAMPLE 3 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionScheme -SqlInstance Server1 -ExcludeDatabase db1\nGets the partition schemes for all databases except db1.\n-------------------------- EXAMPLE 4 --------------------------\nPS C:\\\u003e\u0027Sql1\u0027,\u0027Sql2/sqlexpress\u0027 | Get-DbaDbPartitionScheme\nGets the partition schemes for the databases on Sql1 and Sql2/sqlexpress.\n-------------------------- EXAMPLE 5 --------------------------\nPS C:\\\u003eGet-DbaDbPartitionScheme -SqlInstance localhost -Database TestDB -PartitionScheme partSch01\nGets the partition scheme partSch01 for the TestDB on localhost.",
17961
17976
"Params": [
17962
17977
[
17963
17978
"SqlInstance",
@@ -17979,7 +17994,7 @@
17979
17994
],
17980
17995
[
17981
17996
"Database",
17982
-
"To get users from specific database(s)",
17997
+
"To get users from specific database(s).",
17983
17998
"",
17984
17999
false,
17985
18000
"false",
@@ -17988,13 +18003,22 @@
17988
18003
],
17989
18004
[
17990
18005
"ExcludeDatabase",
17991
-
"The database(s) to exclude - this list is autopopulated from the server",
18006
+
"The database(s) to exclude - this list is auto-populated from the server.",
17992
18007
"",
17993
18008
false,
17994
18009
"false",
17995
18010
"",
17996
18011
""
17997
18012
],
18013
+
[
18014
+
"PartitionScheme",
18015
+
"The name(s) of the partition scheme(s).",
18016
+
"Name",
18017
+
false,
18018
+
"false",
18019
+
"",
18020
+
""
18021
+
],
17998
18022
[
17999
18023
"EnableException",
18000
18024
"By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.\r\nThis avoids overwhelming you with \"sea of red\" exceptions, but is inconvenient because it basically disables advanced scripting.\r\nUsing this switch turns this \"nice by default\" feature off and enables you to catch exceptions with your own try/catch.",
"Use this switch to prepend SET NOEXEC ON and append SET NOEXEC OFF to each statement, useful for checking query formal errors",
34085
+
"",
34086
+
false,
34087
+
"false",
34088
+
"False",
34089
+
""
34090
+
],
34058
34091
[
34059
34092
"EnableException",
34060
34093
"By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.\r\nThis avoids overwhelming you with \"sea of red\" exceptions, but is inconvenient because it basically disables advanced scripting.\r\nUsing this switch turns this \"nice by default\" feature off and enables you to catch exceptions with your own try/catch.",
0 commit comments