Viewing 5 posts - 1 through 5 (of 5 total)
The best tool for this is sql profiler as mentioned by AJ Ahrens
September 17, 2004 at 11:15 am
for using the trusted connection, just leave the user id and password from the connectionstring parameter (not even mentioning it). It will automatically uses trusted connection to connect to the sql...
September 16, 2004 at 4:31 am
SQL Mail directly does not use any port communication. Insteady It uses MAPI client to send and receive mails. Once If you create a mail profile that is enough to...
September 16, 2004 at 3:50 am
there is one more way...
select top 1 id from (
select top 2 id from tmp_tmp_tmp order by id desc)
as tmp order by id
September 15, 2004 at 6:25 am
this is so simple. we can do it in 2 steps.
step 1: build the html file using sp_makewebtask
step 2: by using the sp_smtp_sendmail, you can send mail.
and sp_smtp_sendmail is a...
August 26, 2004 at 10:14 am
Viewing 5 posts - 1 through 5 (of 5 total)