Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

Wednesday, March 21, 2012

Read and Delete Mail in SQL 2005

Does anyone have script or a CLR assembly to read and delete email in
SQL2005? I don't want to enable SQL mail or install Outlook.
Thanks in advance
Terry
Hi
You may want to check out
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncodefun/html/code4fun03282003.asp
John
"Terry" wrote:

> Does anyone have script or a CLR assembly to read and delete email in
> SQL2005? I don't want to enable SQL mail or install Outlook.
> Thanks in advance
> Terry
>

Read and Delete Mail in SQL 2005

Does anyone have script or a CLR assembly to read and delete email in
SQL2005? I don't want to enable SQL mail or install Outlook.
Thanks in advance
TerryHi
You may want to check out
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncodefun/html/code4fun03282003.asp
John
"Terry" wrote:
> Does anyone have script or a CLR assembly to read and delete email in
> SQL2005? I don't want to enable SQL mail or install Outlook.
> Thanks in advance
> Terry
>

Read and Delete Mail in SQL 2005

Does anyone have script or a CLR assembly to read and delete email in
SQL2005? I don't want to enable SQL mail or install Outlook.
Thanks in advance
TerryHi
You may want to check out
http://msdn.microsoft.com/library/d...fun03282003.asp
John
"Terry" wrote:

> Does anyone have script or a CLR assembly to read and delete email in
> SQL2005? I don't want to enable SQL mail or install Outlook.
> Thanks in advance
> Terry
>

Saturday, February 25, 2012

RDA and replication

hi there,

i was about to create an device application that will retrieve data from my desktop pc that install with SQL server 2005. using RDA or replication is more suitable?

what is the difference between them?

The following links describe RDA and Replication and the differences between them.

RDA: http://msdn2.microsoft.com/en-us/library/ms172029(en-US,SQL.90).aspx

Replication:http://msdn2.microsoft.com/en-us/library/ms172407(en-US,SQL.90).aspx

RDA vs Replication: http://msdn2.microsoft.com/en-us/library/ms172916(en-US,SQL.90).aspx

Deciding between RDA and Replication depends on the nature of your device application.

If your requirement is simply to pull data from your desktop SQL Server to the SQLMobile database on your device, RDA would be a simpler option.

|||

And the comparison of both RDA & Merge Replication is @. http://msdn2.microsoft.com/en-us/library/ms172916(en-US,SQL.90).aspx

This details out and should definitely help you in finding out the right solution for your scenario.

Thanks,

Laxmi Narsimha Rao ORUGANTI, SQL Mobile, Microsoft Corporation