Viewing 3 posts - 1 through 4 (of 4 total)
Thanks, I completely forgot about that. it's just a bandwidth issue, I'll run this remotely and I'll be fine. I keep thinking this is a legitimate business I...
August 13, 2008 at 8:53 am
I do realize now that the IX_EMAIL index had extra columns I did not realize were included in the script.
August 13, 2008 at 8:27 am
USE [SUN_HERALD_CAMPAIGN]
GO
/****** Object: Index [IX_all] Script Date: 08/13/2008 10:21:03 ******/
CREATE NONCLUSTERED INDEX [IX_all] ON [dbo].[mailing_list]
(
[mailing_id] ASC,
[email_address] ASC,
[first_name] ASC,
[last_name] ASC,
[city] ASC,
[state] ASC,
[zip] ASC,
[phone] ASC,
[date_added] ASC,
[date_last_sent] ASC,
[bounce]...
August 13, 2008 at 8:22 am
Viewing 3 posts - 1 through 4 (of 4 total)