49 reputation
5
bio website
location
age
visits member for 6 months
seen Mar 1 at 16:26
stats profile views 12

Mar
1
accepted Bulk Insert Failed “Bulk load data conversion error (truncation)”
Mar
1
comment Bulk Insert Failed “Bulk load data conversion error (truncation)”
Thanks; how can I differentiate whether it's '/n' or '0x0a', as in the file it appears to be a new line character? I hadn't seen this one before this.
Mar
1
asked Bulk Insert Failed “Bulk load data conversion error (truncation)”
Feb
3
comment RoR - NameError: uninitialized constant Info / NameError: undefined local variable or method 'info' for main:Object
Thanks, I've seen that and plan to do it too. Several bloggers pointed out that it can be pretty heavy, so I wanted to learn a few of the basic "whys" of RoR programming, so that when I tackle something big like that, I'll know - "Oh yeah, this means X." I've found that when I know why something happens, projects make more sense.
Feb
3
comment RoR - NameError: uninitialized constant Info / NameError: undefined local variable or method 'info' for main:Object
Thanks; no, I'm creating my own app just for experience. I've completed several tutorials, but I wanted to create a simple app on my own because I figured I would experience different failures, but pick up on things faster and learn the process of creating something new. I'll try to find where to put the attr_accessible at - thanks again.
Feb
3
revised RoR - NameError: uninitialized constant Info / NameError: undefined local variable or method 'info' for main:Object
Classes needed to be updated in step four
Feb
3
awarded  Commentator
Feb
3
comment RoR - NameError: uninitialized constant Info / NameError: undefined local variable or method 'info' for main:Object
Thanks for the insight on rails console vs. irb - that's new information. I tried doing the info = Info.new([INFORMATION]) and it generated an error "can't mass-assign protected attributes: ccnumber, cccode, address" - meaning too many validation parameters?
Feb
3
revised RoR - NameError: uninitialized constant Info / NameError: undefined local variable or method 'info' for main:Object
added 8 characters in body
Feb
3
asked RoR - NameError: uninitialized constant Info / NameError: undefined local variable or method 'info' for main:Object
Jan
28
comment How to retrieve the name of a file and store it in the database using SSIS package?
+1 and let me just make sure I understand: by adding the (DT_STR,2000,1252) that enforces a length when the data are inputted (to be fair, in this case the length was around 100 characters, but I overshot)?
Jan
28
revised How to retrieve the name of a file and store it in the database using SSIS package?
added 1000 characters in body
Jan
28
accepted How to retrieve the name of a file and store it in the database using SSIS package?
Jan
28
comment How to retrieve the name of a file and store it in the database using SSIS package?
This plus one oversight I was missing. I'll update the first post to help others. I really appreciate your help.
Jan
28
revised How to retrieve the name of a file and store it in the database using SSIS package?
added 66 characters in body
Jan
28
comment How to retrieve the name of a file and store it in the database using SSIS package?
Here is the general package: github.com/tmmtsmith/SSISLoopWithFileName. It includes test files; the only thing that needs to be adjusted are the connections and Archive variable path.
Jan
27
comment How to retrieve the name of a file and store it in the database using SSIS package?
Thanks; appreciate it. Tomorrow, I'll upload an identical package to GitHub and share it, as these loop packages are pretty easy to build. Thanks again.
Jan
23
accepted Stored Procedure Cache Clearing and Execution Time
Jan
23
asked Stored Procedure Cache Clearing and Execution Time
Jan
18
revised How to retrieve the name of a file and store it in the database using SSIS package?
added 781 characters in body