Contents 

AdeptSQL Diff Reference
AdeptSQl Diff versions, history and milestones
Supported versions of MS SQL Server
Getting started
Connecting to databases
Scanning available servers
Saving and opening comparisons
Running from command line
Diff in portable mode
Working with the schema
Viewing schema differences
Ignored Differences
Comparing objects side-by-side
Dragging and dropping schema items
Using schema filters
Generating comparison reports
Customizing the reports
Executing the SQL
SQL errors and warnings
Transaction support
Keyboard shortcuts
Editing commands and keyboard shortcuts
Using keyboard templates
Choosing debugger's key mapping
Comparing table data
DataDiff overview
DataDiff configuration dialog - table-level
DataDiff configuration dialog - columns
Special situations comparing data
Exporting data to Excel
DataDiff Reports
Column configuration file
Configuring AdeptSQL Diff
Options dialog
Schema Scan
Selective Loading
Comparison
Name Comparison
Code Comparison
User-defined types
Indexes and Statistics
Permissions and XProps
Synonyms
Other details to ignore
Scripting
General logic
Side-by-side scripting
Formatting
Identifiers
Schema Level
Tables
Constraints
Default Values
Procedures, Views, etc
Visuals
Text Fonts
Schema Tree
Summary collections
Side-by-Side View
Suppressed dialogs
Data comparison options
General
Scripting
Column Config File
Using COM Automation interface
Automating schema comparison
Automating data comparison
Licensing and contact info
Registration of AdeptSQL Diff
License conditions
Contact information

AdeptSQL Diff Online Help

Prev Page Next Page

Options / DataDiff / Scripting

Top  Previous  Next

ddiff_options2

This page controls the formatting of INSERT/DELETE/UPDATE statements generated by DataDiff.

Batch rows. Specifies whether to send each statement to the server separately or in a batch of N rows. Specify 0 to put all SQL in one batch (no delimiters between statements), 1 to put a delimiter after each one, or a larger number to group every N statements.

Always specify columns. If checked, INSERT INTO will always contain the list of columns for which the data is inserted. Otherwise, the list will be omitted if the statement inserts all columns (which makes for much shorter SQL code, but may cause unexpected errors if the table structure changes).

Datetime format. The program can generate datetime literals in any of the predefined formats supported by MS SQL Server (see MS Transact-SQL documentation for the description of format parameter of the CONVERT() function). Additionally, you can tell the program to include the explicit CONVERT as well, thus ensuring that the string representing the date will be correctly converted into datetime value regarding of default datetime format set on the server.

   
Converted from CHM to HTML with chm2web Standard 2.85 (unicode)