OBJECT MODEL-BASED OBJECT HIERARCHY DISCOVERY AND NAVIGATION
Discoverability and/or navigation of database object hierarchies are provided utilizing database object models based on a common framework. Typical instances also incorporate a standardized interface for interaction with a navigation component (e.g., command line environment), allowing a single navigation component to interface with diverse database object models. Database object hierarchies can be requested and discovered via this interface. The interface can also support navigation of database object hierarchy structures. The database object model can provide the database object hierarchy by utilizing document and/or script mechanisms such as, for example, extensible markup language (XML) files. In some instances, additional metadata can be included to indicate additional structure information such as, for example, navigability of an object. Thus, a command line can be employed to discover database object hierarchy and/or to access management objects representing the database server objects, including its operations.
Latest Microsoft Patents:
- ULTRA DENSE PROCESSORS WITH EMBEDDED MICROFLUIDIC COOLING
- Automatic Binary Code Understanding
- ARTIFICIAL INTELLIGENCE INFERENCING VIA DELTA MODELS
- CODING ACTIVITY TASK (CAT) EVALUATION FOR SOURCE CODE GENERATORS
- Personalized Branding with Prompt Adaptation in Large Language Models and Visual Language Models
Database servers typically require management. Currently, there are various management facilities that make database server management accessible to a broad range of users. Some database server management utilities allow quick access to database server management functionality using an intuitive graphical user interface (GUI). However, power users (i.e., advanced users), who need to automate tasks from a command line environment utilize non-graphical interfaces to speed up the management process. Thus, a user typically must choose either an easy-to-user interface or an efficient interface. There is no means by which the divide between GUI and non-GUI processes can be easily bridged. One of the aspects that make the GUI very accessible is that a database server structure is visualized in a graphical way—a hierarchy of nodes (e.g., containers and objects) and with each of these nodes applicable operations are easily accessible. The command line environment does not provide this level of discoverability of hierarchy and operations.
SUMMARYDatabase object models are leveraged to allow discoverability and/or navigation of database object hierarchies via command line environments. Typical instances provide a standardized interface for interaction with a navigation component (e.g., command line environment). The standardized interface allows a single navigation component to interface with diverse database object models, substantially reducing the workload and learning curve of users. Database object hierarchies can then be requested and discovered via this interface. The interface can also support navigation of database object hierarchy structures. The database object model can provide the database object hierarchy by utilizing document and/or script mechanisms such as extensible markup language (XML) files and the like to make itself self-describing. In some instances, additional metadata can be included to indicate additional structure information such as, for example, navigability of an object and the like. Thus, a command line can be employed to discover database object hierarchy and/or to access management objects representing the database server objects, including its operations. This combines the ease-of-use of a GUI with the power of a command line environment, allowing users access to database object hierarchies without requiring deployment of a GUI program.
The above presents a simplified summary of the subject matter in order to provide a basic understanding of some aspects of subject matter embodiments. This summary is not an extensive overview of the subject matter. It is not intended to identify key/critical elements of the embodiments or to delineate the scope of the subject matter. Its sole purpose is to present some concepts of the subject matter in a simplified form as a prelude to the more detailed description that is presented later.
To the accomplishment of the foregoing and related ends, certain illustrative aspects of embodiments are described herein in connection with the following description and the annexed drawings. These aspects are indicative, however, of but a few of the various ways in which the principles of the subject matter may be employed, and the subject matter is intended to include all such aspects and their equivalents. Other advantages and novel features of the subject matter may become apparent from the following detailed description when considered in conjunction with the drawings.
The subject matter is now described with reference to the drawings, wherein like reference numerals are used to refer to like elements throughout. In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the subject matter. It may be evident, however, that subject matter embodiments may be practiced without these specific details. In other instances, well-known structures and devices are shown in block diagram form in order to facilitate describing the embodiments.
As used in this application, the term “component” is intended to refer to a computer-related entity, either hardware, a combination of hardware and software, software, or software in execution. For example, a component may be, but is not limited to being, a process running on a processor, a processor, an object, an executable, a thread of execution, a program, and/or a computer. By way of illustration, both an application running on a server and the server can be a computer component. One or more components may reside within a process and/or thread of execution and a component may be localized on one computer and/or distributed between two or more computers.
Instances herein utilize a database object model to provide discovery and/or navigation of database object hierarchies. A standardized interface or common object model framework with base interfaces can be employed to allow a navigation component to interact with diverse database object models. This permits users to interact with database object hierarchies via a command line, substantially simplifying database object management. Information regarding database object hierarchies can be compiled by scripts and/or documents (e.g., XML files) and the like to make object model hierarchy self-describing.
The database object model 106 and the manageable objects 108 can communicate via local and/or global communication means such as, for example, LAN, WAN, the Internet, intranet, etc. The communications can also be via wired and/or wireless communication means such as, for example, cell, satellite, and other wireless communications. Because the database object model 106 provides database object hierarchies and access to objects, the user 102 can utilize the command line environment 104 to perform maintenance functions. This allows the user 102 to have increased functionality while utilizing the command line environment 104, substantially increasing the level of control over maintaining database objects.
In
A database object navigation system 300 can also include a navigable object model 304 that utilizes an object navigation interface 306 to communication object hierarchy 308 to a navigation component 302. By employing the object navigation interface 306 as part of a common object model framework of the navigable object model 304, the navigation component 302 can easily communicate its intentions with the navigable object model 304 in a predictable fashion. In some instances, the object navigation interface 306 is standardized. When object models that adhere to a common object model framework that includes the standardized interface, they can communicate with a generic version of the navigation component 302. Generally, the framework includes utilizing a base class type of connection that other connections can be built upon. This allows connections to the navigable object model 304 to be standardized, allowing generic versions of the navigation component 302 to be utilized. Context is typically provided when the navigation component 302 first connects. Thus, regardless of the type of the object model, as long as it adheres to the standardized framework for discovering and/or navigating database object hierarchies, the navigation component 302 can connect and interact with it to obtain database object information.
One instance utilizes a Microsoft's Windows SQL Server Management Object (SMO) model that interfaces with Microsoft's Windows PowerShell, providing a navigable object model and navigation component respectively. The SQL SMO model allows discovery of a SQL server hierarchy, returning access to objects in the hierarchy so management operations can be performed. However, PowerShell is not a requirement for the implementation—other scripting environments can be utilized as a navigation component as well. Powershell (i.e., navigation component) allows users to connect to a SQL server instance and to discover and/or traverse the object hierarchy. To further illustrate, a portion of a SQL server object hierarchy 500 is depicted in
1. Connect to a SQL Server instance komodo_p8
2. Lists the available child objects
3. Steps into the Databases object
4. Lists the available children (database objects)
5. Steps into the AdventureWorks database
6. Lists the available child objects
In view of the exemplary systems shown and described above, methodologies that may be implemented in accordance with the embodiments will be better appreciated with reference to the flow charts of
The embodiments may be described in the general context of computer-executable instructions, such as program modules, executed by one or more components. Generally, program modules include routines, programs, objects, data structures, etc., that perform particular tasks or implement particular abstract data types. Typically, the functionality of the program modules may be combined or distributed as desired in various instances of the embodiments.
In
Looking at
It is to be appreciated that the systems and/or methods of the embodiments can be utilized in object model-based object hierarchy discovery and/or navigation facilitating computer components and non-computer related components alike. Further, those skilled in the art will recognize that the systems and/or methods of the embodiments are employable in a vast array of electronic related technologies, including, but not limited to, computers, servers and/or handheld electronic devices, and the like.
What has been described above includes examples of the embodiments. It is, of course, not possible to describe every conceivable combination of components or methodologies for purposes of describing the embodiments, but one information to peruse the hierarchy. Often, this is done at the request of a user who employs a command line environment to navigate the hierarchy. Documents and/or scripts utilized to obtain the database object hierarchy can also provide additional metadata relating to the navigability of the hierarchy. This information can also contain context information such that elements of navigation provide context when a database object model requires it.
Turning to
In order to provide additional context for implementing various aspects of the embodiments,
Claims
1. A system that interacts with database objects, comprising:
- an object navigation interface component that interacts with a navigation component; and
- a navigable object model that discovers at least one database object hierarchy and employs the navigation interface component to provide the database object hierarchy to the navigation component.
2. The system of claim 1, the navigable object model navigates the database object hierarchy in response to a request from the navigation component.
3. The system of claim 1, the navigable object model utilizes a file and/or script to assist in providing the database object hierarchy to the navigation component.
4. The system of claim 1, the file comprising an extensible markup language (XML) file.
5. The system of claim 1, the object navigation interface component is based on a standardized interface to provide a common mechanism to interact with the navigable object model.
6. The system of claim 1, the navigation component comprising a command line environment.
7. A method for interacting with database objects, comprising:
- providing a database object model representing database objects; and
- employing the database object model to discover at least one hierarchy of the database objects.
8. The method of claim 7 further comprising:
- utilizing the database object model to navigate the database object hierarchy.
9. The method of claim 8 further comprising:
- interfacing with a client-side navigation component to allow a user to discover and/or navigate a database object hierarchy.
10. The method of claim 7 further comprising:
- receiving a database object hierarchy request from a command line environment; and
- providing a database object hierarchy in response to the request to the command line environment.
11. The method of claim 10 further comprising:
- utilizing a document and/or script to provide the database object hierarchy to the command line environment.
12. The method of claim 11 further comprising:
- supplanting the document and/or script with meta data associated with the database object hierarchy to assist in its navigation and/or to provide context information.
13. The method of claim 11 further comprising:
- employing an extensible markup language (XML) based document to provide the database object hierarchy to the command line environment.
14. The method of claim 10 further comprising:
- receiving a database object navigation request from the command line environment; and
- navigating to the requested database object based on the database object hierarchy.
15. The method of claim 7 further comprising:
- utilizing a standardized interface to interact with a command line environment.
16. The method of claim 15 further comprising:
- interfacing with a plurality of command line environments via the standardized interface.
17. A system that interacts with database objects, comprising:
- means for employing a database object model to discover at least one database object hierarchy; and
- means for utilizing the database object model to navigate the database object hierarchy.
18. A computer readable medium having stored thereon computer executable components of the system of claim 1.
19. A device employing the method of claim 7 comprising a computer, a server, and/or a handheld electronic device.
20. A device employing the system of claim 1 comprising a computer, a server, and/or a handheld electronic device.
Type: Application
Filed: Dec 19, 2006
Publication Date: Jun 19, 2008
Patent Grant number: 7627563
Applicant: MICROSOFT CORPORATION (Redmond, WA)
Inventor: Michiel Wories (Redmond, WA)
Application Number: 11/612,595
International Classification: G06F 17/30 (20060101);