Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
PeterG
Posting Yak Master
156 Posts |
Posted - 2005-01-10 : 11:20:35
|
| stored procedures from the database? what's the syntax? |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2005-01-10 : 11:38:35
|
| select routine_name, routine_type, routine_schemafrom information_schema.routines==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|