Archive for the ‘Microsoft SQL Server’ Category

Controlling Locking Behavior With the SET_ISOLATION_LEVEL Command

Monday, February 16th, 2009

SET_ISOLATION_LEVEL controls the locking and row versioning behavior of SQL statements issued by a connection.

(more…)

Preserving Recnum During Migration

Monday, February 25th, 2008

The Use Regular Save During Migration (SQL Server only) means that when it is checked, SQL puts recnum in sequence on backend which meaning they won’t match the sequence from DataFlex. If the option is on, then the recnum will follow the DataFlex sequence on the backend. When this option is on, the migration takes longer. Flex2SQL contains facilities for high-speed data migration, including generating SQL*Loader scripts and text files for Oracle and bulk copying of data to MS SQL Server, making it easier to transfer very large databases with both drivers. The SQL scripts enable you to create tables and indexes outside the tool. The high-speed data migration is the default option.

How to use Triggers in With Flex2SQL Drivers

Monday, February 25th, 2008

The following is a simple program which inserts records on ITEM table and the HEADER.TOTAL field is updated automatically:

(more…)

Some Flex2SQL Assumptions

Monday, February 25th, 2008

This is common list of assumptions we have for all drivers:

(more…)

How to use MS SQL Server Temporary Tables Together a Visual DataFlex WinReport Object

Sunday, February 24th, 2008

This is a simple example to how to use MS SQL Server temporary tables together a VDF WinReport object that allows improved speeds to get information using a complex statement, inserting the result on a temporary table and then show this on a WinReport object.

(more…)