| Author |
Topic |
|
dhanu.tpk
Starting Member
14 Posts |
Posted - 2010-02-01 : 04:52:17
|
| Hi,by passing sp name i need to get count of line numbers, count of parameters used in sp,tile,tables used. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-02-01 : 04:55:09
|
| you need to write custom sp for that. you can start from looking into sys.sql_modules |
 |
|
|
dhanu.tpk
Starting Member
14 Posts |
Posted - 2010-02-01 : 04:57:45
|
| can you give some more details on that... |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-02-01 : 05:03:05
|
| http://msdn.microsoft.com/en-us/library/ms175081.aspx |
 |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2010-02-01 : 06:11:13
|
quote: Originally posted by dhanu.tpk Hi,by passing sp name i need to get count of line numbers, count of parameters used in sp,tile,tables used.
Why do you want to do this?MadhivananFailing to plan is Planning to fail |
 |
|
|
dhanu.tpk
Starting Member
14 Posts |
Posted - 2010-02-01 : 06:21:31
|
| i have 300 sp and i need to give some details for each sp,so that region!!! |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-02-01 : 06:39:02
|
quote: Originally posted by dhanu.tpk i have 300 sp and i need to give some details for each sp,so that region!!!
why do you need number of lines and all? |
 |
|
|
dhanu.tpk
Starting Member
14 Posts |
Posted - 2010-02-01 : 06:46:27
|
| i have merge all these these details to excel sheet!! |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2010-02-01 : 06:54:01
|
quote: Originally posted by dhanu.tpk i have merge all these these details to excel sheet!!
Doesn't excel support line number?MadhivananFailing to plan is Planning to fail |
 |
|
|
|