Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
The topics in this section describe how to add data to a table in SQL Server 2005.
In This Section
| 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. |
See Also
Concepts
Other Resources
Deleting Data in a Table
INSERT (Transact-SQL)
SELECT (Transact-SQL)
WRITETEXT (Transact-SQL)
bcp Utility
BULK INSERT (Transact-SQL)