Top "Sql-scripts" questions

SQL Scripts are lists of SQL sentences written in a single file, meant to be executed sequentially.

How to run SQL scripts and get data on application startup?

I am developing a Spring Boot application. At the moment some of my configs are hard coded (e.g. Hystrix …

java sql spring spring-boot sql-scripts
script to restore database sql server from bak file, doesn't work

I have an empty database: DB_Clients And I want to restore the database from a .bak file: OldDBClients.bak …

sql-server database-restore sql-scripts
How to create text file using sql script with text "|"

if i run below script without char "|" it working but when i am adding char "|" it is not working how …

sql sql-server sql-scripts
How do I generate a script of all database objects in Toad for MySQL

In the freeware version of Toad for MySQL (latest version), I can generate a script of all tables in my …

mysql database-schema toad sql-scripts
MySQL columns with DEFAULT NULL - stylistic choice, or is it?

In many flavors of SQL, there are three ways you can implicitly set a column to NULL on every row …

mysql sql postgresql database-migration sql-scripts
How to run multiple SQL scripts using a batch file?

I have a case where i have got 10+ SQL script. I don't want to go and run all my scripts 1 …

sql sql-server batch-file sql-scripts
Mysql: How to call sql script file from other sql script file?

Suppose I have wrote script Table_ABC.sql which creates table ABC. I have created many such scripts for each …

sql mysql file call sql-scripts
please help me with Error 27506 Error executing SQL script

I'm trying to create a setup file using InstallShield 2010 for my project which uses SQL Server 2008 Everything is ok all …

sql-server installshield sql-scripts
what is the correct syntax for executing .sql script in MySQL command line?

I am confused. From references I have seen online, the command to execute a text file script is this: mysql&…

mysql mysql-error-1064 sql-scripts