Viewing 15 posts - 11,251 through 11,265 (of 13,872 total)
Clearly I should stick to SSIS questions and leave this stuff to people who know what they're talking about 🙂
July 13, 2011 at 9:40 am
Of course. Set breakpoints and run interactively in BIDS.
Debugging a Script Component is not so easy ...
July 13, 2011 at 9:31 am
Just a single stored proc with four input parameters should be fine. Deal with the fact that some will be NULL in the logic of the proc.
If you will only...
July 13, 2011 at 9:06 am
Here is more detail. Some superb new features.
July 13, 2011 at 2:53 am
..and now it is magically working.
Merlin strikes again! 😀
Sometimes you just have to shrug your shoulders and get on with it rather than try to figure out why. I doubt...
July 12, 2011 at 7:44 am
Perhaps you could also try a system restore to when your system was working well - assuming you have a suitable restore point, of course.
July 12, 2011 at 7:21 am
This is not really the way that SSIS wants you to work.
It would be better if you could create a datasource which is your SELECT query.
Then put that into a...
July 11, 2011 at 6:09 am
The fact that the data shows up OK in the data viewer suggests to me that this is not a classic Excel-datatype issue, because it seems that the data is...
July 11, 2011 at 3:23 am
Try running just the Select part of the query and look for NULLs in the subisonum column.
That should show you which records are causing the issue.
July 8, 2011 at 9:39 am
but I want indexing for multiple variables where I can assign files to individual variables
Indexing? Please explain.
July 8, 2011 at 9:13 am
So am I right in thinking that you are attempting to use an Execute SQL task to retrieve a single figure and then to store that figure in a variable...
July 8, 2011 at 6:47 am
Maybe the best way of doing that is reading line one of the file and looking for field headings that you know should be there if the file is valid...
July 7, 2011 at 10:22 am
Matt Miller (#4) (7/7/2011)
SET @thevar = ( SELECT TheID
FROM ...
July 7, 2011 at 10:20 am
dmenin (7/7/2011)
Yes I used a script and assigned the result of a "sql task" (that runs a proc) to a variable and I chec the variable. The only problem...
July 7, 2011 at 9:23 am
You'll have to define what you mean by 'validate' please.
Text file columns do not have data types. If your destination is SQL Server, the data types are pre-defined and therefore...
July 7, 2011 at 8:25 am
Viewing 15 posts - 11,251 through 11,265 (of 13,872 total)