Other News

Community

Tune SQL procedures

(Serge Rielau) Do you want to learn some tricks for tuning SQL PL? If so, this article describes common examples for tuning SQL procedures in IBM DB2 Universal Database (UDB) V8.2 for Linux, UNIX, and Windows, with a special focus on procedures ported from other database management systems.

Community

All About Transactions – Part 2

(Don Peterson) In Part 1 of this series I talked about transactions in general, I explored the three Transaction Modes that SQL Server supports, and nested transactions. In that article I stated “…just placing several SQL commands between a BEGIN TRAN and a COMMIT or ROLLBACK does not ensure t

Community

BUG: The list of errors is incomplete when you use the Import Catalog Wizard to validate or to import an XML catalog file and validation fails in Commerce Server 2002 Feature Pack 1

In Microsoft Commerce Server 2002 Feature Pack 1, when you use the Import Catalog Wizard to import an XML catalog file and the XML catalog file validation fails, the list of errors is incomplete. The complete list of errors is displayed only when you save the errors to a file.

Community

Declaring Variables

(Azim Fahmi) I have two tables with the same column names. Table1 has data for a certain time period. Table2 also has the data for the same time period. Table2 has the correct data for col1, col2. I want to update the columns (col1, col2) in table1 with data from columns (col1, col2) in table2 and

Community

Custom Editor Menus…

(Brian Mains) Custom editors modify any type of property, and can be linked to any property through the Editor metadata attribute. Editors use the IWindowsFormsEditorService interface to display a Windows form as a drop-down box or a dialog box, within the Visual Studio .NET environment.