Viewing 15 posts - 91 through 105 (of 119 total)
I was in the same predicament, with people in this forum being nasty and not helpful.
Here is some code you can use, needs tweeking but worked for me.
SSIS VB 2008...
October 4, 2011 at 8:29 am
This script worked for me, here is what I changed:
Added:
Imports System.Net
and changed the following line:
Dim creds As New NetworkCredential("username", "password")
After I made those changes and put in the appropriate credentials,...
April 27, 2011 at 8:01 am
SSCrazy is just a rank based on questions of the day answered or points earned for posting.
April 18, 2011 at 12:07 pm
I don't see a reasonable use for Check Constraints. I have pre-process validations I perform before doing major processing, I will mark records as error if the fields in...
March 31, 2011 at 2:28 pm
Well here you go:
select Convert(VarChar, GETDATE(), 101)
February 4, 2011 at 9:56 am
Yep I use it but sometimes people get carried away with their posts...Don't really care when other people wake up or go to bed...
January 17, 2011 at 7:45 am
Thanks for the clarification Kevin, I would definitely agree with your assessment.
January 12, 2011 at 2:12 pm
So what you are saying is his coding stinks and he should buy your books?
January 11, 2011 at 11:32 am
This is the hardest question I have ever seen...Is there a solution?
December 22, 2010 at 6:08 am
Could there be Line Feeds or Carriage returns within some of the fields?
December 14, 2010 at 11:00 am
If each record has different columns, how do you identify which columns for each record go where, presence of data?
AND
if this is the case, you will need to probably import...
December 14, 2010 at 10:29 am
Viewing 15 posts - 91 through 105 (of 119 total)