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
 General SQL Server Forums
 New to SQL Server Programming
 User Input

Author  Topic 

sambrown18
Starting Member

14 Posts

Posted - 2008-04-23 : 14:05:52
I have created a query that has a "When" and an "And" function.

I know need to make the query run on user input, i want it to ask for the date, then name to run the query

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-04-23 : 14:07:31
Post your query then
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-04-23 : 14:08:01
This is not possible in SQL Server. You need an application to prompt for user input.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -