If you are using SQL Server Database Mail, your msdb database can grow undesirably. We can use the msdb.dbo.sysmail_delete_mailitems_sp procedure to clear Database Mail History. …
Read More »
If you are using SQL Server Database Mail, your msdb database can grow undesirably. We can use the msdb.dbo.sysmail_delete_mailitems_sp procedure to clear Database Mail History. …
Read More »First of all, upgrade is an important task. Before upgrading, you must check your database is ready to upgrade with the help of Database Migration …
Read More »You may receive this error if you want to make a change in SQL Server Configuration Manager. Depending on the version of SQL Server you …
Read More »You may want to transfer data to MSSQL from PostgreSQL or send query to PostgreSQL from MSSQL. There are different methods to perform this. One …
Read More »If you receive this error while sending mail, but you can send the mail, the reason you receive this error is because it tries to …
Read More »Check_postgres is a tool you can use to monitor PostgreSQL. You can download from the link below. https://github.com/bucardo/check_postgres If you downloaded it in zip format, …
Read More »There are several methods for sending mail from linux. For Example you can send email by using Exchange. To perform this you must grant relay …
Read More »With DBCC SHOW_STATISTICS we can get detailed information about a statistic. As many of you know, statistics have one of the most important roles in …
Read More »To perform various operations on database objects, system and object privileges must be assigned to users. Each system privilege allows a user to perform certain …
Read More »Download Postgres Repository Metadata First, Run the below command on a server that can connect to internet. This command download the latest postgres repository metadata …
Read More »