THE NAME OF ALLAH ,THE MOST BENEFIT ,THE
MOST MERCEFULL
GUI Based Database and
Tables creation
1) Click on SQL Server Management Studio to open SQL Server
1) Give . In Server name field … Here . Is server name
2) Select “SQL Server Authentication” in Authentication Field
3) Login: sa
4) Password: 123
Now we want to creat new DataBase
1) Right click of mouse on DataBases option
2) Click on New Database option
Here Data Base name is required
1)Click in Database Name field and enter Name of your database
2) Click Ok to save this Database
1) Click on + to see Database that you had
created
Now we want to create Database
2) Click on + to explore your DataBase
1) Right Click of mouse on Tables
option
2) Click on New Table option to create
new table
1) Click on Column Name Cell to give Name of Field
2) Click on Data Type cell to give Data type of that field
for example
Column Name: Name
Data Type : varchar(50)
After define all fields
1) Press Ctrl+S to save this table
2) Give name of table
3) Click OK
1) Click + of Tables
2) You Table created
Now we want to enter data in this table
1) Right Click of mouse on table
(student)
2) Select option Edit Top 200 Rows
1) Give record of student like
RegNo., Name, City and Program
Gui creation of db and table

Gui creation of db and table

  • 1.
    THE NAME OFALLAH ,THE MOST BENEFIT ,THE MOST MERCEFULL
  • 2.
    GUI Based Databaseand Tables creation
  • 3.
    1) Click onSQL Server Management Studio to open SQL Server
  • 4.
    1) Give .In Server name field … Here . Is server name 2) Select “SQL Server Authentication” in Authentication Field 3) Login: sa 4) Password: 123
  • 5.
    Now we wantto creat new DataBase 1) Right click of mouse on DataBases option 2) Click on New Database option
  • 6.
    Here Data Basename is required 1)Click in Database Name field and enter Name of your database 2) Click Ok to save this Database
  • 7.
    1) Click on+ to see Database that you had created Now we want to create Database 2) Click on + to explore your DataBase
  • 8.
    1) Right Clickof mouse on Tables option 2) Click on New Table option to create new table
  • 9.
    1) Click onColumn Name Cell to give Name of Field 2) Click on Data Type cell to give Data type of that field for example Column Name: Name Data Type : varchar(50)
  • 10.
    After define allfields 1) Press Ctrl+S to save this table 2) Give name of table 3) Click OK
  • 11.
    1) Click +of Tables 2) You Table created
  • 12.
    Now we wantto enter data in this table 1) Right Click of mouse on table (student) 2) Select option Edit Top 200 Rows
  • 13.
    1) Give recordof student like RegNo., Name, City and Program