Posted by & filed under SQLSERVER.

System Enhancements for Administrators
Partitioned Tables and Indexes

SQL Server 2005 provides support for partitioned tables and indexes. This allows a table to be spread across a number of physical file groups, improving performance and making it easier to manage range-based archiving procedures.

Table

Posted by & filed under SQLSERVER.

自家製の辞典で中国語検索時にミスがありまして、調べた結果は:

パラメータオブジェクトのデータ型をAnsiStringに指定しています。
これをStringに変更したら、OKです。
よかった!!!

Posted by & filed under ADO.NET.

The following features are new in ADO.NET version 2.0:

Managed Providers

*

Server Enumeration

Provides support for enumerating active instances of Microsoft SQL Server 2000 and later.
*

Asynchronous Processing

Allows you to perform asynchronous database operations using an API …

Posted by & filed under .NET.

Windows Forms controls are reusable components that not only provide many ready-to-use controls but also provide the infrastructure for developing your own controls. You can combine existing controls, extend existing controls, or author your own custom controls.
In Visual Studio

Posted by & filed under ASP.NET.

ASP.NET is a programming structure built on the common language runtime. This structure can be used on a server to build powerful Web applications. ASP.NET 2.0 improves upon the base of advantages by adding support for many new features in: