Viewing 15 posts - 16 through 30 (of 111 total)
hi,
i can understand what you feel when is there any change into one table you need to do changes into lot of sp for one column .......
i have one suggestion...
November 29, 2009 at 11:19 pm
pavan,
actually here we are using exchange server so in smtp i need to put that, my problem seems different then you.
guys when i go deep into this i got one...
November 23, 2009 at 3:35 am
you don't get my point previously it was working fine
let me tell you step by step
for testing purpose i am executing like below
EXEC msdb..sp_send_dbmail
@profile_name = 'profilename'
,@recipients =...
November 20, 2009 at 3:50 am
yeh you are right ......... thank you all
November 12, 2009 at 5:33 am
this code works fine
EXEC msdb..sp_send_dbmail
@profile_name = 'admin'
,@recipients = 'xyz@companyname.com'
,@subject = @header
,@body_format = 'HTML'
,@body = @txt
,@from_address = 'admin@companyname.com'
but this one is not
EXEC msdb..sp_send_dbmail
@profile_name = 'admin'
,@recipients...
November 11, 2009 at 5:58 am
hi,
this way you can do that
DECLARE @string VARCHAR(100)
SET @string = 'going to school'
SELECT ltrim(REPLACE(@string,'going',''))
October 29, 2009 at 3:33 am
hi,
can u some sample data with
create script of table
insert script
and your query which causing error
and one more thing when you did as per i told you declare all...
September 8, 2009 at 8:02 am
select Profession from BK_TagSMS_Access where Profession in
(select cast(value as int) from BK_TagSMS_ParameterSplit(@Profession,','))
is this query run completely ............
do one thing to get complete solution for your problem give some sample data...
September 8, 2009 at 7:06 am
yeh you are right where = (1,2,3,4)
will be get error for that
and another cause for that where = case when 1 or 2
if she used case...
September 8, 2009 at 6:57 am
hi,
are you facing problem where these subquery error occurs ?
is this right
then if you are going to execute direct procedure then will show you this error but it will...
September 8, 2009 at 6:52 am
hi,
actually if you put some example data then it will be more useful to tell you, but don't know why you write such query i think your query structure is...
September 8, 2009 at 5:24 am
hi,
you can do that through both ...
but for easy way go to management studio and into that go management
there you will see maintenance plan .... and create new ...
through...
July 17, 2009 at 12:59 am
may be this can help you
SELECT * FROM TEST
WHERE CONVERT(VARCHAR,DAT_TIM,101) >= CAST (@startdate AS DATETIME )
AND CONVERT(VARCHAR,DAT_TIM,101) < (CAST (@startdate AS DATETIME )+1)
July 16, 2009 at 8:19 am
i don't get all things what you say but one thing i can suggest you for
if you want to insert data into two tables right dpends on first table...
July 16, 2009 at 7:56 am
hi can u tell me steps for that i m till now know that to just genrate report and but can we do that like automatically save that into one...
May 6, 2009 at 1:04 am
Viewing 15 posts - 16 through 30 (of 111 total)