SQL Express

Please support our MS SQL advertiser: Intel Parallel Studio Home
Reply

Join Date: Aug 2007
Posts: 78
Reputation: shers is an unknown quantity at this point 
Solved Threads: 0
shers shers is offline Offline
Junior Poster in Training

SQL Express

 
0
  #1
Feb 23rd, 2009
Hi,
I'm new to SQL Server. I just installed SQL Server 2008 Express. Then I opened Management Studio, right clicked on Database and created a new Database. Then I expanded Database, right clicked on Table and created a new Table. Now, my question is, how do I add data to the table I created?

Thanks
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 2,065
Reputation: Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice 
Solved Threads: 256
Featured Poster
Ramy Mahrous's Avatar
Ramy Mahrous Ramy Mahrous is offline Offline
Postaholic

Re: SQL Express

 
0
  #2
Feb 23rd, 2009
right click on table then open table, write data row by row
or you can add data from application using ADO.NET
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 149
Reputation: Geek-Master is an unknown quantity at this point 
Solved Threads: 6
Geek-Master's Avatar
Geek-Master Geek-Master is offline Offline
Junior Poster

Re: SQL Express

 
0
  #3
Feb 23rd, 2009
Originally Posted by shers View Post
Hi,
I'm new to SQL Server. I just installed SQL Server 2008 Express. Then I opened Management Studio, right clicked on Database and created a new Database. Then I expanded Database, right clicked on Table and created a new Table. Now, my question is, how do I add data to the table I created?

Thanks
If you have any basic questions, most of them can be answered by reading SQL Server's Books Online at http://msdn.microsoft.com/en-us/library/ms130214.aspx. This is a must have for anyone working with MS SQL Server.

Also another great tip when using Management Studio is pressing F1 will take you directly to some information about the screen you are working in. Try this out, open up a new query by clicking on the button at the top right called "New Query" and type this code

  1. SELECT * FROM TableA

The script probably will not run, unless you actually have a table called "TableA." But for our purposes of testing out the F1 function we can still use this script. Once you have written the code above into a new query window, highlight the word "SELECT" and press F1. A new window will pop up with information about the SELECT command. The same thing can be performed on the word "FROM" and the character "*" which is a wild card that means everything basically. Try it out.
If in doubt, reach into the trash can and remove the user guide.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the MS SQL Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC