Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

5CHDV

Member
  • Joined

  • Last visited

  • Country

    Austria
  1. While browsing the MSDN library about the behaviour of triggers with rollback transaction commands i found the following: german msdn documentation july 2006 - link: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.de/tsqlref9/html/6882c5bc-ff74-476a-984b-164aeb036c66.htm which means that nested triggers will not be executed after a rollback command within the trigger. when trying the following example: alter trigger tins on a after insert as raiserror('tins!', 16, 1) rollback transaction update a set x = 0 go alter trigger tupd on a after update as raiserror('tupd!', 16, 1) go insert into a values(3,4) the output is the following: Meldung 50000, Ebene 16, Status 1, Prozedur tins, Zeile 2 tins! Meldung 50000, Ebene 16, Status 1, Prozedur tupd, Zeile 2 tupd! which isnt really what we expected. Bug ? or Documenation Bug ?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.