Open andreasjordan opened 5 months ago
I concur that some work can be done in this area, but I also feel that trying to use the exact same description for every function could cut useful infos (as in "you must have sysadmin access"). What are we looking for, specifically ?
After harmonizing the description of the parameter EnableException with #9395 I would like to work on SqlInstance
I have used this code to get the data for some of the parameters at once:
To show the mostly used description I have used this code:
And here is the result: 214: The target SQL Server instance or instances.
44: The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
30: The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
29: The target SQL Server instance or instances
19: The target SQL Server instance or instances. You must have sysadmin access and server version must be SQL Server version 2000 or greater.
18: The target SQL Server instance
17: The target SQL Server instance or instances. Server version must be SQL Server version 2012 or higher.
17: The target SQL Server instance or instances. You must have sysadmin access and server version must be SQL Server version 2008 or higher.
10: The target SQL Server instance or instances. Defaults to localhost.
8: The target SQL Server instance or instances. This can be a collection and receive pipeline input.
6: The target SQL Server instance or instances. This can be a collection and receive pipeline input
5: The target SQL Server instance or instances. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
4: The target SQL Server instance or instances.You must have sysadmin access and server version must be SQL Server version 2000 or higher.
4: Use a combination of computername and instancename to get the SQL Server related services for specific instances on specific computers. Parameters ComputerName and InstanceName will be ignored if SqlInstance is used.