About 1,102,510 results (2,139 milliseconds)

Running SQLPlus from command line

https://groups.google.com/g/comp.databases.oracle.misc/c/rq0WkPD9B1c
RLN · 1. @echo off · 2. echo Running TEST12.SQL. connect to Oracle... · 3. SQLPLUS -s myUserID/myPass@myDBName. Get the SQL file into the buffer... · 4. GET TEST12.

Running SQL from the command-line

https://groups.google.com/g/h2-database/c/ZXOCLxNJ2kI
I'm trying to easily get SQL output from a bash script like I can do with postgres: psql -c 'select * from user' <db-name-goes-here> Can this be easily done?

batch script to create table and add a geometry column into a sqlite DB

https://groups.google.com/g/spatialite-users/c/iipKpneO42M
setlocal. :: Global Variables here. set _engine=C:/path/to/sqlitetools/sqlite3.exe. call ... place the sql-command in a file. or. place quotes around the command.

oSQL - How do I run all .SQL files in a folder by running one batch

https://groups.google.com/g/microsoft.public.sqlserver.connect/c/AFIs6Eoo2Y4
Jun 15, 2004 ... Hello. I run into many instances where I have 50+ .sql scripts that I need to run on multiple SQL installs. I want to automate this process ...

Howto execute custom SQL from the command line

https://groups.google.com/g/django-users/c/N-JwDABvr94
Mar 25, 2008 ... tell django to execute the SQL directives contained in a .sql file ? I tried using manage.py but I don't know the good options. So I would like ...

Execute an SQL script file from C++

https://groups.google.com/g/microsoft.public.data.ado/c/9MmAY1p6j-E
May 23, 2001 ... Mike,. You can make a connection to the SQL Server and simply execute the content in the .SQL file. 1. Read the T-SQL statements

Export and import using SQL dump files | Cloud SQL for MySQL ...

https://cloud.google.com/sql/docs/mysql/import-export/import-export-sql
You must add users directly to the Cloud SQL database. See Creating a user. From a command line, run mysqldump :.

accept parameter from sql plus scripts in parallel

https://groups.google.com/g/alt.msdos.batch.nt/c/r-AAjTb7ITA/m/svQxlwI4xTcJ
Sep 26, 2012 ... When I run individual sql scripts from DOS batch file one at a time, I do : call %fpath%\1_A.sql" %2 if %errorlevel% GTR 0 then (goto ...

how can i execute the following oracle sql commands using ansible ...

https://groups.google.com/g/ansible-project/c/IUH4qN2Jfws
Feb 28, 2018 ... I am trying to achieve the same through ansible using shell command, but im getting the error ... hosts: source ... tasks ... include_vars: sql.yml.

Explore the bq command-line tool | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/bq-command-line-tool
Translate SQL queries in batch · Generate metadata for ... You can run the bq command-line tool in a script, as you would run a Google Cloud CLI command.

informix sql script as batch ?

https://groups.google.com/g/comp.databases.informix/c/K4eLZnPpBPc
Aug 8, 2001 ... if you don't want to go to ISQL or DBACCESS to run and sql command. ... environment variable needed by Informix to run, then execute the sql file.

Export and import using SQL dump files | Cloud SQL for PostgreSQL ...

https://cloud.google.com/sql/docs/postgres/import-export/import-export-sql
You can check the currently active account by running gcloud auth list . Save the request body in a file named request.json , and execute the following command:.

Run a query | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/running-queries
Translate SQL queries in batch · Generate metadata for translation and ... Run the bq query command in the bq command-line tool. Programmatically call ...

Regarding vitess for mysql client connection and vtctlclient.

https://groups.google.com/g/vitess/c/Rfj6tpc7ziA
... run the same from client machine, what all we need to make it ... sql file into memory so it can pass the contents of the file as a command-line parameter.

How-to: gsutil for Windows (no cygwin involved)

https://groups.google.com/g/gsutil-discuss/c/UTwfhs_yCfk
5. Run cmd and do "gsutil.py ls" (any valid command will do) to create the ... sql file up to cloud storage...boom! thanks a million! Jason.. Google ...

Quickstart: Connect to Cloud SQL for MySQL from Cloud Shell ...

https://cloud.google.com/sql/docs/mysql/connect-instance-cloud-shell
This page shows you how to create and connect to a MySQL instance and perform basic SQL operations by using the Google Cloud console and a client.

Loading CSV data from Cloud Storage | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-csv
Console SQL More. bq API C# Go Java Node.js PHP Python Ruby. To follow step ... To view the file's content, run the gcloud storage cat command: See more ...

Best way to setup mirror for Gerrit and all of its Git repos

https://groups.google.com/g/repo-discuss/c/9AL61QW9gfQ
run this command? Is it on server A or B? 2) Use 'rsync' which is OK, but then I ... Now having the .sql backup script file, is it possible to run this and

Export table data to Cloud Storage | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/exporting-data
You can use the following workarounds for DATETIME types: Load the file into a staging table. Then use a SQL query to cast the field to a DATETIME and save the ...

Create and use tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/tables
Submit a JSON schema file using the bq command-line tool. Provide the schema ... When you run the command, the Type field displays either TABLE or VIEW .