The MS SQL Server 2005 SQL Server Management Studio application will be used to create and implement your database maintenance plans for full and incremental (transaction log) backups. Instructions for logging in to SQL Server 2005 with the Management Studio are provided below.
- Open the SQL Server Management Studio for MS SQL Server 2005. By default, the SQL Server Management Studio is available in the Microsoft SQL Server 2005 program group in the Start:Programs menu.
- The Connect to Server window will open.
- Select “Database Engine” in the Server Type field.
- Select the server on which MS SQL Server 2005 is installed in the Server name field.
- Select “SQL Server Authentication” in the Authentication field.
- Type the “sa” user (without quotes) and password in the Login and Password fields.
- Click Connect when finished. The SQL Server Management Studio will connect and log in to the SQL Server specified.
At this point you have connected to the MS SQL Server with the Management Studio. You can continue with implementing the database maintenance plans by following the procedures described in the rest of this chapter.