How To Create SQL Server Database Using SQL Server 2008 R2
How To Create SQL Server Database Using SQL Server 2008 R2
Technologies
Download and install Microsoft SQL server 2008 R2, if you don't have the version.
Step-1
Please download Microsoft SQL Server 2008 R2
https://www.microsoft.com/en-us/download/details.aspx?id=23650
Step-2
Follow how to install Microsoft SQL Server 2008 R2 on your machine.
https://www.youtube.com/watch?v=UaOwvsnL9Ps
Step-3
Follow how create SQL server database.
https://www.youtube.com/watch?v=gyBT75-5lV4
Step-1
To open SQL Server Management Studio 2008 R2, right-click the SQL Server Management
Studio icon on the Start menu, and then click Run as Administrator.
1|Page
Select Server type: Database Engine, Server Name: (local), Authentication: Windows
Authentication
Click Connect
Step-2
After login SQL server management studio, Right click on Database folder and click New
Database …
New database window will appear
2|Page
Step-3
Provide database name (dbRestaurantPOS) in the database name text box.
Scroll right database file grid view & find out path header; click for put your database
file and database log file into same folder. Default path is C:\Program Files\Microsoft SQL
Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA
If a path is specified, click OK button
3|Page
Step-4
Once finished, click & expand database folder.
Right click on dbRestaurantPOS and click New Query
Step-5
Copy all text from dbRestaurantPOS.sql files with note pad, copies all code and paste
into New Query Panel select database (dbRestaurantPOS) from combo box and press F5
or Execute
Step-6
Once Query executed successfully, Right click on SQL Server and click Refresh.
4|Page
Expand Databases - > dbRestaurantPOS -> Tables
Please drop us a note with your feedback, suggestions or questions. For technical support or general queries you
can contact us via: Email: linkbirdtech@gmail.com
5|Page