How To Start a SQL server Connecting to SQL Server
Finding SQL Server Use the Start menu (using Enterprise Manager) Programs Microsoft SQL Server Enterprise Manager
New SQL Server Registration Right click SQL Server Group Select New SQL Server Registration… then Next
Connecting… The SQL server is cian.student.comp.dit.ie ( ) Use SQL Server Authentication Type in Login name and Password Logins: dt2282username Password: dt2282username Select Add the SQL Server to existing SQL Server group Finish
Create your database Find you database, named by “dt2282username ” Right click Tables, select New Table… Now, as a db owner, you can create you own tables.
Finding SQL Server Use the Start menu (using Query Analyser) Programs Microsoft SQL Server Query Analyser
Finding SQL Server
Connecting… The SQL server is cian.student.comp.dit.ie ( ) Use SQL Server Authentication Type in Login name and Password ( Logins: dt2282username Password: dt2282username ) Click “OK”
Connecting…
Run a Query Using the example from the lecture Use the play triangle to run your code Save your query into your own database folder