Chapter Summary


  • Server Management Objects (SMO) enables you programmatic access to all objects in the SQL Server service hierarchy. SMO enables you to perform tasks such as backup and restore of databases, integrity checks, and creation and scheduling of agent jobs.

  • Replication Management Objects (RMO) enables you to programmatically control your replication topology. Even though two assemblies need to be referenced: Microsoft.SqlServer .Rmo and Microsoft.SqlServer.Replication, only one namespace, Microsoft.SqlServer.Replication needs to be referenced in the code.

  • Analysis Management Objects (AMO) enables you to programmatically control your SQL Server Analysis Server (SSAS) objects, which include cubes, dimensions, and mining structures.

  • Multiple Active Result Sets (MARS) is a new feature that enables you to perform multiple database operations using the same connection. This helps to avoid locking that you might have encountered in the past.




MCITP Self-Paced Training Kit Exam 70-442  .Designing and Optimizing Data Access by Using Microsoft SQL Server 2005
MCITP Self-Paced Training Kit Exam 70-442 .Designing and Optimizing Data Access by Using Microsoft SQL Server 2005
ISBN: 073562383X
EAN: N/A
Year: 2007
Pages: 162

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net