Viewing 15 posts - 61 through 75 (of 204 total)
guys was able to do it with this piece of code. But still love to have smaller one is possible.
SUBSTRING(substring(@name,CHARINDEX(' ', @name)+ 1 , len(@name)), 1, CHARINDEX(' ', LTRIM(substring(@name,CHARINDEX(' ',...
July 9, 2009 at 2:19 pm
I think "sp_Send_dbmail" might hep you. Attach all the files in the sp_send_Dbmail. Here is the syntax just incasesp_send_dbmail [ [ @profile_name = ] 'profile_name' ]
...
July 8, 2009 at 3:05 pm
I think "sp_Send_dbmail" might hep you. Attach all the files in the sp_send_Dbmail. Here is the syntax just incasesp_send_dbmail [ [ @profile_name = ] 'profile_name' ]
...
July 8, 2009 at 3:05 pm
I think "sp_Send_dbmail" might hep you. Attach all the files in the sp_send_Dbmail. Here is the syntax just incasesp_send_dbmail [ [ @profile_name = ] 'profile_name' ]
...
July 8, 2009 at 3:05 pm
Guys, really Appreciate ur efforts and time. Lmu92 I feel ur concerns. To be honest with I was not expecting a real good answer or solutions, as I have never...
July 6, 2009 at 5:46 pm
Guys, I think we are not on the same page here. You got the total right on the isde. But I want the total as one more row below too....
July 6, 2009 at 4:00 pm
I am just writing T-sql inside the proc.
July 6, 2009 at 3:50 pm
The only way i think is, insert into #temp tbl and do in while loop............
July 1, 2009 at 4:54 pm
Well I am not a grt expert @ T-SQL. I can try to do with the of temp table.
I don't know what will be in the height and weight field...
July 1, 2009 at 3:50 pm
Jonathan is right. Lookup works differently for empty space. I had these issue. Use TRIM function to trim both left n right when you do lookup. Use in both source...
July 1, 2009 at 2:37 pm
U shouldn't have prbl. RUn this is SQL
DECLARE @UNIT Nvarchar(10)
SET @UNIT = '100.00'
SELECT CONVERT(decimal(20,4), @UNIT)
DECLARE @DATE Nvarchar(10)
SET @DATE = '20090614'
SELECT CONVERT(datetime, @DATE)
I think u are doing something wrong in...
June 25, 2009 at 3:40 pm
This is what exactly I had a year ago. I don't remeber , But I was able to fix it. I think in my case, there is an option something...
June 25, 2009 at 3:17 pm
Do you think changing a code page options in the flat file conncetion would help?
June 25, 2009 at 3:08 pm
Just stick the Data Conversion inbwtween souce and destination appropriately.
Can u post real values one of each for each column here? I don't think there is a concept of...
June 25, 2009 at 3:01 pm
Jeff Thanks, You have been alwus a gret help.
Out of all 4 columns used on On conditions, 3 are nchar of length 2, 2, and 12. StatusID is small int....
June 17, 2009 at 7:48 am
Viewing 15 posts - 61 through 75 (of 204 total)