13.01.2013 Views

OpenEdge Data Management: DataServer for Microsoft SQL Server

OpenEdge Data Management: DataServer for Microsoft SQL Server

OpenEdge Data Management: DataServer for Microsoft SQL Server

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Creating a schema holder<br />

• Choose an index that has a narrowly sized key and preferably a single column,<br />

especially since non-clustered indexes use the clustered index to locate rows and<br />

hold the clustered key in their B-tree structure. A composite clustered key can<br />

provide benefits because the part of the table that is also the clustered index does<br />

not need additional space to create the clustered columns and its index.Choose<br />

an index that is reasonably static and does not undergo frequent changes. The<br />

primary key is a good clustered index candidate.<br />

Creating a schema holder<br />

To create the schema holder:<br />

1. From the <strong>Data</strong> Administration main menu, select <strong>Data</strong><strong>Server</strong>→ MS <strong>SQL</strong> <strong>Server</strong><br />

Utilities→ Create <strong>Data</strong><strong>Server</strong> Schema. The following dialog box appears:<br />

2. In the Logical <strong>Data</strong>base Name field, type the name that you will use to connect<br />

to your data source and refer to it in your programming applications. This name<br />

must be different from the schema holder name. For more in<strong>for</strong>mation on<br />

database names, see the database access chapter in <strong>OpenEdge</strong> Getting Started:<br />

ABL Essentials.<br />

Note: If you place the schema from a second MS <strong>SQL</strong> <strong>Server</strong> database into a<br />

schema holder, the second schema must have a different logical database<br />

name from the first schema. The schema holder has one physical name,<br />

but each schema that it contains must have a different logical name.<br />

3. In the Code Page field, type the name of the code page <strong>for</strong> the schema holder.<br />

The name must be the <strong>OpenEdge</strong> name <strong>for</strong> the code page that the data source<br />

uses. The default is iso8859–1. If you choose UTF-8 as your schema image code<br />

page, your schema holder’s code page must also be UTF-8.<br />

<strong>OpenEdge</strong> <strong>Data</strong> <strong>Management</strong>: <strong>Data</strong><strong>Server</strong> <strong>for</strong> <strong>Microsoft</strong> <strong>SQL</strong> <strong>Server</strong> 265

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!