Creating an SQL Server security file
You always create security files in Microsoft™ Access format and then convert them to SQL Server. The main reason for converting to this format is to increase the security of your security data.
Before you begin
The conversion leaves a security connection file (the .ids file) in the iBase database folder and create an SQL Server database with the name <file>_Sec on the designated server (where <file> is the name of the ids file). Users connect to the SQL Server database by logging on to the connection file. The connection file holds just the information necessary to allow the user to connect to the SQL Server instance.
About this task
For SQL Server databases, the name of the security file is used to generate the name of the SQL Server database so you might want to discuss the naming convention to use with your SQL Server administrator and, if necessary, rename the security file before you upsize it. Although, you can always rename a security connection file, you cannot rename the associated SQL Server database. See SQL Server Database Names for details.
Procedure
What to do next
You can protect the SQL Server security connection file by making it read-only or by setting appropriate security permissions.
This will allow any user in iBase Designer to view the properties of the connection file but prevents anyone, including iBase administrators, from changing the SQL Server connection details. This applies to SQL Server files only.
You should also ensure that the security connection file is included in any backup schedules for the database folder. For more information, see Backing Up iBase Databases.