Bulk insert via SQL Server

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
I exported my Products table from SQL Server to Excel, added in a couple dozen records by copy/pasting and editing the records that had been exported, and then tried to import them back into SQL Server via SQL's internal Import/Export wizard.

It kept telling me that fields couldn't accept NULLs, yet the fields were set up to accept NULLs.

Is there some trick to this?  Surely there's some easy way to import 10,000+ items into your store?
6 years ago
You can also use NopAdmin which has advanced import features allowing you to import advanced fields such as Product Attributes and Specifications, among others.

Disclaimer: I am the owner for NopAdmin. :)


6 years ago
Lecher wrote:
... kept telling me that fields couldn't accept NULLs...

Would you post the exact error messages?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.