A1VBCode Forums

SQL Express


http://www.a1vbcode.com/vbforums/Topic27093.aspx

By shers - 2/23/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

By MaslowB - 6/11/2009

you can right click the table in the object explorer and select open table, then type data into it



or you can type into a query window Insert into tablename(columnx,columny,columnz) values (x,y,z,etc...)