| | |
SQL Express
Please support our MS SQL advertiser: Intel Parallel Studio Home
![]() |
right click on table then open table, write data row by row
or you can add data from application using ADO.NET
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
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
•
•
•
•
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
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
MS SQL Syntax (Toggle Plain Text)
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.
![]() |
Similar Threads
- Urgent Help With a SQL Where statement (MS SQL)
- Need Urgent Help in MS SQL Express Query! (MS SQL)
- Vb6 and MS Sql Express on LAN (Visual Basic 4 / 5 / 6)
- SQL express on a remote machine (VB.NET)
- Sql Express 2005 Installation error in Vista (Windows Vista and Windows 7)
Other Threads in the MS SQL Forum
- Previous Thread: Remote MS SQL database update issue
- Next Thread: SQL LOGIC hELP
| Thread Tools | Search this Thread |
autogrowth connectingtodatabaseinuse count cursor data database datepart dbsize deadlock delete_trigger highperformancecomputing hpc hpcserver2008 ibm iis loop maximum microsoft ms mssql multithreading news number permission query reporting result server services sets source sql sqlserver sqlserver2005 supercomputing uniqueid update view






