Viewing 10 posts - 286 through 295 (of 295 total)
The problem is its erroring out when I try to select this variable in Command from Variable in OLEDB source and I cannot bypass this mesage to watch the value...
August 25, 2011 at 3:49 pm
I changed it to like this..Still no luck
"SELECT col1, col2 FROM vw_my_view
WHERE [" + @[User::SqlFilter] + "]"
August 25, 2011 at 2:18 pm
Thanks for your reply. I am getting there.
Now, what i did was, since my source sql was very big, I created a view for it. So I declare two variables.
One...
August 25, 2011 at 10:20 am
Thanks for the explanation. I am still having some confusion and I am hoping that I would be explain it lil better.
I have a column called SQlFilter in my setup...
August 25, 2011 at 7:52 am
No. I can't do that. This some body else's process. I just need to be able to create that stored proc. How about creating this under the service account?
August 2, 2011 at 12:25 pm
I am familiar with ssis. How ca I accomplish this through ssis?
August 2, 2011 at 10:55 am
So, do I need to create sp with OPENROWSET?
August 2, 2011 at 10:41 am
Thanks. But I need somthing that is currently executing and it is executing longer than 15 second. Not the ones which aare done execution.
August 1, 2011 at 7:26 pm
SSC veteran, that worked. Thanks for your help. BTW, it didn't require a reboot.
Thanks again!!!!
July 27, 2011 at 7:00 pm
Yes. This is error logged in windows when I reattempt to start agent.
SQLServerAgent could not be started (reason: SQLServerAgent must be able to connect to SQLServer as SysAdmin,
but '(Unknown)'...
July 27, 2011 at 6:39 am
Viewing 10 posts - 286 through 295 (of 295 total)