Ideas & Solutions Etc.

perception vision dedication inspiration action realization

March, 2008

Posts
  • Ideas & Solutions Etc.

    Move WSS3.0/MOSS2007 Databases To Different Server

    • 1 Comments
    Recently I had to move all databases including the content database in a MOSS 2007 farm from one SQL server to another. I tried few methods and found the following steps are the easiest: [Assumption: All databases in the farm are on one SQL server and...
  • Ideas & Solutions Etc.

    List All Databases In A MOSS 2007 Farm

    • 5 Comments
    Run the following script in the content database: SELECT o.[Name] AS 'DatabaseName' , Instance.[Name] AS 'DatabaseInstance' , [Server].[Name] AS 'DatabaseServer' FROM Objects AS o INNER JOIN classes c on c.id = o.classid LEFT JOIN Objects...
Page 1 of 1 (2 items)