Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Including a dynamic parameter in SPROC
Message
 
To
09/05/2007 13:16:47
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01223878
Message ID:
01223886
Views:
20
This message has been marked as the solution to the initial question of the thread.
>I am creating a SPROC where I am filtering by a specific date, which I am passing in as a parameter. What I would like to do is if there is a date, show records on that date, otherwise show all records. How can I implement something like this?

In your where clause you can say..

where @DateParameter is NULL or DateField = @DateParameter
____________________________________

Don't Tread on Me

Overthrow the federal government NOW!
____________________________________
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform