Skip to content

Commit

Permalink
for dump and restore we need to alter the login password
Browse files Browse the repository at this point in the history
Signed-off-by: Tanya Gupta <[email protected]>
  • Loading branch information
Tanya Gupta committed Sep 25, 2024
1 parent 7e3b2f2 commit be35f3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/JDBC/input/views/sys-views-vu-verify.mix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ GO
SELECT COUNT(*) FROM sys.all_objects WHERE type='V' and name = 'sys_views_vu_prepare_t2';
GO

-- reset the login password
ALTER LOGIN sys_views_login_l1 WITH PASSWORD = '12345678'
GO

-- tsql user=sys_views_login_l1 password=12345678
USE sys_views_vu_prepare_db1;
GO
Expand Down

0 comments on commit be35f3b

Please sign in to comment.