Sndmail.DLL 1.3
Contains Microsoft(c) SQL Server extended stored procedure - xp_sndmail.
xp_sndmail - is alternative to xp_sendmail unlike which allows to send e-mail messages by means of only SMTP protocol, without use MAPI and MS Outlook.
xp_rcvmail - is alternative to xp_readmail , allows to read e-mail messages by POP3 protocol
Copy Sndmail.dll to the directory containing the standard SQL Server DLL files (C:\Program Files\Microsoft SQL Server\Mssql\Binn by default).
use master
go
sp_addextendedproc `xp_sndmail`, `sndmail.dll`
go
Example.
declare @error int
exec @error=master..xp_sndmail
`192.168.1.1`, -- IP-address of SMTP-server varchar(15)
`192.168.1.10`, -- IP-address of local PC varchar(15)
`bob@company.com`, -- e-mail `to` varchar(50)
`sql@company.com`, -- e-mail `from` varchar(50)
`Alarm`, -- subject varchar(100)
`Message` -- message body varchar(8000)
select @error
Variable @error will contain an error code, 0 - completed successfully.
Convert-Mysql-to-Oracle is a tool to move MySQL databases to Oracle server.All MySQL character set are supported. Merge MySQL data into an existing Oracle database. Optimum processing of super-large table.
Utility which makes it easy to create secure access databases (mdb), providing encryption, follows recognised security approach SECFaq. Will import data from existing database and produce jet Connection string. Workgroup, Admin User, Super User.
MDB2SQL automates Microsoft SQL Server support for Microsoft Access-based applications without the need to rewrite your existing code.
DreamCoder for MySQL is a powerful database development and administration solution that provides productivity features for rapidly creating and executing queries, easily database object management and developing SQL code.
An easy and powerful visual development system intended for database design, modeling, creation, modification and reverse engineering. Accelerates the process of PostgreSQL database creation. It`s easy!
