HomeHome Product Discus... Product Discus...SmithCartSmithCartRemove Multiple ProductRemove Multiple Product
Previous
 
Next
New Post
9/16/2010 8:48 PM
 

Hi Scott,

My store will have hundreds of items across many different categories and brands. As each season comes to an end so will some of the styles. How would I remove multiple products from the store?

Thanks in advance!

 
New Post
9/17/2010 10:17 AM
 

From SQL Mgmt Studio query analyzer do the following to bulk delete records from tables:

If you want to remove ALL the records from a table:

Truncate "tablename"

If you want to delete records that meet a certain condition:

Delete * from "table" where "some condition"


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartRemove Multiple ProductRemove Multiple Product