Differences

This shows you the differences between two versions of the page.

Link to this comparison view

admin:features:attach:databases [2012/02/29 22:54]
doc
admin:features:attach:databases [2016/06/28 22:38]
Line 1: Line 1:
-~~NOTOC~~ 
  
-{{page>:​top_add&​nofooter&​noeditbtn}} 
- 
-====== Administration:​ Omnidex Features ====== 
- 
-===== Attaching Data ===== 
- 
-[[admin:​features:​attach:​home|Overview]] | 
-[[admin:​features:​attach:​tables|Attaching Tables]] | 
-**[[admin:​features:​attach:​databases|Attaching Databases]]** | 
-[[admin:​features:​attach:​queries|Query Optimization]] 
- 
----- 
- 
-==== Attaching Databases ==== 
- 
-Omnidex allows entire databases to be attached to the current Omnidex Environment,​ incorporating all of their tables and Omnidex indexes. ​ This can greatly expand the data available to query, and enhance the ability to optimize queries across multiple databases within the enterprise. ​ Any type of database from any Omnidex Environment can be attached. ​ This allows great flexibility in linking multiple applications together, such as linking a SQL Server customer database with a Raw Data File data warehouse.  ​ 
- 
-Attaching databases can also be useful for applications that reference the results from previous queries in future queries. ​ If the result set consists of a single column, such as a primary key, this can be done simply using [[admin:​features:​segments:​home|Omnidex Segments]]; however, some applications identify the results of a previous query using multiple columns, or even multiple tables. ​ Omnidex allows these results to be rendered into a miniature Omnidex database, complete with Omnidex indexing. ​ Future queries can attach as many result set databases as needed to perform order suppression or other tasks, all taking advantage of the Omnidex indexes.  ​ 
- 
-Attaching a database is simple, and uses the ATTACH DATABASE statement, as shown below: 
- 
-<​code>​ 
-attach database ​               GEO 
- ​from ​                         geo.xml; 
-</​code>​ 
- 
-====  ==== 
-**[[admin:​features:​attach:​tables|Prev]]** | 
-**[[admin:​features:​attach:​queries|Next]]** 
- 
-  
-====== Additional Resources ====== 
-See also: 
- 
-{{page>:​admin:​features:​see_also&​nofooter&​noeditbtn}} 
- 
-{{page>:​bottom_add&​nofooter&​noeditbtn}} 
 
Back to top
admin/features/attach/databases.txt ยท Last modified: 2016/06/28 22:38 (external edit)