rdrunner400
Programmer
Hi Guys,
What I have here is a exec command to run on a SQL Server and I am wanting to be able to have the 2012-06-25 to be a variable that upon running this stored procedure a prompt box appears to allow a variable date to be entered.
Is this possible and if so please can you show me an example.
exec('CREATE VIEW "Runs" AS
SELECT "Run_ID" FROM "Run" WHERE
"Completed" <= ''2012-06-25''');
Regards
rdrunner
What I have here is a exec command to run on a SQL Server and I am wanting to be able to have the 2012-06-25 to be a variable that upon running this stored procedure a prompt box appears to allow a variable date to be entered.
Is this possible and if so please can you show me an example.
exec('CREATE VIEW "Runs" AS
SELECT "Run_ID" FROM "Run" WHERE
"Completed" <= ''2012-06-25''');
Regards
rdrunner