![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In other databases, the prompt-tool offers a way of doing dml/ddl statements. They usually have a way of describing objects in the db as well I have not found that with sqlcmd yet. |
#3
| |||
| |||
|
|
björn lundin (b.f.lun... (AT) gmail (DOT) com) writes: In other databases, the prompt-tool offers a way of doing dml/ddl statements. They usually have a way of describing objects in the db as well I have not found that with sqlcmd yet. Try "EXEC sp_help 'tbl'". Which you can shorten to "sp_help tbl", as long as there is no schema component in the name. Although, Microsoft is moving away from the sp_helpxxx procedures, why new features may not be presented in these. Rather, MS thinks it better to query the catalog views directly. |
![]() |
| Thread Tools | |
| Display Modes | |
| |