About 1,313,303 results (2,571 milliseconds)

Mass Update/Delete

https://groups.google.com/g/cfwheels/c/dbAhkcNHirg/m/EbTlK4RNdIwJ
For each shipment record I first need to update it's associated control table record and then only delete the selected shipment records. ... server at idle, it ...

Data manipulation language (DML) statements in GoogleSQL ...

https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax
When there are multiple qualified clauses, only the first when_clause is executed for a row. matched_clause. The matched_clause defines how to update or delete ...

vba - Excel setting validation range for multiple rows - Stack Overflow

http://feedproxy.google.com/~r/stackoverflow/tGpU/~3/U2E3BMddiMc/excel-setting-validation-range-for-multiple-rows
Oct 4, 2021 ... sql-server; swift; django; angular; objective-c; excel; pandas; angularjs ... Delete .Add Type:=xlValidateWholeNumber, AlertStyle ...

multiple file delete in job center

https://groups.google.com/g/xmpie-users/c/UCPQoSE3ClI
Scott, It is not recommended to directly touch the db (eg drop rows from a table). ... XMPDB2 XMPDB2_log c:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL ...

pyodbc + sqlserver : performance issue with multiple threads

https://groups.google.com/g/pyodbc/c/2cPVv1hQ7sM
Delete. You do not have permission to delete messages in this group. Copy ... SQLServer uses row locking to achieve READ COMMITTED isolation level, which

SQL performance - multiple rows for SELECT (SQL0811)

https://groups.google.com/g/comp.sys.ibm.as400.misc/c/L1T7QFR3SZM
Jul 27, 2004 ... If you don't return a row, then neither can you return null. Drop the use of the null. After execution, SQLSTT = '00000' means a existence, ...

Delete all rows in BigQuery and other DML statements to add ...

https://cloud.google.com/blog/topics/developers-practitioners/bigquery-explained-data-manipulation-dml
Nov 13, 2020 ... BigQuery has supported Data Manipulation Language (DML) functionality since 2016 for standard SQL, which enables you to insert, update, ...

Delete data | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/samples/spanner-delete-data
Deletes remaining rows from the Singers table and the Albums table, because the Albums table is defined with ON DELETE CASCADE.

Delta Merge When Matched AND Conditions

https://groups.google.com/g/delta-users/c/Y6SFW5ms-rs
Jun 2, 2021 ... ... row is actually different. I've accomplished this in the past in SQL Server DW by using an EXCEPT clause to produce a set of rows where the ...

Any reason to use AUTOCOMMIT=TRUE?

https://groups.google.com/g/sybase.public.sqlanywhere.general/c/irpqe8eQxdk
Jul 4, 1999 ... ODBC and the database server (SQL Anywhere) just see a series of ... >edits multiple rows in the same table and then commits them all at once.

How to implement Contains(field, value) in JOOQ

https://groups.google.com/g/jooq-user/c/pmAR8IBiWVw
Feb 23, 2021 ... ... several semantics. Besides, even SQL Server users might use *our* contains, rather than SQL Server's as a simple "contains" function. I hope ...

FAQ | Datastream | Google Cloud

https://cloud.google.com/datastream/docs/faq
Cloud SQL for SQL Server database. Configure ... For example, if you delete a large number of records ... Because of this, Oracle LogMiner splits the record into ...

multiple users and indices

https://groups.google.com/g/harbour-users/c/uhVgT8JvmE4
* Being a multi-user environment looks logic using a server-client database ... for example, the code I posted here, to add a row ... delete/modification. I ...

VBS Script Delete SQL Record

https://groups.google.com/g/microsoft.public.scripting.vbscript/c/B6YgIGfw1NI/m/Z56WKcmIkMwJ
VBS Script Delete SQL Record ... What about if want to delete Multiple Rows? "Ray ... Table, what I created was, for all of my servers I have every 30 seconds the

Sequence returns multiple numbers

https://groups.google.com/g/comp.databases.oracle.server/c/98Amc1TseMQ
May 7, 1999 ... Oracle7 Workgroup Server Release 7.3.2.3.1 - Production Release ... SQL> insert into PRO140 (EVENT, KRAN_NR ... You can delete the rows using the ...

MySQL very high CPU usage after deleting 2000 Digital Object

https://groups.google.com/g/ica-atom-users/c/jYVg-1-RHcQ
Mar 18, 2020 ... Hi AtoM Users,. two days ago we had to delete about 2000 Digital Object and their Archival Descriptions, after several minutes the server ...

Acces - insert multiple rows in a single sql-insert

https://groups.google.com/g/microsoft.public.access.queries/c/N0Je3-RpRio
Acces - insert multiple rows in a single sql-insert ... Delete. You do not have permission to delete ... > MSSQL-server. > > Thanks, > > Martin. >> On ...

Inserting, updating, and deleting data using the Google Cloud CLI ...

https://cloud.google.com/spanner/docs/modify-gcloud
To execute Data Manipulation Language (DML) statements, use the gcloud spanner databases execute-sql command . The following example adds a new row to the ...

Delete data from Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/manage-data/delete-data
If you need to delete entire collections, do so only from a trusted server environment. While it is possible to delete a collection from a mobile/web client, ...

Slow deletes with the bulk delete tool

https://groups.google.com/g/orthanc-users/c/C9cjV9ro9cM/m/fEmLkoYdAQAJ
SQL Server for example has a set of conditions to lock an entire table because of a delete, with one of the conditions being 5k++ rows affected. I don't ...