Viewing 3 posts - 1 through 4 (of 4 total)
Ok - thanks for your input Sir..
Answers to your questions:
1) No, there is ONLY one clustered index (EventID) and it is an identity and will be incremented by value...
January 20, 2016 at 8:04 am
#1853159
A view (dbo.EmisEventExtraction) populates dbo.EmisEvent table. So, dbo.EmisEventExtraction is a SQL View and not a table.
So the INSERT reads the above view to insert the records to dbo.EmisEvent. The view...
January 20, 2016 at 5:42 am
#1853102
Thank you for the detailed explanation - I will really like to do the INSERT in batches and the table structure is as follows;
/****** Object: Table [dbo].[EmisEvent] ...
January 20, 2016 at 4:37 am
#1853088