Classé par:
Explorer
subquery
A subquery is a SELECT statement nested inside a SELECT, SELECT...INTO, INSERT...INTO, DELETE, or UPDATE statement or inside another subquery.
automatic synchronization
e process of updating two replicas in which all updated records and objects are exchanged. The exchange of data between two replicas can be one-way or two-way and may be handled by a Synchronizer.
Synchronization that is accomplished automatically by SQL Server. A snapshot is taken of the table schema and data, and that snapshot is written to files for transfer. The job to copy the table schema and data is transferred like any other replication job, via the distribution database. No operator intervention is required.
synchronization conflict
A situation in which users of two replicas have changed the same record. One of the updated records is selected as the "winner," and the record in the "losing" replica is updated to contain this data. The other updated record is placed in a conflict table in the losing replica.
123456
synchronization error
A problem that occurs during synchronization that prevents changes to a record from being completed successfully. This is more serious than a conflict and should be resolved as soon as possible.
synchronous processing
When the data interface blocks until an operation is complete or at least until the first row of the results is ready. Opposite of asynchronous processing.
syntax
The prescribed order and punctuation for putting programming language elements into statements that are meaningful to Visual Basic.
123456
syntax checking
A feature that checks your code for correct syntax. If the syntax checking feature is enabled, a message is displayed when you enter code that contains a syntax error and the suspect code is highlighted.
syntax error
An error that occurs when you enter a line of code that Visual Basic doesn't recognize.
system modal
Describes a window or dialog box that requires the user to take some action. This term means the same as "modal" except that the focus can't switch to any other form or dialog box in any other running applications.
Describes a window or dialog box that requires the user to take some action. This term means the same as "Model" except that the focus can't switch to any other form or dialog box in any other running applications.