取得sql server中的table structure

请问微软专家!!!如何用ADO.NET 枚举数据库的表、字段及类型长度等 .NET技术 / 其他 – CSDN社区 community.csdn.net

CREATE PROCEDURE sp_columns (
@table_name nvarchar(384),
@table_owner nvarchar(384) = null,
@table_qualifier sysname = null,
@column_name nvarchar(384) = null,
@ODBCVer int = 2)
AS
DECLARE @full_table_name nvarchar(769)
DECLARE @table_id int

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *

What is 3 + 2 ?
Please leave these two fields as-is:
IMPORTANT! To be able to proceed, you need to solve the following simple math (so we know that you are a human) :-)