Viewing 15 posts - 121 through 135 (of 163 total)
I've actually written some C# code to dynamically create a package with a data flow and dynamic column mappings but it just doesn't feel right. For one it's not flexible....
August 21, 2008 at 5:36 pm
Is it possible to create a script task that is detached from everything else and call it from anywhere I want?
July 31, 2008 at 7:16 pm
I just realised that I had set the batchsize to something greater than the number of rows in the input file, hence why multiple errors were being put into the...
April 17, 2008 at 2:39 am
It turns out that I'm blind and the single error event that gets raised sends all of the errors in the ErrorDescription variable. So I just need to parse the...
April 16, 2008 at 10:57 pm
I already have logging set up to redirect the errors to a flat file.
problem is only the first error is getting thrown.
April 16, 2008 at 9:26 pm
As has been said before, it depends on why need the web service in the first place. IMHO you shouldn't be calling a web service that can take a while...
April 16, 2008 at 9:03 pm
Yes, you can ignore the .NET 3.0 installation. It is basically .NET 2.0 plus a few extra things.
February 20, 2008 at 9:19 pm
Thanks for the help everyone.
Yes, the column definitions seems to be a big problem.
I'll stick with the VB.NET code as it seems the most simple to understand (good for future...
February 20, 2008 at 3:16 pm
Actually what I want to do is export all tables to separate files. E.g. Table1 goes to Table1.csv, Table2 goes to Table2.csv, etc.
I'm actually going to take it a little...
February 19, 2008 at 5:25 pm
Got it, thanks to the suggestion of using charindex and substring. Oh and also a CASE.
March 1, 2007 at 8:10 pm
Whoops, forgot to mention that sometimes the filed may not have 2 numbers.
So sometimes it's like: '19 & 133'
And other times is's just: '19'
I need to make it work for...
March 1, 2007 at 7:53 pm
Yep, the format will always be:
number1 space ampersand space number1
I want number1 only.
March 1, 2007 at 7:48 pm
Nevermind, got it. Added the link server retrieval stuff into the SELECT list in the view and it's all working fine.
Thanks for all your help.
December 28, 2006 at 7:19 pm
Sorry I dont understand what you mean.
The data I need to get comes from Server1.DB1 (e.g. employee name, address, phone) and Server2.DB2 (e.g. salary, DOB).
Where should I create the VIEW and...
December 28, 2006 at 7:14 pm
Viewing 15 posts - 121 through 135 (of 163 total)