Viewing 15 posts - 16 through 30 (of 203 total)
Guys Thanks to all....Looks like this piece of code seems to work....
September 25, 2009 at 11:04 am
here is the whole codeAS
SET IMPLICIT_TRANSACTIONS ON
SET NOCOUNT ON
DECLARE @ERRORNUMBER INT
DECLARE @ERRORSEVERITY...
September 25, 2009 at 10:19 am
@vmavoodu - Please see above, my first post has error message.
Since Steve, suggested me to put only part of the code I took everything that was within begin and end...
September 25, 2009 at 9:02 am
SOrry Steve..I thought posting everything will help more clearly to look @ the code, bUT i think I was wrong.
here is the codeSET NOCOUNT ON
DECLARE @ERRORNUMBER...
September 24, 2009 at 12:16 pm
Ken thanks....As a Matter of fact I was working on it rt now.
*******NOTES: I didn't realized that I am doing Insert too. But the INSERT is not on T1 table...
September 15, 2009 at 9:56 am
David, if you are talking about my code, then it seems it will not help for your second scenerio. ALL my function does is - removes spaces bewteen two or...
September 8, 2009 at 10:31 am
Guys thanks to all. Everyone seems right except the one where he is only thinking about this particluar string. There might be different ways when data comes to me. The...
September 8, 2009 at 8:15 am
Thanks MC.....It worked becoz u have two rplace there to take care of two scenerioes. But we don't know how it comes for other rows from mainframe. Rt now I...
September 4, 2009 at 9:11 am
'A COSMETOLOGIST uses knowledge to do things to a client`s hair. A HAIRAPIST uses knowledge to give a customer guidance so she can do her own...
September 4, 2009 at 8:48 am
DELETE FROM mytesttable
WHERE (CONVERT(VARCHAR, datevar, 103) = ?
I have used a input parameter whose data type is DBTime
This input parameter is a user::variable whose datatype when i created was...
September 3, 2009 at 10:13 am
keywest u r confusing man..
post some data and the reults u trying to get. and alos get into details what u trying to do....
August 14, 2009 at 3:30 pm
Try this
"insert into MyTable(column1) values ('" + REPLACE((DT_STR, 25, 1252) @[User::XMLTestVar1], "'", "''") + "')"
I have a ssis that logs on error on event handler. and I have used this...
August 14, 2009 at 2:37 pm
Marios, I think something is going wrong @ ur SSIS. I have a ssis package that loads over a 8 millions rows in less then 15 mins, to be exact...
August 14, 2009 at 2:29 pm
ps thanks...But looks like i confused u. I know I can easily do in T-SQL.
But the problem is i need to do this inside the dataflow task in the...
August 11, 2009 at 9:54 am
I said many times to myself that i am not gonna reply tothis thread. But, cannot hold anymore as I receive email everytime there is reply from u all. But...
August 10, 2009 at 1:11 pm
Viewing 15 posts - 16 through 30 (of 203 total)