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
 Adding sample data to new database

Author  Topic 

Goldmember
Starting Member

9 Posts

Posted - 2008-06-11 : 20:44:41
I created a database using SSMS, now I want to add sample data.

What are the methods of adding sample data from the server?

Do I need to use the SQL Server client or can I use the SQL command line or query window?

Thank you,

Goldmember

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-06-11 : 21:04:04
INSERT INTO/BULK INSERT/bcp/SSIS/...

You can use all three that you mentioned.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -