Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello there
Here is what i want to do:
Create a Job and Export it as a .bat file.
In the Job i want one simple SQL query like
SELECT * FROM employees WHERE Name = 'Parameter'
When i click on the Batch file i would like to have a text like ' Please insert Name and press Enter'
And after i press Enter i would like to use that Name as Parameter in my query and in the same cmd window get the results print out.
Is this possible or is there some simular way to do this?