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 - 2000-09-12 : 00:09:35
|
chetan writes "Hi Team,
I'd like to know how effecient are stored procedures when compared to hard coded SQL statements using ASP. Let's say that I have a single update/insert command. Is it wise to write a stored procedure for such an operation or is it ok to use the update/insert statement directly in the ASP script."
|
|
|
|
|
|