Viewing 15 posts - 1 through 15 (of 23 total)
Thanks All. I am planning on going with the truncation in a view but just wanted to make sure I was not overlooking something in SSIS.
Thanks again, as always, this...
September 2, 2010 at 9:24 am
Thanks Steve - You lost me a little:
In the derived column, instead of entering a name, selected the 'replace Name with' option (where Name is my field name) and in...
September 1, 2010 at 11:10 am
So the output column was set to 2 for example and it just truncated the names?
September 1, 2010 at 9:49 am
Thanks. I just tried this and it seems that regardless I get an error about truncating data. I just want to ignore the truncation. For example if input last name...
September 1, 2010 at 8:07 am
Bummer.....I was hoping people would have 'some' ideas.......
Anyone have any thoughts on using 'Control Server' for the user? Pros/cons??
July 21, 2010 at 6:21 am
Hi Wayne -
This is the full code with your changes
-- drop the table if it already exists
IF object_id('evCreateUser') IS NOT NULL DROP TABLE evCreateUser
-- create a...
June 7, 2010 at 7:12 pm
Hi Wayne -no worries, everyone needs weekends away from the pc for sanity reasons! That explanation makes perfect sense.
I posted this to another post but I duplicated a different...
June 7, 2010 at 10:51 am
No this did not return any rows either....this is csv from event viewer....I attached the file I use. I just do a bulk import and then the code I am...
June 6, 2010 at 9:35 pm
THanks Lowell. I ran the code and it does not return any rows. Could it be anythign else?
June 6, 2010 at 9:03 pm
Hi Wayne -
I also get an error about length passed to substring too long? COuld it be that for a different record type the records are longer?
I was also...
June 6, 2010 at 1:25 pm
Wayne --
I am stuck!
Here is the code I am running:
-- drop the table if it already exists
IF object_id('EVCreatedUsers') IS NOT NULL DROP TABLE EVCreatedUsers
-- create a temp...
June 5, 2010 at 11:01 pm
Hi Wayne - I am trying to set up the other record types.
Can you explain what this field does "Pos3-Pos2-15"
SubString(c1.Field9, Pos2 + 14, Pos3-Pos2-15 ----I understand this means start in...
June 5, 2010 at 9:35 pm
Sorry I realize the forum is removing my formatting......All I want is the 3 fields to return in a fixed length so they line up....... each field (regardless of the...
June 5, 2010 at 7:48 pm
So no one knows a simple way to do this? All I want is the output to look be lined up:
OUTPUT:
12345 Allen ...
June 5, 2010 at 7:45 pm
Viewing 15 posts - 1 through 15 (of 23 total)