Skip to content

Commit 5f4869b

Browse files
author
Michael Parsons
committed
2 parents 87a84d1 + 34eacff commit 5f4869b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Database/Restore_credFinder.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Sample restore SQL to a SQL server 2016+ database
44
The database has one user that will have to be created in the target database.
55
20-02-06 - updated the code to only use one user to simplify setup.
66
7-
87
use master
98
go
109
sp_addLogin 'ceGithub', 'ce$Rocks2020', master
@@ -144,4 +143,4 @@ end else begin
144143
print 'Invalid restore action of : ' + @RestoreAction
145144
print 'no action taken'
146145
end
147-
GO
146+
GO

0 commit comments

Comments
 (0)