'SQL'에 해당되는 글 2건

  1. 2011.07.08 Creating a new ID column
  2. 2008.03.04 SQL Distributed Management Objects (SQL-DMO)
Study/Bookmark2011. 7. 8. 09:33
Posted by 굥쓰
Study/SQL DMO2008. 3. 4. 22:14
SQL Distributed Management Objects (SQL-DMO)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

This section contains information about the SQL Server Database Management Objects (SQL-DMO). SQL-DMO is a collection of COM objects that are designed for programming all aspects of managing Microsoft SQL Server.

Topic Description

Developing SQL-DMO Applications

Provides information about programming SQL-DMO. It includes information about installation and registration, language considerations, and a description of the object model.

SQL-DMO Reference

Provides a detailed reference for all the SQL-DMO classes, methods, properties, collections, and constants.

Note:
SQL-DMO topics will not be in future releases of SQL Server Books Online.

Other Resources

Replication Programming
SQL Server Management Objects (SMO)

Help and Information

Getting SQL Server 2005 Assistance

차기 버전 부터는 없어 진다고 하니 그건 SQL 2008을 의미 하는 것인지 모르겠네요 ^^;
암튼 기존에 SQL DMO를 접해 본 경험이 있으므로 프로젝트 정리 차 SQL 2005 DMO를 이용해 볼 예정입니다.

출처 : http://technet.microsoft.com/en-us/library/ms131540.aspx
Posted by 굥쓰