nopCommerce

Snippets

nopCommerce

04
Declare @current_utc_offset int IF  ServerProperty('EngineEdition') >= 5 Begin set @current_utc_offset = (select  conver...

[Read the rest of this article...]

nopcommerce
04
Declare @current_utc_offset int IF  ServerProperty('EngineEdition') >= 5 Begin set @current_utc_offset = (select  conver...

[Read the rest of this article...]

12
Deleting guest account from Customer table: SQL Query DELETE Customer FROM Customer LEFT OUTER JOIN [Order] ON Customer.Id = [Order].CustomerI...

[Read the rest of this article...]

nopcommerce