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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-08-15 : 07:33:20
|
| kashif writes "hi,I have some query related to extended stored procedure.Q1: How can i get complete list of all extended stored's parameters in detail, (any site or tutorial).Well i m using SQL Server 2000. Especially Extened stored procedure of master data base.thanks KASHIF AHMED" |
|
|
Thrasymachus
Constraint Violating Yak Guru
483 Posts |
Posted - 2005-08-15 : 08:40:12
|
| a good place to start would be SQL Server Books Online-->Transact SQL Reference-->>System Stored Procedures and look at the ones that start with xp_. However there undocumented ones us common folk are not supposed to know about but you can google these using the keywords "SQL Server extend stored procedures". Smells like homework.====================================================Regards,Sean RoussyThank you, drive through |
 |
|
|
|
|
|