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.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 User Input in SQL Server

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 parameter

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-10-09 : 12:05:19
that should done at your presentation layer
Go to Top of Page

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
Go to Top of Page

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 possible
Why do you want to do this?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-10-13 : 01:24:50
You can certainly add input parameters in SSMS. You do not need a frontend for that. What are you trying to accomplish?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -