Inserting Data into a Table
SQL Server 2005
The topics in this section describe how to add data to a table in SQL Server 2005.
| Topic | Description |
|---|---|
|
Describes how to insert rows using the INSERT and SELECT INTO statements. | |
|
Describes the database application programming interfaces (APIs) support options for inserting data while processing a result set. | |
|
Describes how to use WRITETEXT and database API options to insert text, ntext, and image data. | |
|
Describes how to use the bulk copy operations to insert large numbers of rows. |