Viewing 15 posts - 1 through 15 (of 66 total)
Excellent news! You both deserve it and I can't say I am not jealous...
Every time I see Jeff's work, I am amazed how well he understands the internals of...
July 2, 2008 at 6:50 am
Respectfully, the chair example is just wrong. You might take four tries to get the first one right, but you can easily replicate the other three chairs assuming that...
June 16, 2008 at 11:18 am
I have to agree with Steve, but I want to agree with Jeff!
We are often asked to work on something as "Priority One!". This usually means you...
June 16, 2008 at 8:09 am
Who is this Jennifer, and does she have a swimsuit layout?
I think it would be prudent to keep your tape system around until media such as DVDs get enough capacity...
November 29, 2006 at 7:51 am
I sent you a message through this site with my email address in it.
July 13, 2006 at 11:51 am
Let's start with something simple. Insert this line right before the Next statement:
Set oTransformation = Nothing
July 13, 2006 at 11:34 am
So let me understand this... Is this For loop not working? If so, what is the error message? If there is no error message, what is the...
July 13, 2006 at 10:07 am
Not necessarily. You can use the BCP utility.
Look it up on BOL. If you don't have BOL, then here is a link:
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
July 13, 2006 at 8:21 am
Then why don't you just build a sql command to do this for you?
INSERT INTO DestDB.dbo.Table1
SELECT * FROM SourceDB.dbo.Table1
GO
INSERT INTO DestDB.dbo.Table2
SELECT * FROM SourceDB.dbo.Table2
GO
{And so forth}
Then you can use one...
July 13, 2006 at 7:29 am
Will the destination fields be a straight copy from the source fields with the same datatypes?
July 13, 2006 at 6:51 am
Use UNC format instead \\{server}\{share}\DATA\PT_61_DOWNLOADS\formatfile-f-c.fmt
July 12, 2006 at 2:07 pm
This is tricky. You will have to read up on adjusting the DTS CustomTask SQLStatement properties using ActiveX. Or if the create table command will never exceed 255...
July 12, 2006 at 12:52 pm
We have frequent network drops here. I've learned through experience that any remote file that I have to access as a source file in DTS, to always wrap the...
July 12, 2006 at 12:45 pm
There's a funny behavior that I've noticed in DTS:
The same result as the ActiveX CreateObject can be obtained if you delete the Excel XLS file using the FSO...
July 12, 2006 at 12:37 pm
You're right if this is, in fact, called by a sp. And also assuming he is not massaging the data with ActiveX on his transform.
It would be helpful to...
July 12, 2006 at 12:23 pm
Viewing 15 posts - 1 through 15 (of 66 total)