Viewing 15 posts - 1,981 through 1,995 (of 4,272 total)
Maybe double up the \ so it is D:\\temp
CEWII
June 29, 2010 at 10:58 am
What does this EXE do? Does SQL run as a user or as localsystem (or equivalent).
CEWII
June 29, 2010 at 10:54 am
I'm not sure of a good way to work around this with the component itself, you could use a script component as a data source and read and format the...
June 29, 2010 at 10:52 am
You know Cozy, I recommend people look at your components quite a bit, I might need to download them and spend some time looking at them in greater detail myself..
CEWII
June 29, 2010 at 10:24 am
Off the top of my head you would have a data-flow component and within it two data sources and using a Merge Join component I would bring the two sources...
June 29, 2010 at 10:22 am
You can create one on the fly but it requires more steps than what I am going to recommend..
1. Create an empty mdb file with all the structures you need....
June 29, 2010 at 10:17 am
Sounds like a permissions problem. Run a trace on the SQL server and see if it is even getting logged in and starting the process.
CEWII
June 29, 2010 at 10:11 am
Can I ask why you want to use a file to accomplish this?
CEWII
June 29, 2010 at 10:09 am
I was unclear then.. I was talking about app structures like what you are taking actions on, there can and probably will be locking/blocking on these as each thread...
June 29, 2010 at 9:59 am
That advice is right on, and unfortunately not very obvious to the newer users in SSIS.
CEWII
June 28, 2010 at 2:21 pm
da-zero (6/24/2010)
I thought there was also an option in the SSIS package step to select 32-bit runtime environment, but I can't seem to find it.
I don't believe that checkbox exists...
June 28, 2010 at 2:18 pm
That was my thought as well, I hate to be crotchety but why didn't he just google that? I really hate answering something that would only take 2 seconds...
June 28, 2010 at 1:15 pm
First off, I have not actually done this. But I would think you would need a tool to read the inbox, and then take the message and strip the...
June 28, 2010 at 1:10 pm
What version of SQL and 32 or 64 bit?
CEWII
June 28, 2010 at 9:17 am
I generally use the control structures to manage concurrency where I can, I only lock them long enough to get the work to do and mark that I have it....
June 28, 2010 at 9:14 am
Viewing 15 posts - 1,981 through 1,995 (of 4,272 total)