diffrent database for some tables

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
How can I a change the database of product table?

I want to nop feeds the product table from another database.
5 years ago
You really cannot change the database of product table.  use the import, or write custom code.
5 years ago
where can I change the connection information of product table in code?
5 years ago
oortaj wrote:
How can I a change the database of product table?

I want to nop feeds the product table from another database.


I'm not sure but you need to try with below solution.

First create a Link Server in SQL server and make a schedule job for importing products from another database to nopCommerce product table.

You need to create stored procedure that has ability to check if product is already exist in nop product table then update and if product is not exist in nop product table then insert new product.

but you need to be careful because you need to insert data in nopCommerce another product related tables.

Put this stored procedure in sql server schedule job so that it will run in specific interval.

Thank You.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.