|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Desc Table function on SQLSERVER 2000?
Is there a build in function or a way by comand line (select statement) to list all of the columns in a table in SQLSERVER??
|
|
#2
|
|||
|
|||
|
Never Mind,
I always seem to answer my own questions. For anyone who's wondering the information is in two system tables sysobject and syscolumns Just create a view using the ID as the link and there you go! |
|
#3
|
|||
|
|||
|
Does MS SQL Server 2000 retain the old 'sp_help' stored procedure? It essentially performed the same option but formated it nicely, said the datatype, etc.
Try sp_help tablename and see if it works.
__________________
Matt - matt@fanhome.com FanHome.com - Where Sports Fans Connect (our SYBASE-backed vB Forums!) Sybase DBA / PHP fanatic ![]() Sybase v. MySQL v. Oracle | Why I don't like MySQL | Download Sybase TODAY! | Visit DBForums.com for all your RDBMS talk!
|
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > Desc Table function on SQLSERVER 2000? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|