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 |
|
Sunny0564
Starting Member
2 Posts |
Posted - 2009-10-09 : 06:58:02
|
| How do I prompt for user input using SQL Server 2000.If any body know the soulution, pls let me know.Sunny |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-10-09 : 07:02:25
|
quote: Originally posted by Sunny0564 How do I prompt for user input using SQL Server 2000.If any body know the soulution, pls let me know.Sunny
It is not possible until you debug a procedure with input parameterMadhivananFailing to plan is Planning to fail |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-10-09 : 12:05:19
|
| that should done at your presentation layer |
 |
|
|
Sunny0564
Starting Member
2 Posts |
Posted - 2009-10-13 : 01:03:01
|
| It is possible in Oracle in PL/SQL we can enter input directly while running sql query. The same way is it possible in SQL Server ?...Sunny |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-10-13 : 01:21:38
|
quote: Originally posted by Sunny0564 It is possible in Oracle in PL/SQL we can enter input directly while running sql query. The same way is it possible in SQL Server ?...Sunny
It is not possibleWhy do you want to do this?MadhivananFailing to plan is Planning to fail |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|