You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATEPROCEDURE UndoTestDoublesTests.[test objects renamed by RemoveObject are restored and conflicting object are deleted]
304
+
CREATEPROCEDURE UndoTestDoublesTests.[test objects renamed by RemoveObject are restored and conflicting objects with IsTempObject property are deleted]
CREATETABLEUndoTestDoublesTests.SimpleTable1 (i INT);
410
408
411
-
EXECtSQLt.ExpectException @ExpectedMessage ='Cannot drop UndoTestDoublesTests.SimpleTable1 as it isn''t marked as temporary. Use @Force = 1 to override.', @ExpectedSeverity =16, @ExpectedState =10;
412
-
SELECT'2',@@TRANCOUNT
409
+
EXECtSQLt.ExpectException @ExpectedMessage ='Cannot drop [UndoTestDoublesTests].[SimpleTable1] as it is not marked as temporary. Use @Force = 1 to override.', @ExpectedSeverity =16, @ExpectedState =10;
0 commit comments