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]);
GO
-- --------------------------------------------------
PRINT 'Creating inserts for fixed list objects';
-- --------------------------------------------------
---- --------------------------------------------------
--PRINT 'Creating inserts for fixed list objects';
---- --------------------------------------------------
INSERT INTO Result(Name)
VALUES
('EHEC-A'),
('EHEC-B'),
('EHEC-C'),
('EHEC-D'),
('EHEC-E')
GO
--INSERT INTO Result(Name)
--VALUES
-- ('EHEC-A'),
-- ('EHEC-B'),
-- ('EHEC-C'),
-- ('EHEC-D'),
-- ('EHEC-E')
--GO
-- --------------------------------------------------
PRINT 'Set Singleuser mode back to Multiuser mode.';
-- set DB back to Multiuser so multiconnections are alowed again.