You must have SQL installed to take advantage of server translation memory (TM) and termbases in Lingo. The following types of SQL are supported: SQLite and SQL Express. If you are new to Lingo, TM, and termbases, you probably want to use SQLite, purely because of its simplicity.
This is a self-contained relational database system that is in the public domain. In Lingo, SQLite is intended for local TM databases and termbases, not those that reside on an external server. SQLite is easier and faster, just not quite as robust as SQL Express.
SQLite is automatically installed during the process of installing Lingo. For more information about this database system, see www.sqlite.org.
By default, the location for SQLite databases is in Documents\Lingo Translation Memories on your computer. However, you can choose a different location if you like.
SQL Server Express is designed to be used on a server with Lingo. To download and install the latest version of SQL Server Express, go to http://www.microsoft.com/downloads/.
When installing SQL Server Express, it is recommended that you accept the default settings as you move through the installation wizard. If you want to explore any of the alternative options, please refer to the documentation provided with Microsoft SQL Server Express.
If you are using Windows Vista or later versions, you do not automatically have administrative privileges when installing SQL Server 2012 Express. However, you can manually add yourself as an SQL Server administrator by using the following steps.
how to add yourself as an sql server administrator
Note: If you are having difficulty connecting to a remote Lingo database, it may be due to the security setting of SQL. To view a remote server, you must have administrator rights on that server. You can add users to a local machine as administrators or add users in SQL Management Studio. To do this in Management Studio: (1) open SQL Server Management Studio (see msdn.microsoft.com for more information); (2) expand the server and then expand Security; you’ll probably have a login called "BUILTIN\Administrators," which will have "sysadmin" rights; in that case, any admin of your machine will have sysadmin rights because they’re part of that group; and (3) add anyone to this who will need to access your server.
Note: If your database is not displaying when you are setting up TM, your SQL browser service may not be enabled. To enable this service: (1) open SQL Server Management Studio (see msdn.microsoft.com for more information), (2) open the SQL Server Configuration Manager, (3) open the SQL Server Browser and go to the Service tab, (4) change the Start Mode to Automatic, and (5) click Apply, and (6) start your SQL Server Browser.