Stored Proc for SQL Server and DB2 UDB
We often grant permissions against table for users. Some use the GUI, some just script it out. I wrote a...
Sending an email in unix with attachments
Mailx is an easy way to send email from your unix/linux system. Â With mailx you can get your server to...
Setting up database mail in SQL server
Wouldn’t it be cool if your database server reached out to you when it wants to let you know something...
Azure Clouds bringing database showers
My previous post talked about cloud in general. Here I like to talk about databases on the cloud. Just like emails,...
Database System Views – A quick comparison
One of the best friends of Database Administrators , irrespective of race(read engine) and religion (read edition) Â are the System...
Sending emails from DB2
I am sure you all know that you can configure db2 admin server and health monitor to send emails, but...