↧
Moving all farm databases to new SQL server using stsadm -o renameserver
Tags: 2007 databases moss renameserver server sharepoint sql stsadm SSPs need to be looked after when moving entire farms - details in Technet article "This article contains information and steps to...
View ArticleListing the databases in a SQL Server database instance
Tags: databases powershell smo This short PowerShell script lists the name of the databases in a given SQL Server database instance. $SsdbName =...
View ArticleGet database object in PowerShell
Tags: databases powershell smo This is a quick example on getting a attribute from a database in a given Databases...
View ArticleScript Database
Tags: database databases powershell server smo sql Instead if using the Item() method as in the article, you can use the square bracket index.In this example to script the database definition....
View Article