由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - How to know field names of a record set in SQL Server?
相关主题
请教sql server的dbo prefix求助:如何ColumName 作为变量放入query
SQL Server下,如何有效管理VIEW?问个问题
sql questionhow to register SQL Server in intranet
如何用SQL语句判断一个TABLE是否存在?Any SSIS high hand here?
MS SQL Server 2k question什么也不懂,要考个SQL Server 的证
[转载] what's wrong with this PL/SQLjournal for sql server
the most stupid question请问Enterprise level experience
请教一个JDBC的问题 getTableName()shutdown 200+ SQL SERVERS in 45 minutes
相关话题的讨论汇总
话题: sql话题: server话题: names话题: field话题: procedure
进入Database版参与讨论
1 (共1页)
c**t
发帖数: 2744
1
In SQL Server, how to konw the field names of a table or a stored procedure
with select return?
c**t
发帖数: 2744
2
exec sp_columns only returns fields name of a table, but not proc.

procedure

【在 c**t 的大作中提到】
: In SQL Server, how to konw the field names of a table or a stored procedure
: with select return?

c**t
发帖数: 2744
3
exec sp_columns TABLENAME
can return the field name of a table, but can't get the field names of a
stored procedure.
1 (共1页)
进入Database版参与讨论
相关主题
shutdown 200+ SQL SERVERS in 45 minutesMS SQL Server 2k question
这句SQL怎么写?[转载] what's wrong with this PL/SQL
Re: A question for SQL Serverthe most stupid question
SQL server 和SQL anywhere的区别是什么?请教一个JDBC的问题 getTableName()
请教sql server的dbo prefix求助:如何ColumName 作为变量放入query
SQL Server下,如何有效管理VIEW?问个问题
sql questionhow to register SQL Server in intranet
如何用SQL语句判断一个TABLE是否存在?Any SSIS high hand here?
相关话题的讨论汇总
话题: sql话题: server话题: names话题: field话题: procedure