SQLBI is a blog dedicated to building Business Intelligence solutions with SQL Server
Alberto Ferrari posted some test we made working on performance optimization loading data in very large dimension tables. When we discovered that an int identity primary key is not handled by SQL Server just as an ordered set of data in a bulk operation... we had to triple check the whole thing. I would like to know if there is a way to bulk insert data in a table with an identity primary key - after all, this would remove the need for an identity generator inside SSIS...
However, I totally agree with Alberto when he says "the OleDb destination adapter should issue a warning if both ORDER fastload option and Maximum insert commit size parameter are used". It could help many SSIS developers who are not completely aware of all SQL Server bulk insert (fast load) details.
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using
About Marco Russo (SQLBI)
Marco Russo is a consultant, writer and trainer specialized in Business Intelligence with Microsoft technologies.
He runs the SQLBI.EU website, which is dedicated to distribute resources useful for BI developers, like Integration Services components, Analysis Services models, tools, technical information and so on.
Marco is certified as MCT, MCDBA, MCSD.NET, MCSA, MCSE+I.