Use Go.bat
- Last UpdatedSep 29, 2022
- 1 minute read
- PI System
- PI Manual Logger 2017 R2
- Visualization
One method to install SQL Server stored procedures is to use go.bat.
-
Open a command prompt window.
Use osql to run these commands if the T-SQL command line utility, sqlcmd, is not installed on your system.
-
Use the following syntax to execute the SQL scripts found in the SQL folder:
-
For SQL Server authentication:
GO.bat SQLServerName PimlDBName SQLUserName SQLUserPassword
-
For Windows authentication:
GO.bat SQLServerName PimlDBName
-