Creating SQL Server 2005 Objects in Managed Code

You can use .NET languages in addition to the Transact-SQL programming language to create database objects such as stored procedures and triggers, and to retrieve and update data for Microsoft SQL Server 2005 databases.

In This Section

Reference

  • System.Data
    Describes the System.Data namespace and provides a table of relevant classes.

  • System.Data.Sql
    Describes the System.Data.Sql namespace and provides a table of relevant classes.

  • System.Data.SqlTypes
    The System.Data.SqlTypes namespace provides classes for native data types within SQL Server 2005.

  • Microsoft.SqlServer.Server
    Describes the Microsoft.SqlServer.Server namespace and provides a table of relevant classes.