SQL Server Management Studio Express

Hi folks

I have SQL Server 2005 Express on my laptop(part of C# Express).

I want to follow exercises in the book "SQL DeMYSTiFieD"

Can anyone guide me on how to create a database and add tables to it syntatically using the SSMSE.

Many Thanks

Baldev

 

 



Answer this question

SQL Server Management Studio Express

  • Mathematix

    1. Run SSMSE
    2. Login with "sa" user
    3. in the right window (Object explorer) select database, and then right click mouse in database, select new database, follow the instruction.
    4. for create table, select tables in the database name that you just create.
    5. righ click mouse, and select new table

    hope can help you.

    regards

    Wiwin Teja
    http://mm9.tejasolusindo.com

     


  • SQL Server Management Studio Express