<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Spam Filter ISP Forums : Problem sending inital registrati&#111;n email</title>
  <link>https://www.logsat.com/spamfilter/forums/</link>
  <description><![CDATA[This is an XML content feed of; Spam Filter ISP Forums : Spam Filter ISP Support : Problem sending inital registrati&#111;n email]]></description>
  <pubDate>Sat, 15 Aug 2026 11:22:32 +0000</pubDate>
  <lastBuildDate>Tue, 19 Jun 2007 21:48:38 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.logsat.com/spamfilter/forums/RSS_post_feed.asp?TID=6113</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Spam Filter ISP Forums]]></title>
   <url>https://www.logsat.com/spamfilter/forums/forum_images/web_wiz_forums.png</url>
   <link>https://www.logsat.com/spamfilter/forums/</link>
  </image>
  <item>
   <title><![CDATA[Problem sending inital registrati&#111;n email : Cory,The errors in the above log...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6113&amp;PID=10351&amp;title=problem-sending-inital-registration-email#10351</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 6113<br /><strong>Posted:</strong> 19 June 2007 at 9:48pm<br /><br />Cory,<br><br>The errors in the above log are normal and appear because tables in the database exist already.<br><br>If there were delivery problems to your server, most of the times they will be logged in SpamFilter's activity logfile. If you can take note of the time of when you attempt to (unsuccessfully) send an email via the web interface, please zip and email us the 5 minutes prior and after that time of SpamFilter's activity logfile. We'll take a look and try to find out what happened.<br>]]>
   </description>
   <pubDate>Tue, 19 Jun 2007 21:48:38 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6113&amp;PID=10351&amp;title=problem-sending-inital-registration-email#10351</guid>
  </item> 
  <item>
   <title><![CDATA[Problem sending inital registrati&#111;n email : All of my users are complaning...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6113&amp;PID=10347&amp;title=problem-sending-inital-registration-email#10347</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=688">corymckee</a><br /><strong>Subject:</strong> 6113<br /><strong>Posted:</strong> 19 June 2007 at 12:56pm<br /><br /><P>All of my users are complaning that they do not get their registration emails. I even tried to choose the "Forgot Password"&nbsp;and this was unsuccessful. I ran a check on the database and (dont know if its related) this is what it showed.</P><P>================<BR>please wait...<BR>Found tblQuarantine<BR>Found tblMsgs<BR>Found tblRejectCodes<BR>Found tblLogins<BR>Found tblServers<BR>tbl_FilterSettingsPresent - not found<BR>tbl_LocalDomainsPresent - not found<BR>tblBL_AttachmentsPresent - not found<BR>tblBL_CountriesPresent - not found<BR>tblBL_DomainsPresent - not found<BR>tblBL_EmailsFromPresent - not found<BR>tblBL_EmailsToPresent - not found<BR>tblBL_HoneypotblockedIPsPresent - not found<BR>tblBL_HoneypotEmailsPresent - not found<BR>tblBL_IPsPresent - not found<BR>tblBL_KeywordsPresent - not found<BR>tblBL_MAPSPresent - not found<BR>tblBL_SURBLPresent - not found<BR>tblReloadTableInfoPresent - not found<BR>tblWL_AuthorizedTOEmailsPresent - not found<BR>tblWL_AutoWhitelistForceDeliveryPresent - not found<BR>tblWL_DomainsIPsPresent - not found<BR>tblWL_EmailsFromPresent - not found<BR>tblWL_EmailsToPresent - not found<BR>tblWL_KeywordsPresent - not found<BR>Some Enterprise Database tables not found - recreating...<BR>===========Executing:============<BR>-- if exists (select * from sysobjects where name = 'tblbl_domains') drop table &#091;dbo&#093;.&#091;tblbl_domains&#093;<BR>create table &#091;dbo&#093;.&#091;tblbl_domains&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;domainname&#093; varchar(255),<BR>&nbsp; constraint &#091;pk_tblbl_domains_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblbl_emailsfrom') drop table &#091;dbo&#093;.&#091;tblbl_emailsfrom&#093;<BR>create table &#091;dbo&#093;.&#091;tblbl_emailsfrom&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;email&#093; varchar(320),<BR>&nbsp; constraint &#091;pk_tblbl_emailsfrom_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblbl_emailsto') drop table &#091;dbo&#093;.&#091;tblbl_emailsto&#093;<BR>create table &#091;dbo&#093;.&#091;tblbl_emailsto&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;email&#093; varchar(320),<BR>&nbsp; constraint &#091;pk_tblbl_emailsto_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblbl_maps') drop table &#091;dbo&#093;.&#091;tblbl_maps&#093;<BR>create table &#091;dbo&#093;.&#091;tblbl_maps&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;server&#093; varchar(255),<BR>&nbsp; &#091;reverseip&#093; bit default 1,<BR>&nbsp; constraint &#091;pk_tblbl_maps_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblbl_keywords') drop table &#091;dbo&#093;.&#091;tblbl_keywords&#093;<BR>create table &#091;dbo&#093;.&#091;tblbl_keywords&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;keywords&#093; varchar(1024),<BR>&nbsp; constraint &#091;pk_tblbl_keywords_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblbl_attachments') drop table &#091;dbo&#093;.&#091;tblbl_attachments&#093;<BR>create table &#091;dbo&#093;.&#091;tblbl_attachments&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;attachments&#093; varchar(1024),<BR>&nbsp; constraint &#091;pk_tblbl_attachments_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblbl_surbl') drop table &#091;dbo&#093;.&#091;tblbl_surbl&#093;<BR>create table &#091;dbo&#093;.&#091;tblbl_surbl&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;server&#093; varchar(320),<BR>&nbsp; constraint &#091;pk_tblbl_surbl_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblbl_ips') drop table &#091;dbo&#093;.&#091;tblbl_ips&#093;<BR>create table &#091;dbo&#093;.&#091;tblbl_ips&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;ip&#093; varchar(15),<BR>&nbsp; constraint &#091;pk_tblbl_ips_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblbl_honeypotemails') drop table &#091;dbo&#093;.&#091;tblbl_honeypotemails&#093;<BR>create table &#091;dbo&#093;.&#091;tblbl_honeypotemails&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;email&#093; varchar(320),<BR>&nbsp; constraint &#091;pk_tblbl_honeypotemails_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblbl_honeypotblockedips') drop table &#091;dbo&#093;.&#091;tblbl_honeypotblockedips&#093;<BR>create table &#091;dbo&#093;.&#091;tblbl_honeypotblockedips&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;ip&#093; varchar(15),<BR>&nbsp; constraint &#091;pk_tblbl_honeypotblockedips_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblbl_countries') drop table &#091;dbo&#093;.&#091;tblbl_countries&#093;<BR>create table &#091;dbo&#093;.&#091;tblbl_countries&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;countrycode&#093; varchar(2),<BR>&nbsp; constraint &#091;pk_tblbl_countries_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblwl_authorizedtoemails') drop table &#091;dbo&#093;.&#091;tblwl_authorizedtoemails&#093;<BR>create table &#091;dbo&#093;.&#091;tblwl_authorizedtoemails&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;email&#093; varchar(320),<BR>&nbsp; constraint &#091;pk_tblwl_authorizedtoemails_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblwl_keywords') drop table &#091;dbo&#093;.&#091;tblwl_keywords&#093;<BR>create table &#091;dbo&#093;.&#091;tblwl_keywords&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;keywords&#093; varchar(1024),<BR>&nbsp; constraint &#091;pk_tblwl_keywords_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblwl_emailsfrom') drop table &#091;dbo&#093;.&#091;tblwl_emailsfrom&#093;<BR>create table &#091;dbo&#093;.&#091;tblwl_emailsfrom&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;email&#093; varchar(320),<BR>&nbsp; constraint &#091;pk_tblwl_emailsfrom_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblwl_emailsto') drop table &#091;dbo&#093;.&#091;tblwl_emailsto&#093;<BR>create table &#091;dbo&#093;.&#091;tblwl_emailsto&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;email&#093; varchar(320),<BR>&nbsp; constraint &#091;pk_tblwl_emailsto_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblwl_autowhitelistforcedelivery') drop table &#091;dbo&#093;.&#091;tblwl_autowhitelistforcedelivery&#093;<BR>create table &#091;dbo&#093;.&#091;tblwl_autowhitelistforcedelivery&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;email&#093; varchar(320),<BR>&nbsp; constraint &#091;pk_tblwl_autowhitelistforcedelivery_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblwl_domainsips') drop table &#091;dbo&#093;.&#091;tblwl_domainsips&#093;<BR>create table &#091;dbo&#093;.&#091;tblwl_domainsips&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;loginid&#093; int default 0,<BR>&nbsp; &#091;domain_or_ip&#093; varchar(255),<BR>&nbsp; constraint &#091;pk_tblwl_domainsips_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tblreloadtableinfo') drop table &#091;dbo&#093;.&#091;tblreloadtableinfo&#093;<BR>create table &#091;dbo&#093;.&#091;tblreloadtableinfo&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;tablename&#093; varchar(45),<BR>&nbsp; &#091;updatetable&#093; bit default 1,<BR>&nbsp; constraint &#091;pk_tblreloadtableinfo_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tbl_filtersettings') drop table &#091;dbo&#093;.&#091;tbl_filtersettings&#093;<BR>create table &#091;dbo&#093;.&#091;tbl_filtersettings&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainid&#093; int default 0,<BR>&nbsp; &#091;bl_domainsforcedelete&#093; bit default 0,<BR>&nbsp; &#091;bl_emailsfromforcedelete&#093; bit default 0,<BR>&nbsp; &#091;bl_emailstoforcedelete&#093; bit default 0,<BR>&nbsp; &#091;bl_countriesforcedelete&#093; bit default 0,<BR>&nbsp; &#091;bl_mapsforcedelete&#093; bit default 0,<BR>&nbsp; &#091;bl_keywordsforcedelete&#093; bit default 0,<BR>&nbsp; &#091;bl_attachmentsforcedelete&#093; bit default 0,<BR>&nbsp; &#091;bl_surblforcedelete&#093; bit default 0,<BR>&nbsp; &#091;bl_ipsforcedelete&#093; bit default 0,<BR>&nbsp; &#091;bl_honeypotemailsforcedelete&#093; bit default 0,<BR>&nbsp; &#091;rejectnoreverseforcedelete&#093; bit default 0,<BR>&nbsp; &#091;rejectnomxforcedelete&#093; bit default 0,<BR>&nbsp; &#091;spffilterenableforcedelete&#093; bit default 0,<BR>&nbsp; &#091;rejectemptymailfromforcedelete&#093; bit default 0,<BR>&nbsp; &#091;rejectsametofromdomainforcedelete&#093; bit default 0,<BR>&nbsp; &#091;rejectsametofromforcedelete&#093; bit default 0,<BR>&nbsp; &#091;sfdbforcedelete&#093; bit default 0,<BR>&nbsp; &#091;maxrcpt_toforcedelete&#093; bit default 0,<BR>&nbsp; &#091;authorizedtoforcedelete&#093; bit default 0,<BR>&nbsp; &#091;antivirusforcedelete&#093; bit default 0,<BR>&nbsp; &#091;imageforcedelete&#093; bit default 0,<BR>&nbsp; &#091;surblforcedelete&#093; bit default 0,<BR>&nbsp; &#091;bayesianfilterenable&#093; bit default 1,<BR>&nbsp; &#091;bayesianforcedelete&#093; bit default 0,<BR>&nbsp; &#091;spffilterenable&#093; bit default 1,<BR>&nbsp; &#091;spfneutralfilter&#093; bit default 0,<BR>&nbsp; &#091;spfsoftfailfilter&#093; bit default 1,<BR>&nbsp; &#091;spffailfilter&#093; bit default 1,<BR>&nbsp; &#091;allowpercent&#093; bit default 0,<BR>&nbsp; &#091;tagspam&#093; bit default 0,<BR>&nbsp; &#091;tagspamsubject&#093; bit default 0,<BR>&nbsp; &#091;tagspamandquarantine&#093; bit default 0,<BR>&nbsp; &#091;rejectnoreverse&#093; bit default 1,<BR>&nbsp; &#091;rejectnomx&#093; bit default 1,<BR>&nbsp; &#091;rejectemptymailfrom&#093; bit default 0,<BR>&nbsp; &#091;rejectsametofrom&#093; bit default 0,<BR>&nbsp; &#091;rejectsametofromdomain&#093; bit default 0,<BR>&nbsp; &#091;enableipcacheblacklist&#093; bit default 1,<BR>&nbsp; &#091;autowhitelistforcedeliveryenabled&#093; bit default 1,<BR>&nbsp; &#091;minmaps&#093; int default 1,<BR>&nbsp; &#091;maxsubjectspaces&#093; int default 10,<BR>&nbsp; &#091;spamimagethreshold&#093; int default 10,<BR>&nbsp; &#091;sfdb_networkreliability&#093; int default 3,<BR>&nbsp; &#091;sfdb_filtersall&#093; bit default 1,<BR>&nbsp; &#091;sfdb_filterslist&#093; varchar(255),<BR>&nbsp; constraint &#091;pk_tbl_filtersettings_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>-- if exists (select * from sysobjects where name = 'tbl_localdomains') drop table &#091;dbo&#093;.&#091;tbl_localdomains&#093;<BR>create table &#091;dbo&#093;.&#091;tbl_localdomains&#093; (<BR>&nbsp; &#091;id&#093; int not null identity,<BR>&nbsp; &#091;domainname&#093; varchar(255),<BR>&nbsp; &#091;destsmtpserver&#093; varchar(255),<BR>&nbsp; &#091;destsmtpserverport&#093; int,<BR>&nbsp; &#091;usedefaults&#093; bit not null default 1,<BR>&nbsp; constraint &#091;pk_tbl_localdomains_id&#093; primary key&nbsp; (&#091;id&#093;),<BR>)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblbl_domains&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblbl_domains&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;domainname&#093; on &#091;dbo&#093;.&#091;tblbl_domains&#093;(&#091;domainname&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblbl_emailsfrom&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblbl_emailsfrom&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;email&#093; on &#091;dbo&#093;.&#091;tblbl_emailsfrom&#093;(&#091;email&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblbl_emailsto&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblbl_emailsto&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;email&#093; on &#091;dbo&#093;.&#091;tblbl_emailsto&#093;(&#091;email&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblbl_maps&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblbl_maps&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;server&#093; on &#091;dbo&#093;.&#091;tblbl_maps&#093;(&#091;server&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblbl_keywords&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblbl_keywords&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblbl_attachments&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblbl_attachments&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblbl_surbl&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblbl_surbl&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;server&#093; on &#091;dbo&#093;.&#091;tblbl_surbl&#093;(&#091;server&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblbl_ips&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblbl_ips&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;ip&#093; on &#091;dbo&#093;.&#091;tblbl_ips&#093;(&#091;ip&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblbl_honeypotemails&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblbl_honeypotemails&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;email&#093; on &#091;dbo&#093;.&#091;tblbl_honeypotemails&#093;(&#091;email&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblbl_honeypotblockedips&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblbl_honeypotblockedips&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;ip&#093; on &#091;dbo&#093;.&#091;tblbl_honeypotblockedips&#093;(&#091;ip&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblbl_countries&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblbl_countries&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;countrycode&#093; on &#091;dbo&#093;.&#091;tblbl_countries&#093;(&#091;countrycode&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblwl_authorizedtoemails&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblwl_authorizedtoemails&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;email&#093; on &#091;dbo&#093;.&#091;tblwl_authorizedtoemails&#093;(&#091;email&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblwl_keywords&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblwl_keywords&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblwl_emailsfrom&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblwl_emailsfrom&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;email&#093; on &#091;dbo&#093;.&#091;tblwl_emailsfrom&#093;(&#091;email&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblwl_emailsto&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblwl_emailsto&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;email&#093; on &#091;dbo&#093;.&#091;tblwl_emailsto&#093;(&#091;email&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblwl_autowhitelistforcedelivery&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblwl_autowhitelistforcedelivery&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;email&#093; on &#091;dbo&#093;.&#091;tblwl_autowhitelistforcedelivery&#093;(&#091;email&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tblwl_domainsips&#093;(&#091;domainid&#093;)<BR>create&nbsp; index &#091;loginid&#093; on &#091;dbo&#093;.&#091;tblwl_domainsips&#093;(&#091;loginid&#093;)<BR>create&nbsp; index &#091;domain_or_ip&#093; on &#091;dbo&#093;.&#091;tblwl_domainsips&#093;(&#091;domain_or_ip&#093;)<BR>create&nbsp; index &#091;tablename&#093; on &#091;dbo&#093;.&#091;tblreloadtableinfo&#093;(&#091;tablename&#093;)<BR>create&nbsp; index &#091;domainid&#093; on &#091;dbo&#093;.&#091;tbl_filtersettings&#093;(&#091;domainid&#093;)<BR>create unique index &#091;domainname&#093; on &#091;dbo&#093;.&#091;tbl_localdomains&#093;(&#091;domainname&#093;)<BR>alter table &#091;dbo&#093;.&#091;tblbl_domains&#093; add constraint &#091;fktblbl_domains&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblbl_emailsfrom&#093; add constraint &#091;fktblbl_emailsfrom&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblbl_emailsto&#093; add constraint &#091;fktblbl_emailsto&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblbl_maps&#093; add constraint &#091;fktblbl_maps&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblbl_keywords&#093; add constraint &#091;fktblbl_keywords&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblbl_attachments&#093; add constraint &#091;fktblbl_attachments&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblbl_surbl&#093; add constraint &#091;fktblbl_surbl&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblbl_ips&#093; add constraint &#091;fktblbl_ips&#093; foreign key ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblbl_honeypotemails&#093; add constraint &#091;fktblbl_honeypotemails&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblbl_honeypotblockedips&#093; add constraint &#091;fktblbl_honeypotblockedips&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblwl_authorizedtoemails&#093; add constraint &#091;fktblwl_authorizedtoemails&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblwl_keywords&#093; add constraint &#091;fktblwl_keywords&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblwl_emailsfrom&#093; add constraint &#091;fktblwl_emailsfrom&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblwl_emailsto&#093; add constraint &#091;fktblwl_emailsto&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblwl_autowhitelistforcedelivery&#093; add constraint &#091;fktblwl_autowhitelistforcedelivery&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade<BR>alter table &#091;dbo&#093;.&#091;tblwl_domainsips&#093; add constraint &#091;fktblwl_domainsips&#093; foreign key&nbsp; ( &#091;domainid&#093; )<BR>&nbsp;&nbsp;&nbsp; references &#091;dbo&#093;.&#091;tbl_localdomains&#093; ( &#091;id&#093; ) on delete cascade</P><P>******* Error:There is already an object named 'tblbl_domains' in the database<BR>===========Executing:============</P><P>insert into tbl_localdomains (domainname) values (' ALL DOMAINS');</P><P>******* Error:Cannot insert duplicate key row in object 'dbo.tbl_localdomains' with unique index 'domainname'<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'tr_localdomains_au' and type = 'tr') drop trigger&#091;tr_localdomains_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;tr_localdomains_au&#093;<BR>on &#091;dbo&#093;.&#091;tbl_localdomains&#093;<BR>after update as<BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.id, 1, 'tbl_localdomains' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.id) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'tr_localdomains_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'tr_localdomains_ai' and type = 'tr') drop trigger&#091;tr_localdomains_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;tr_localdomains_ai&#093;<BR>on &#091;dbo&#093;.&#091;tbl_localdomains&#093;<BR>for insert as<BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.id, 1, 'tbl_localdomains' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.id) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'tr_localdomains_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'tr_localdomains_ad' and type = 'tr') drop trigger&#091;tr_localdomains_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;tr_localdomains_ad&#093;<BR>on &#091;dbo&#093;.&#091;tbl_localdomains&#093;<BR>after delete as<BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.id, 1, 'tbl_localdomains' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.id) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'tr_localdomains_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'tr_localdomains_bd' and type = 'tr') drop trigger&#091;tr_localdomains_bd&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;tr_localdomains_bd&#093;<BR>on &#091;dbo&#093;.&#091;tbl_localdomains&#093; <BR>for delete <BR>as<BR>declare @domainname varchar(255)<BR>select @domainname = domainname from deleted<BR>if @domainname = ' ALL DOMAINS'<BR>begin<BR>&nbsp;raiserror('unable to delete system record for "all domains"', 16, 1)<BR>end</P><P>******* Error:There is already an object named 'tr_localdomains_bd' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_authorizedtoemails_au' and type = 'tr') drop trigger&#091;trwl_authorizedtoemails_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_authorizedtoemails_au&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_authorizedtoemails&#093;<BR>after update as<BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblwl_authorizedtoemails' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_authorizedtoemails_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_authorizedtoemails_ai' and type = 'tr') drop trigger&#091;trwl_authorizedtoemails_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_authorizedtoemails_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_authorizedtoemails&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblwl_authorizedtoemails' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_authorizedtoemails_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_authorizedtoemails_ad' and type = 'tr') drop trigger&#091;trwl_authorizedtoemails_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_authorizedtoemails_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_authorizedtoemails&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblwl_authorizedtoemails' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_authorizedtoemails_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_keywords_au' and type = 'tr') drop trigger&#091;trwl_keywords_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_keywords_au&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_keywords&#093;<BR>after update as<BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblwl_keywords' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_keywords_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_keywords_ai' and type = 'tr') drop trigger&#091;trwl_keywords_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_keywords_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_keywords&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblwl_keywords' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_keywords_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_keywords_ad' and type = 'tr') drop trigger&#091;trwl_keywords_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_keywords_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_keywords&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblwl_keywords' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_keywords_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_emailsfrom_au' and type = 'tr') drop trigger&#091;trwl_emailsfrom_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_emailsfrom_au&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_emailsfrom&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblwl_emailsfrom' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_emailsfrom_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_emailsfrom_ai' and type = 'tr') drop trigger&#091;trwl_emailsfrom_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_emailsfrom_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_emailsfrom&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblwl_emailsfrom' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_emailsfrom_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_emailsfrom_ad' and type = 'tr') drop trigger&#091;trwl_emailsfrom_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_emailsfrom_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_emailsfrom&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblwl_emailsfrom' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_emailsfrom_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_emailsto_au' and type = 'tr') drop trigger&#091;trwl_emailsto_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_emailsto_au&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_emailsto&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblwl_emailsto' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_emailsto_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_emailsto_ai' and type = 'tr') drop trigger&#091;trwl_emailsto_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_emailsto_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_emailsto&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblwl_emailsto' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_emailsto_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_emailsto_ad' and type = 'tr') drop trigger&#091;trwl_emailsto_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_emailsto_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_emailsto&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblwl_emailsto' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_emailsto_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_domainsips_au' and type = 'tr') drop trigger&#091;trwl_domainsips_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_domainsips_au&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_domainsips&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblwl_domainsips' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_domainsips_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_domainsips_ai' and type = 'tr') drop trigger&#091;trwl_domainsips_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_domainsips_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_domainsips&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblwl_domainsips' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_domainsips_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_domainsips_ad' and type = 'tr') drop trigger&#091;trwl_domainsips_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_domainsips_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_domainsips&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblwl_domainsips' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_domainsips_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_autowhitelistforcedelivery_au' and type = 'tr') drop trigger&#091;trwl_autowhitelistforcedelivery_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_autowhitelistforcedelivery_au&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_autowhitelistforcedelivery&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblwl_autowhitelistforcedelivery' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_autowhitelistforcedelivery_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_autowhitelistforcedelivery_ai' and type = 'tr') drop trigger&#091;trwl_autowhitelistforcedelivery_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_autowhitelistforcedelivery_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_autowhitelistforcedelivery&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblwl_autowhitelistforcedelivery' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_autowhitelistforcedelivery_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trwl_autowhitelistforcedelivery_ad' and type = 'tr') drop trigger&#091;trwl_autowhitelistforcedelivery_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trwl_autowhitelistforcedelivery_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblwl_autowhitelistforcedelivery&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblwl_autowhitelistforcedelivery' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trwl_autowhitelistforcedelivery_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_domains_au' and type = 'tr') drop trigger&#091;trbl_domains_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_domains_au&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_domains&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_domains' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_domains_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_domains_ai' and type = 'tr') drop trigger&#091;trbl_domains_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_domains_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_domains&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblbl_domains' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_domains_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_domains_ad' and type = 'tr') drop trigger&#091;trbl_domains_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_domains_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_domains&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_domains' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_domains_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_emailsfrom_au' and type = 'tr') drop trigger&#091;trbl_emailsfrom_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_emailsfrom_au&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_emailsfrom&#093;<BR>after update as<BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_emailsfrom' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_emailsfrom_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_emailsfrom_ai' and type = 'tr') drop trigger&#091;trbl_emailsfrom_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_emailsfrom_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_emailsfrom&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblbl_emailsfrom' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_emailsfrom_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_emailsfrom_ad' and type = 'tr') drop trigger&#091;trbl_emailsfrom_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_emailsfrom_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_emailsfrom&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_emailsfrom' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_emailsfrom_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_emailsto_au' and type = 'tr') drop trigger&#091;trbl_emailsto_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_emailsto_au&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_emailsto&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_emailsto' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_emailsto_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_emailsto_ai' and type = 'tr') drop trigger&#091;trbl_emailsto_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_emailsto_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_emailsto&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblbl_emailsto' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_emailsto_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_emailsto_ad' and type = 'tr') drop trigger&#091;trbl_emailsto_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_emailsto_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_emailsto&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_emailsto' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_emailsto_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_countries_au' and type = 'tr') drop trigger&#091;trbl_countries_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_countries_au&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_countries&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_countries' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_countries_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_countries_ai' and type = 'tr') drop trigger&#091;trbl_countries_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_countries_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_countries&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblbl_countries' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_countries_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_countries_ad' and type = 'tr') drop trigger&#091;trbl_countries_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_countries_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_countries&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_countries' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_countries_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_maps_au' and type = 'tr') drop trigger&#091;trbl_maps_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_maps_au&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_maps&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_maps' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_maps_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_maps_ai' and type = 'tr') drop trigger&#091;trbl_maps_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_maps_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_maps&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblbl_maps' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_maps_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_maps_ad' and type = 'tr') drop trigger&#091;trbl_maps_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_maps_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_maps&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_maps' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_maps_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_keywords_au' and type = 'tr') drop trigger&#091;trbl_keywords_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_keywords_au&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_keywords&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_keywords' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_keywords_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_keywords_ai' and type = 'tr') drop trigger&#091;trbl_keywords_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_keywords_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_keywords&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblbl_keywords' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_keywords_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_keywords_ad' and type = 'tr') drop trigger&#091;trbl_keywords_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_keywords_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_keywords&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_keywords' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_keywords_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_attachments_au' and type = 'tr') drop trigger&#091;trbl_attachments_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_attachments_au&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_attachments&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_attachments' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_attachments_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_attachments_ai' and type = 'tr') drop trigger&#091;trbl_attachments_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_attachments_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_attachments&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblbl_attachments' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_attachments_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_attachments_ad' and type = 'tr') drop trigger&#091;trbl_attachments_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_attachments_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_attachments&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_attachments' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_attachments_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_surbl_au' and type = 'tr') drop trigger&#091;trbl_surbl_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_surbl_au&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_surbl&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_surbl' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_surbl_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_surbl_ai' and type = 'tr') drop trigger&#091;trbl_surbl_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_surbl_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_surbl&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblbl_surbl' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_surbl_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_surbl_ad' and type = 'tr') drop trigger&#091;trbl_surbl_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_surbl_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_surbl&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_surbl' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_surbl_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_ips_au' and type = 'tr') drop trigger&#091;trbl_ips_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_ips_au&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_ips&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_ips' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_ips_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_ips_ai' and type = 'tr') drop trigger&#091;trbl_ips_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_ips_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_ips&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblbl_ips' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_ips_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_ips_ad' and type = 'tr') drop trigger&#091;trbl_ips_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_ips_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_ips&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_ips' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_ips_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_honeypotemails_au' and type = 'tr') drop trigger&#091;trbl_honeypotemails_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_honeypotemails_au&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_honeypotemails&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_honeypotemails' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_honeypotemails_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_honeypotemails_ai' and type = 'tr') drop trigger&#091;trbl_honeypotemails_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_honeypotemails_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_honeypotemails&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblbl_honeypotemails' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_honeypotemails_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_honeypotemails_ad' and type = 'tr') drop trigger&#091;trbl_honeypotemails_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_honeypotemails_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_honeypotemails&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_honeypotemails' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_honeypotemails_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_honeypotblockedips_au' and type = 'tr') drop trigger&#091;trbl_honeypotblockedips_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_honeypotblockedips_au&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_honeypotblockedips&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_honeypotblockedips' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_honeypotblockedips_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_honeypotblockedips_ai' and type = 'tr') drop trigger&#091;trbl_honeypotblockedips_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_honeypotblockedips_ai&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_honeypotblockedips&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tblbl_honeypotblockedips' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_honeypotblockedips_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'trbl_honeypotblockedips_ad' and type = 'tr') drop trigger&#091;trbl_honeypotblockedips_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;trbl_honeypotblockedips_ad&#093;<BR>on &#091;dbo&#093;.&#091;tblbl_honeypotblockedips&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tblbl_honeypotblockedips' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'trbl_honeypotblockedips_ad' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'tr_filtersettings_au' and type = 'tr') drop trigger&#091;tr_filtersettings_au&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;tr_filtersettings_au&#093;<BR>on &#091;dbo&#093;.&#091;tbl_filtersettings&#093;<BR>after update as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tbl_filtersettings' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'tr_filtersettings_au' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'tr_filtersettings_ai' and type = 'tr') drop trigger&#091;tr_filtersettings_ai&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;tr_filtersettings_ai&#093;<BR>on &#091;dbo&#093;.&#091;tbl_filtersettings&#093;<BR>for insert as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select ins.domainid, 1, 'tbl_filtersettings' from inserted ins<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = ins.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'tr_filtersettings_ai' in the database<BR>===========Executing:============</P><P>-- if exists (select * from sysobjects where name = 'tr_filtersettings_ad' and type = 'tr') drop trigger&#091;tr_filtersettings_ad&#093;;<BR>-- go<BR>create trigger &#091;dbo&#093;.&#091;tr_filtersettings_ad&#093;<BR>on &#091;dbo&#093;.&#091;tbl_filtersettings&#093;<BR>after delete as <BR>&nbsp;insert into tblreloadtableinfo (domainid, updatetable, tablename) select del.domainid, 1, 'tbl_filtersettings' from deleted del<BR>&nbsp;&nbsp; where not exists (select * from tblreloadtableinfo r where (r.domainid = del.domainid) and (r.tablename = tablename))</P><P>******* Error:There is already an object named 'tr_filtersettings_ad' in the database</P><P><BR>There is already an object named 'tblbl_domains' in the database</P><P>Cannot insert duplicate key row in object 'dbo.tbl_localdomains' with unique index 'domainname'</P><P>There is already an object named 'tr_localdomains_au' in the database</P><P>There is already an object named 'tr_localdomains_ai' in the database</P><P>There is already an object named 'tr_localdomains_ad' in the database</P><P>There is already an object named 'tr_localdomains_bd' in the database</P><P>There is already an object named 'trwl_authorizedtoemails_au' in the database</P><P>There is already an object named 'trwl_authorizedtoemails_ai' in the database</P><P>There is already an object named 'trwl_authorizedtoemails_ad' in the database</P><P>There is already an object named 'trwl_keywords_au' in the database</P><P>There is already an object named 'trwl_keywords_ai' in the database</P><P>There is already an object named 'trwl_keywords_ad' in the database</P><P>There is already an object named 'trwl_emailsfrom_au' in the database</P><P>There is already an object named 'trwl_emailsfrom_ai' in the database</P><P>There is already an object named 'trwl_emailsfrom_ad' in the database</P><P>There is already an object named 'trwl_emailsto_au' in the database</P><P>There is already an object named 'trwl_emailsto_ai' in the database</P><P>There is already an object named 'trwl_emailsto_ad' in the database</P><P>There is already an object named 'trwl_domainsips_au' in the database</P><P>There is already an object named 'trwl_domainsips_ai' in the database</P><P>There is already an object named 'trwl_domainsips_ad' in the database</P><P>There is already an object named 'trwl_autowhitelistforcedelivery_au' in the database</P><P>There is already an object named 'trwl_autowhitelistforcedelivery_ai' in the database</P><P>There is already an object named 'trwl_autowhitelistforcedelivery_ad' in the database</P><P>There is already an object named 'trbl_domains_au' in the database</P><P>There is already an object named 'trbl_domains_ai' in the database</P><P>There is already an object named 'trbl_domains_ad' in the database</P><P>There is already an object named 'trbl_emailsfrom_au' in the database</P><P>There is already an object named 'trbl_emailsfrom_ai' in the database</P><P>There is already an object named 'trbl_emailsfrom_ad' in the database</P><P>There is already an object named 'trbl_emailsto_au' in the database</P><P>There is already an object named 'trbl_emailsto_ai' in the database</P><P>There is already an object named 'trbl_emailsto_ad' in the database</P><P>There is already an object named 'trbl_countries_au' in the database</P><P>There is already an object named 'trbl_countries_ai' in the database</P><P>There is already an object named 'trbl_countries_ad' in the database</P><P>There is already an object named 'trbl_maps_au' in the database</P><P>There is already an object named 'trbl_maps_ai' in the database</P><P>There is already an object named 'trbl_maps_ad' in the database</P><P>There is already an object named 'trbl_keywords_au' in the database</P><P>There is already an object named 'trbl_keywords_ai' in the database</P><P>There is already an object named 'trbl_keywords_ad' in the database</P><P>There is already an object named 'trbl_attachments_au' in the database</P><P>There is already an object named 'trbl_attachments_ai' in the database</P><P>There is already an object named 'trbl_attachments_ad' in the database</P><P>There is already an object named 'trbl_surbl_au' in the database</P><P>There is already an object named 'trbl_surbl_ai' in the database</P><P>There is already an object named 'trbl_surbl_ad' in the database</P><P>There is already an object named 'trbl_ips_au' in the database</P><P>There is already an object named 'trbl_ips_ai' in the database</P><P>There is already an object named 'trbl_ips_ad' in the database</P><P>There is already an object named 'trbl_honeypotemails_au' in the database</P><P>There is already an object named 'trbl_honeypotemails_ai' in the database</P><P>There is already an object named 'trbl_honeypotemails_ad' in the database</P><P>There is already an object named 'trbl_honeypotblockedips_au' in the database</P><P>There is already an object named 'trbl_honeypotblockedips_ai' in the database</P><P>There is already an object named 'trbl_honeypotblockedips_ad' in the database</P><P>There is already an object named 'tr_filtersettings_au' in the database</P><P>There is already an object named 'tr_filtersettings_ai' in the database</P><P>There is already an object named 'tr_filtersettings_ad' in the database<BR>Retrieved ServerID from tblServers: 1<BR>Done.<BR></P>]]>
   </description>
   <pubDate>Tue, 19 Jun 2007 12:56:54 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6113&amp;PID=10347&amp;title=problem-sending-inital-registration-email#10347</guid>
  </item> 
 </channel>
</rss>