Revert INSERT INTO Results to code side needs to undo in SQL File

This commit is contained in:
Ivan Hörler 2018-07-29 09:54:23 +02:00
parent 0a4674d9fe
commit 2ebe968eb6
1 changed files with 11 additions and 11 deletions

View File

@ -304,18 +304,18 @@ ON [dbo].[Origin_Exam]
([ExamId]); ([ExamId]);
GO GO
-- -------------------------------------------------- ---- --------------------------------------------------
PRINT 'Creating inserts for fixed list objects'; --PRINT 'Creating inserts for fixed list objects';
-- -------------------------------------------------- ---- --------------------------------------------------
INSERT INTO Result(Name) --INSERT INTO Result(Name)
VALUES --VALUES
('EHEC-A'), -- ('EHEC-A'),
('EHEC-B'), -- ('EHEC-B'),
('EHEC-C'), -- ('EHEC-C'),
('EHEC-D'), -- ('EHEC-D'),
('EHEC-E') -- ('EHEC-E')
GO --GO
-- -------------------------------------------------- -- --------------------------------------------------
PRINT 'Set Singleuser mode back to Multiuser mode.'; PRINT 'Set Singleuser mode back to Multiuser mode.';
-- set DB back to Multiuser so multiconnections are alowed again. -- set DB back to Multiuser so multiconnections are alowed again.