Viewing 7 posts - 16 through 22 (of 22 total)
Hello I need a little more help with the SQL task to Variable.
I have made a SQL Task and set the result to Single Row and put in my Query...
February 4, 2014 at 12:48 pm
Thank You I will have to try this using a variable ( I am a little lost on how to do that so I will have to do some investigation)...
February 4, 2014 at 9:02 am
I found some information. I believe I need to add a lookup and use that lookup to run the following Query:
SELECT PayPeriod
FROM dbo.LS_PAY_PERIOD
WHERE PayDate IN (
SELECT MAX(PayDate)
FROM dbo.LS_PAY_PERIOD
)
Where...
February 3, 2014 at 1:26 pm
Thank You very much. Both of these should do the job. I will post once I have tried them.
November 26, 2013 at 9:06 am
I was able to Highlight all and copy to single file. Thanks
I am still hoping to find a way to automate this more. All help is appreciated.
November 25, 2013 at 12:53 pm
We are getting ready to Sunset several Servers here and we are under several regulations so I believe it is for documentation purposes.
I am new enough to this company and...
November 25, 2013 at 12:48 pm
Viewing 7 posts - 16 through 22 (of 22 total)