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 |
|
Rajeshkulkarni
Starting Member
5 Posts |
Posted - 2004-10-05 : 10:04:08
|
| i am using dyanmic sql in stored procedure is there any limitation for that how should i pass values or parameters to Stored proc from asp.net using c# as front end presently i am doing by redirect method but can not do it for huge values or parameters ?RajeshRajesh |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-10-05 : 13:16:06
|
| Why do you need dynamic sql? Dynamic sql should be avoided due to performance and security reasons.Tara |
 |
|
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2004-10-05 : 22:48:20
|
| duplicatehttp://www.sqlteam.com/forums/topic.asp?TOPIC_ID=40878 |
 |
|
|
|
|
|