KB ID: | 1443 |
Product: | Veeam ONE, Veeam Backup & Replication |
Version: | All |
Published: | 2011-12-14 |
Last Modified: | 2020-08-13 |
To run a SQL script from a command line, please perform the following steps:
sqlcmd -S <SqlServerName>\<SqlInstanceName> -d <SqlDatabaseName> -i PATHTOSCRIPT\script.sql -o c:\resetresult.txt -I
You may also run a SQL script from SQL Server Management Studio, right click on your database and choose the “New query” option, insert the text from the file, and click Execute.
SQL Server Management Studio can be found here:
https://www.veeam.com/kb1761
KB ID: | 1443 |
Product: | Veeam ONE, Veeam Backup & Replication |
Version: | All |
Published: | 2011-12-14 |
Last Modified: | 2020-08-13 |