Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Re: Re: Perl DBI Insert row

by mpeppler (Vicar)
on Nov 26, 2003 at 18:09 UTC ( [id://310344]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Perl DBI Insert row
in thread Perl DBI Insert row

sp_columns works as well, but it gives you a lot more information for each column than is really necessary (the output runs to 20 columns on my system).

sp_help is the generic "get me information for this database object" procedure, and will give additional information, such as indexes that exist on the table, and any triggers that are defined.

It exists in all versions of MS-SQL and Sybase dating back to the Sybase 3.x releases in the mid-late 80s... :-)

Michael

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Perl DBI Insert row
by Art_XIV (Hermit) on Nov 26, 2003 at 18:42 UTC

    Yep! You're right. I stand corrected. :)

    Hanlon's Razor - "Never attribute to malice that which can be adequately explained by stupidity"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://310344]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-03-29 11:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found