|
9259 | 9259 | }, |
9260 | 9260 | { |
9261 | 9261 | "Name": "Export-DbaRepServerSetting", |
9262 | | - "Description": "Exports replication server settings to file.\n\nAll replication commands need SQL Server Management Studio installed and are therefore currently not supported.\nHave a look at this issue to get more information: https://github.com/sqlcollaborative/dbatools/issues/7428", |
| 9262 | + "Description": "Exports replication server settings to file.\n\nAll replication commands need SQL Server Management Studio installed and are therefore currently not supported.\nHave a look at this issue to get more information: https://github.com/dataplat/dbatools/issues/7428", |
9263 | 9263 | "Tags": "Replication", |
9264 | 9264 | "Synopsis": "Exports replication server settings to file.", |
9265 | 9265 | "Alias": "", |
|
24372 | 24372 | }, |
24373 | 24373 | { |
24374 | 24374 | "Name": "Get-DbaRepDistributor", |
24375 | | - "Description": "This function locates and enumerates distributor information for a given SQL Server instance.\n\nAll replication commands need SQL Server Management Studio installed and are therefore currently not supported.\nHave a look at this issue to get more information: https://github.com/sqlcollaborative/dbatools/issues/7428", |
| 24375 | + "Description": "This function locates and enumerates distributor information for a given SQL Server instance.\n\nAll replication commands need SQL Server Management Studio installed and are therefore currently not supported.\nHave a look at this issue to get more information: https://github.com/dataplat/dbatools/issues/7428", |
24376 | 24376 | "Tags": "Replication", |
24377 | 24377 | "Synopsis": "Gets the information about a replication distributor for a given SQL Server instance.", |
24378 | 24378 | "Alias": "", |
|
24414 | 24414 | }, |
24415 | 24415 | { |
24416 | 24416 | "Name": "Get-DbaRepPublication", |
24417 | | - "Description": "Quickly find all transactional, merge, and snapshot publications on a specific server or database.\n\nAll replication commands need SQL Server Management Studio installed and are therefore currently not supported.\nHave a look at this issue to get more information: https://github.com/sqlcollaborative/dbatools/issues/7428", |
| 24417 | + "Description": "Quickly find all transactional, merge, and snapshot publications on a specific server or database.\n\nAll replication commands need SQL Server Management Studio installed and are therefore currently not supported.\nHave a look at this issue to get more information: https://github.com/dataplat/dbatools/issues/7428", |
24418 | 24418 | "Tags": "Replication", |
24419 | 24419 | "Synopsis": "Displays all publications for a server or database.", |
24420 | 24420 | "Alias": "", |
|
24474 | 24474 | }, |
24475 | 24475 | { |
24476 | 24476 | "Name": "Get-DbaRepServer", |
24477 | | - "Description": "Gets a replication server object\n\nAll replication commands need SQL Server Management Studio installed and are therefore currently not supported.\nHave a look at this issue to get more information: https://github.com/sqlcollaborative/dbatools/issues/7428", |
| 24477 | + "Description": "Gets a replication server object\n\nAll replication commands need SQL Server Management Studio installed and are therefore currently not supported.\nHave a look at this issue to get more information: https://github.com/dataplat/dbatools/issues/7428", |
24478 | 24478 | "Tags": "Replication", |
24479 | 24479 | "Synopsis": "Gets a replication server object", |
24480 | 24480 | "Alias": "", |
|
61428 | 61428 | }, |
61429 | 61429 | { |
61430 | 61430 | "Name": "Test-DbaDiskSpeed", |
61431 | | - "Description": "Obtains I/O statistics based on the DMV sys.dm_io_virtual_file_stats:\n\nhttps://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-io-virtual-file-stats-transact-sql\n\nThis command uses a query from Rich Benner\nhttps://github.com/RichBenner/PersonalCode/blob/master/Disk_Speed_Check.sql\n\n...and also based on further adaptations referenced at https://github.com/sqlcollaborative/dbatools/issues/6551#issue-623216718", |
| 61431 | + "Description": "Obtains I/O statistics based on the DMV sys.dm_io_virtual_file_stats:\n\nhttps://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-io-virtual-file-stats-transact-sql\n\nThis command uses a query from Rich Benner\nhttps://github.com/RichBenner/PersonalCode/blob/master/Disk_Speed_Check.sql\n\n...and also based on further adaptations referenced at https://github.com/dataplat/dbatools/issues/6551#issue-623216718", |
61432 | 61432 | "Tags": [ |
61433 | 61433 | "Diagnostic", |
61434 | 61434 | "Performance" |
|
62534 | 62534 | }, |
62535 | 62535 | { |
62536 | 62536 | "Name": "Test-DbaRepLatency", |
62537 | | - "Description": "Creates tracer tokens to determine latency between the publisher/distributor and the distributor/subscriber\nfor all transactional publications for a server, database, or publication.\n\nAll replication commands need SQL Server Management Studio installed and are therefore currently not supported.\nHave a look at this issue to get more information: https://github.com/sqlcollaborative/dbatools/issues/7428", |
| 62537 | + "Description": "Creates tracer tokens to determine latency between the publisher/distributor and the distributor/subscriber\nfor all transactional publications for a server, database, or publication.\n\nAll replication commands need SQL Server Management Studio installed and are therefore currently not supported.\nHave a look at this issue to get more information: https://github.com/dataplat/dbatools/issues/7428", |
62538 | 62538 | "Tags": "Replication", |
62539 | 62539 | "Synopsis": "Displays replication latency for all transactional publications for a server or database.", |
62540 | 62540 | "Alias": "", |
|
0 commit comments