Viewing 15 posts - 76 through 90 (of 580 total)
James,
Fair comment I guess. The title was meant to be fairly colloquial (I think - Its almost two years since I wrote it and was surprised to see it republished).
-Jamie
November 3, 2006 at 7:49 am
In case anyone is interested, Mag and I sorted this one out offline and she was good enough to write a short case study which is well worth a read:
A case...
November 3, 2006 at 7:45 am
Gerald,
Some people like unicode, some people don't. Some people are not international - some people are. You can't please all of the people all of the time so they've gone for...
September 14, 2006 at 7:40 am
Jennifer,
That error comes from SQL Server so the expression has been evaluated just fine - its the resultant SQL statement that is erroring
use this technique : http://blogs.conchango.com/jamiethomson/archive/2005/12/05/2462.aspx to debug the...
September 3, 2006 at 12:48 pm
Bert,
The question asks about "the results of a sql query being stored in a variable". i.e. The whole resultset in ONE variable. There is only one variable datatype that allows this -...
August 29, 2006 at 1:01 pm
KD,
Its a string manipulation problem. Pull out all of the different parts of the date using DATEPART function and concatenate them together.
-Jamie
August 4, 2006 at 12:00 am
Rob is right.
System.IO.File.Exists(filename)
will do the job for you.
-Jamie
July 26, 2006 at 1:53 pm
You can set the name of the file dynamically by using an expression on the Flat File/Excel/whatever connection manager. That expression can in fact do all the work for you...
July 26, 2006 at 1:51 pm
Did you choose to save the package to the file system or to SQL Server?
July 23, 2006 at 1:44 pm
Not a bad article Andy. I learnt some stuff I didn't know before.
Having said that, the article was a "How" to use them. I would really likemto see a "Why"...
July 23, 2006 at 1:38 pm
Good point Joshua if that's the case. Minor oversight if so - my apologies!
-Jamie
July 20, 2006 at 7:37 am
I'm truly shocked about this. I hope the supply of great material from Mark doesn't dry up.
Which of the two blokes in the above picture is he by the way?
July 20, 2006 at 5:26 am
Correct David. That's kinda why I included it as an option
-Jamie
July 20, 2006 at 4:45 am
There's a small fix. Set AlwaysUseDefaultCodePage=TRUE on the OLE DB Source adapter.
-Jamie
July 9, 2006 at 11:36 pm
Viewing 15 posts - 76 through 90 (of 580 total)