Viewing 15 posts - 76 through 90 (of 131 total)
OMG:-):-):-) It works like a charm. Thaaaaaaaaaaaaaaaaaank Yoooooooooooooouuuuuu!!!!!!!! :-):-):-)
July 14, 2011 at 7:16 am
I tried implementing by replacing with br, but br gets appended to the string.
July 14, 2011 at 5:57 am
I am using the function to send a report using Database Mail as shown below.
Is there any other go wherin I can I can show multiple itinerary's on different...
July 8, 2011 at 7:13 am
I am trying to implement this into the following function :
CREATE FUNCTION [dbo].[fnItinerary](@Itinerary_id int)
RETURNS VARCHAR(max)
AS
BEGIN
-- Declare the return variable here
declare @tblFirstName table(ItineraryInOne varchar(max))
declare @ItineraryArr varchar(max)=''
insert into @tblFirstName
SELECT AirLine+' '+Origin+' '+Destination
from...
July 8, 2011 at 5:53 am
Hi
When I use this in a select statement as shown i get Sql Server
declare @Str1 varchar(32)
declare @Str2 varchar(32)
select @str1='Sql', @Str2='Server'
select @str1 + char(13) + @str2
Am I doing something wrong???
July 8, 2011 at 5:27 am
Thanks for the timely help. Will try implementing as advised. :-):-):-)
July 6, 2011 at 8:25 am
Thanks a lot for the valuable suggestions. I am in the process to fine tuning the database by eliminating all the junk data & standardization of the data types across...
July 1, 2011 at 2:31 am
Woowwwwwwww!!!!!!!!! Thanks a looooooooooooooooooooooooooot!!!!!!!!!!!!!!! once again for being my saviour !!!!!!!!!!!!!!:-):-):-):-):-):-):-):-):-):-):-):-):-):-):-):-):-):-)
June 30, 2011 at 5:01 am
One more query ..
My boss wants me now to stop sending blank reports rather than sending a message.
Is this possible?????
Regards,
Nithin
June 30, 2011 at 1:24 am
Thanks a lot!!!!!!! for the timely help. This is of great use to me !!!!!!! Thanks once again !!!!:-):-):-):-)
June 29, 2011 at 4:00 am
Can I generate such reports in SSRS??????????
June 28, 2011 at 4:06 am
It works like a charm !!!!!!!!!!!!!!!!!:-):-):-):-):-)
Thaaaaaaaaaaaaaaaaaaank You!!!!!!!!!!!!!!!!!:-):-):-):-)
June 27, 2011 at 8:23 am
This is the script for the database mail i use. Where should i put the conditions in the script which will prevent the mail from being sent. All I need...
June 25, 2011 at 8:04 am
Thanks a loooooooooooooooooooooooooot:-):-):-):-):-) people for the help provided.
June 24, 2011 at 10:11 am
Viewing 15 posts - 76 through 90 (of 131 total)