-
SQL Server PowerShell & SharePoint – Set Autogrowth on Content DB’s
The SQL Server provider for Windows PowerShell exposes the hierarchy of SQL Server objects in paths similar to file system paths. You can use the paths to locate an object, and then use methods from the SQL Server Management Object (SMO) models to perform actions on the objects. For the TechNet reference, check here: http://msdn.microsoft.com/en-us/library/cc281947.aspx For a […]