About 1,454,528 results (1,552 milliseconds)

Clearing Pipeline history...is it possible?

https://groups.google.com/g/go-cd/c/fwYQMFx0UrI
Sep 21, 2017 ... ... clear the entire database, but I am open to doing so. ... Assuming you use the default H2 database, stop GoCD server, delete <GoCD installation ...

Multi row insert with On Duplicate Update (Microsoft Sql Server)

https://groups.google.com/g/jooq-user/c/YivILNbGMXo
Jul 5, 2016 ... ... records. If you never fetched any record from the database, this will only produce INSERT statements - just like when you call record.store();.

Gerrit and git-filter-branch

https://groups.google.com/g/repo-discuss/c/qU3Pwm9q1C0
May 4, 2010 ... those change records from the SQL database. That's not very pretty ... the rewritten one. I did all of the above with the Gerrit server shutdown, ...

Delete data | Cloud Spanner | Google Cloud

https://cloud.google.com/spanner/docs/samples/spanner-delete-data
Relational database services for MySQL, PostgreSQL and SQL Server. Cloud SDK ... Not seeing what you're looking for? See all data analytics products · Databases.

Deleting a batch from a mysql database

https://groups.google.com/d/topic/stacks-users/aq2rf_la7o4
millions of reads/hundreds of samples, deleting all the records from the database can take the SQL server a very long time. But, you can prune out a bunch ...

Frequently updated table suggestion

https://groups.google.com/g/firebird-support/c/8een7sygyUs
In order not to file a wrong invoice, I completely delete all records in that table and insert all received from the XML. ... SQL statement that works both on SQL ...

Job Scheduler "Stuck", due to "An error occured while marking ...

https://groups.google.com/g/quartznet/c/ZAlfmj3tcck
Our only solution was to delete all the records in our Quartz_ tables. This ... (NOLOCK)" for all our "selects" in SQL Server). -----Original Message ...

gcloud dns record-sets delete | Google Cloud CLI Documentation

https://cloud.google.com/sdk/gcloud/reference/dns/record-sets/delete
Manage the full life cycle of APIs anywhere with visibility and control. Cloud SQL. Relational database services for MySQL, PostgreSQL and SQL Server. Cloud ...

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 ... ... server timeouts, and will cascade to delete all descendent records. ... database. The CLI delete script was a great tip and lifted a lot of ...

GoogleSQL data manipulation language | Cloud Spanner | Google ...

https://cloud.google.com/spanner/docs/reference/standard-sql/dml-syntax
Relational database services for MySQL, PostgreSQL and SQL Server. Cloud SDK ... To delete all rows in a table, set the condition to true : DELETE FROM ...

Emptying / Deleting the process engine history tables in database

https://groups.google.com/g/camunda-bpm-users/c/DIeC8-PCiUk
Dec 8, 2014 ... Of course, this is less efficient than using plain SQL but is public API and therefore tested. ... delete any records from this table. Like it's ...

multiple file delete in job center

https://groups.google.com/g/xmpie-users/c/UCPQoSE3ClI
I can't find any sql server agent jobs. Nothing screams at ... XMPDB2 XMPDB2_log c:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\XMPDB2_log.LDF 0.

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

https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax
Relational database services for MySQL, PostgreSQL and SQL Server. Cloud SDK ... To delete all rows in a table, use the TRUNCATE TABLE statement. WHERE ...

Clear browsing data in Chrome - Computer - Google Chrome Help

https://support.google.com/chrome/answer/2392709?hl=en&co=GENIE.Platform%3DDesktop
You can delete your browsing history and other browsing data, like saved form entries, or just delete data from a specific date. What happens to your info.

How do I remove all the existing data and start again?

https://groups.google.com/g/weewx-user/c/-5wQz_CYIAE
Jul 12, 2015 ... Have searched but not found an easy solution to resetting the database. I have been running weewx version 3.1 using the simulator and then ...

Delete data from Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/manage-data/delete-data
Scale with Multiple Databases · Profile Your Database · Optimize Database ... If you need to delete entire collections, do so only from a trusted server ...

Mass Update/Delete

https://groups.google.com/d/msg/cfwheels/dbAhkcNHirg/bBV2V6_8zooJ
nestedProperties(associations = "invoices", allowDelete = true); When I do a normal delete() instead of a deleteAll(), it deletes the associated records ...

How to Delete All Records in A Paradox Table?

https://groups.google.com/g/comp.lang.pascal.delphi.misc/c/sXFvJtiagV8
>How do you empty a Paradox table. Here is a sample delete SQL statement: ... > server...yours might be slightly different.. > > CatYak > [email protected] ...

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, ...

Simplest way to clear out all records in a database

https://groups.google.com/g/ica-atom-users/c/Obxqc0AmhAw
May 11, 2015 ... If you are comfortable working with SQL, you could take a look at the database, and craft a SQL query that will delete all descriptions - be ...