Skip to content

Commit 7b1d1a5

Browse files
authored
Update PMDB.Update the next key to the max.sql
1 parent c0e28cd commit 7b1d1a5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

PMDB.Update the next key to the max.sql

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
/*--------------------------------------------------------------------------------------------------------------------------------+
1+
/*---------------------------------------------------------------------+
22
| Purpose: Update the next key to the max
33
| Note: SQLCmdMode Script
4-
+--------------------------------------------------------------------------------------------------------------------------------*/
4+
+----------------------------------------------------------------------*/
55

6-
:setvar _server "Server1"
7-
:setvar _user "***username***"
8-
:setvar _password "***password***"
9-
:setvar _database "PMDB_TEST"
10-
:connect $(_server) -U $(_user) -P $(_password)
11-
12-
USE [$(_database)];
6+
:setvar _server "Server1"
7+
:setvar _user "***username***"
8+
:setvar _password "***password***"
9+
:setvar _database "PMDB_TEST"
10+
:connect $(_server) -U $(_user) -P $(_password)
11+
12+
USE [$(_database)];
1313
GO
1414

1515
SET XACT_ABORT ON
@@ -82,4 +82,4 @@ PRINT '====================================================================='
8282
GO
8383

8484
ROLLBACK TRANSACTION
85-
--COMMIT TRANSACTION
85+
--COMMIT TRANSACTION

0 commit comments

Comments
 (0)