Performance Tuning in iBase Designer
iBase automatically indexes certain system tables when an iBase SQL Server database is created or upsized. It will also index those columns within user-defined tables where the
Before you begin
Running Performance Tuning on an SQL Server database requires
VIEW DEFINITION
permission on the SQL Server database. You need to grant this permission to the user mapped to the
SQL Server log in. You can use an SQL script similar to
this:GRANT VIEW DEFINITION TO username
For example, if users connect to iBase
using Windows™ authentication, and the user who is running
Performance Tuning is called iBaseAdmin and is a member of the YourDomain
domain:GRANT VIEW DEFINITION TO [YourDomain\iBaseAdmin]
You should revoke this
permission after you run Performance
Tuning:REVOKE VIEW DEFINITION TO username
In addition, if present remove the Full-Text Search index. It is not possible to run the Performance Turning wizard while a Full-Text Search index exists.
About this task
- Create an SQL Server database.
- Upsize an existing database to SQL Server.
Note: Upsizing removes any indexes that were created manually in Microsoft™ Access.