Access violation at address 0000000000000000 in module 'AdvancedETLPro.exe'. Exe

More
4 years 2 months ago #21820 by admin
Also, what is an update key?


Mike
ETL Architect
Attachments:

Please Log in or Create an account to join the conversation.

More
4 years 2 months ago #21821 by DeanCovey
I forgot to give you this table:
CREATE TABLE [dbo].[Tld](
[TLD] [varchar](10) NOT NULL,
[Block] [bit] NOT NULL,
[Type] [varchar](10) NULL,
[ForSale] [decimal](18, 0) NOT NULL,
[SalesHistory] [decimal](18, 0) NULL,
[Zones] [decimal](18, 0) NOT NULL,
[CreatedDate] [date] NOT NULL,
[Notes] [varchar](200) NULL,
CONSTRAINT [PK_Tld] PRIMARY KEY CLUSTERED
(
[TLD] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF) ON [PRIMARY]
) ON [PRIMARY]
GO

ALTER TABLE [dbo].[Tld] ADD CONSTRAINT [DF_Tld_Block] DEFAULT ((1)) FOR [Block]
GO

ALTER TABLE [dbo].[Tld] ADD CONSTRAINT [DF_Tld_ForSale] DEFAULT ((0)) FOR [ForSale]
GO

ALTER TABLE [dbo].[Tld] ADD CONSTRAINT [DF_Tld_Zones] DEFAULT ((0)) FOR [Zones]
GO

ALTER TABLE [dbo].[Tld] ADD CONSTRAINT [DF_Tld_CreatedDate] DEFAULT (getdate()) FOR [CreatedDate]

Please Log in or Create an account to join the conversation.

More
4 years 2 months ago #21822 by DeanCovey
Attachments:

Please Log in or Create an account to join the conversation.

More
4 years 2 months ago #21823 by DeanCovey
On the transformation I rebuilt, I had the update key. Interestingly enough, I did not get any errors or validation around that.



Attachments:

Please Log in or Create an account to join the conversation.

More
4 years 2 months ago #21824 by DeanCovey
Everything seems to work great on smaller datasets. When working with 159 million rows is when my select statement and ETL has issues. Looking at the select statement, I think I can rework it a bit to get better use of indexing.


Dean

Please Log in or Create an account to join the conversation.

More
4 years 2 months ago #21825 by DeanCovey
If the record set is smaller, everything seems to work.


Attachments:

Please Log in or Create an account to join the conversation.

Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Read more
Marketing
Set of techniques which have for object the commercial strategy and in particular the market study.
Google
Accept
Decline
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Google Analytics
Accept
Decline
Functional
Tools used to give you more features when navigating on the website, this can include social sharing.
Advertisement
If you accept, the ads on the page will be adapted to your preferences.
Google Ad
Accept
Decline
Save