Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 how to create a table in a new database

Author  Topic 

mkaroni
Starting Member

3 Posts

Posted - 2007-09-14 : 08:17:06
Hi guys

I just installed SQL Server 2005 / developer and I only want to create a new table but I cannot find where to do it

The only thing I have when I start the application is "Configuaration tools"

does anybody help to just start?

Thank you
Magda



Magda

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-09-14 : 08:21:35
Make use of Management Studio

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

masterdineen
Aged Yak Warrior

550 Posts

Posted - 2007-09-14 : 08:31:47
Hello mate. Are you new to Sql server.

Ive just installed 2005 Developer Edition and want to get my MCTS.

Regards

Rob
Go to Top of Page

mkaroni
Starting Member

3 Posts

Posted - 2007-09-14 : 08:54:57
quote:
Originally posted by masterdineen

Hello mate. Are you new to Sql server.

Ive just installed 2005 Developer Edition and want to get my MCTS.

Regards

Rob



Magda
Go to Top of Page

mkaroni
Starting Member

3 Posts

Posted - 2007-09-14 : 08:56:28
yes i am new and that's what i want

any ideas?

Magda
Go to Top of Page

masterdineen
Aged Yak Warrior

550 Posts

Posted - 2007-09-14 : 09:38:20
I bought myself a new laptop with vista premium, and purchased SQL Server Developer Edition. I got the software from Amazon. It was only £40 but second hand though. FOr the MCTS i bought myself SQL Server 2005 for dummies and MCTS Training Kit: Implementing and Maintaining SQL Server 2005 (Pro-Certification) to get me through the exam. I have only just started so not very far yet.

But using this forum is a great help.
Go to Top of Page

masterdineen
Aged Yak Warrior

550 Posts

Posted - 2007-09-14 : 12:31:52
What are your plans?

Regards

ROB
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-09-14 : 22:54:05
You can create table in ssms or with 'create table' statemet, check books online for details. And it may help you pass tests.
Go to Top of Page
   

- Advertisement -