Register the script files in SQL Server
- Last UpdatedFeb 18, 2025
- 2 minute read
After generating the install files, register the script files in the SQL Server.
To register script in SQL Server
-
In SQL Server Management Studio, on the File menu, point to Open and click File.
-
In the Open File dialog box, browse to the install script file.

-
Click Open. The SQL script appears in a tabbed window pane.

-
Change some default settings in the SQL script.

-
When you have made these changes, click Execute.
-
You can navigate in the SQL explorer view to verify this is successful .
Databases > [YourDatabase] > Programmability > StoredProcedures > dbo.GetDataByLocationV200806
